Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update phpdoc on Table::findOneBy(...) to include false in @return
change phpdoc on Table::findOneBy() to include 'false' If the fields specified do not match a row in the database, the underlying call on Doctrine_Query::fetchOne() will return false, so this method should as well.
- Loading branch information