From 6c940b741e16fffbc0488ba8d313a36ed027d9fc Mon Sep 17 00:00:00 2001 From: William Espindola Date: Tue, 14 Jul 2015 18:38:48 -0300 Subject: [PATCH] remove unecessary commed --- src/Repository/RepositoryAbstract.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Repository/RepositoryAbstract.php b/src/Repository/RepositoryAbstract.php index 3dbd716..6e5fd90 100644 --- a/src/Repository/RepositoryAbstract.php +++ b/src/Repository/RepositoryAbstract.php @@ -100,7 +100,6 @@ public function getStorage() } /** - * @param array $criteria * @return \ArrayObject */ public function findAll() @@ -157,4 +156,4 @@ public function remove(EntityInterface $entity) return true; } -} \ No newline at end of file +}