Skip to content

Commit

Permalink
remove unecessary commed
Browse files Browse the repository at this point in the history
  • Loading branch information
William Espindola committed Jul 14, 2015
1 parent ac112f1 commit 6c940b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Repository/RepositoryAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function getStorage()
}

/**
* @param array $criteria
* @return \ArrayObject
*/
public function findAll()
Expand Down Expand Up @@ -157,4 +156,4 @@ public function remove(EntityInterface $entity)

return true;
}
}
}

0 comments on commit 6c940b7

Please sign in to comment.