Skip to content

Commit

Permalink
Merge pull request #9 from williamespindola/fix/code-rate
Browse files Browse the repository at this point in the history
remove unecessary commed
  • Loading branch information
williamespindola committed Jul 14, 2015
2 parents bf16da3 + 6c940b7 commit 10a699b
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 10a699b

Please sign in to comment.