Skip to content

Commit

Permalink
Merge pull request #11 from kocsismate/patch-1
Browse files Browse the repository at this point in the history
Copy PHPDoc comments from the specification
  • Loading branch information
weierophinney authored Feb 14, 2017
2 parents 18f0c75 + 404e82e commit b7ce3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ContainerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface ContainerInterface
*
* @param string $id Identifier of the entry to look for.
*
* @throws NotFoundExceptionInterface No entry was found for this identifier.
* @throws NotFoundExceptionInterface No entry was found for **this** identifier.
* @throws ContainerExceptionInterface Error while retrieving the entry.
*
* @return mixed Entry.
Expand All @@ -31,7 +31,7 @@ public function get($id);
*
* @param string $id Identifier of the entry to look for.
*
* @return boolean
* @return bool
*/
public function has($id);
}

0 comments on commit b7ce3b1

Please sign in to comment.