Skip to content

Commit

Permalink
Remove redundant info from phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-rampage committed Jan 25, 2018
1 parent 28b94b3 commit 9422a36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Injector.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ private function getClassName(string $type) : string
* Check if the given type name can be instantiated
*
* This will be the case if the name points to a class.
*
* @param string $name
* @return bool
* @see InjectorInterface::canCreate()
*/
public function canCreate(string $name) : bool
{
Expand Down

0 comments on commit 9422a36

Please sign in to comment.