Skip to content

Commit

Permalink
#6003 clarifying thrown exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Sep 7, 2016
1 parent 36e9904 commit c5c56a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/EntityRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public function matching(Criteria $criteria)
* @param string $by The property name used as condition
* @param array $arguments The arguments to pass at method call
*
* @throws ORMException If the method called is invalid.
* @throws ORMException If the method called is invalid or the requested field/association does not exist
*
* @return mixed
*/
Expand Down

0 comments on commit c5c56a9

Please sign in to comment.