Skip to content

Commit 10a699b

Browse files
Merge pull request #9 from williamespindola/fix/code-rate
remove unecessary commed
2 parents bf16da3 + 6c940b7 commit 10a699b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Repository/RepositoryAbstract.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public function getStorage()
100100
}
101101

102102
/**
103-
* @param array $criteria
104103
* @return \ArrayObject
105104
*/
106105
public function findAll()
@@ -157,4 +156,4 @@ public function remove(EntityInterface $entity)
157156

158157
return true;
159158
}
160-
}
159+
}

0 commit comments

Comments
 (0)