Skip to content

Commit

Permalink
remove abstract declaration of 'retrieve' which duplicated interface …
Browse files Browse the repository at this point in the history
…declaration

(cherry picked from commit 22cdf78)
  • Loading branch information
alexmmm committed Dec 10, 2013
1 parent 45960ba commit a2982e8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/JsonSchema/Uri/Retrievers/AbstractRetriever.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,7 @@ abstract class AbstractRetriever implements UriRetrieverInterface
* @var string
*/
protected $contentType;

/**
* {@inheritDoc}
* @see \JsonSchema\Uri\Retrievers\UriRetrieverInterface::retrieve()
*/
public abstract function retrieve($uri);


/**
* {@inheritDoc}
* @see \JsonSchema\Uri\Retrievers\UriRetrieverInterface::getContentType()
Expand All @@ -32,4 +26,4 @@ public function getContentType()
{
return $this->contentType;
}
}
}

0 comments on commit a2982e8

Please sign in to comment.