Skip to content

Commit

Permalink
Fixing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Dec 21, 2013
1 parent 28eaab1 commit db62855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cake/ORM/Table.php
Expand Up @@ -806,8 +806,8 @@ public function findThreaded(Query $query, array $options = []) {
*
* @param mixed primary key value to find
* @param array $options options accepted by `Table::find()`
* @throws \Cake\ORM\RecordNotFoundException if the record with such id could not
* be found
* @throws \Cake\ORM\Error\RecordNotFoundException if the record with such id
* could not be found
* @return \Cake\ORM\Entity
* @see Table::find()
*/
Expand Down

0 comments on commit db62855

Please sign in to comment.