Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
remove trailing_spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 24, 2012
1 parent 2eccf82 commit 23e6886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function findBy($property, $value, $all = false)
if ($all) {
return $this->findAllBy($property, $value);
}

return $this->findOneBy($property, $value);
}

Expand Down

0 comments on commit 23e6886

Please sign in to comment.