Skip to content

Commit

Permalink
Working around CS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 19, 2014
1 parent fe4489c commit 9884b11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ORM/Table.php
Expand Up @@ -862,6 +862,8 @@ protected function _setFieldMatchers($options, $keys) {
/**
* {@inheritdoc}
*
* @throws Cake\ORM\Error\RecordNotFoundException if no record can be found give
* such primary key value.
*/
public function get($primaryKey, $options = []) {
$key = (array)$this->primaryKey();
Expand Down

0 comments on commit 9884b11

Please sign in to comment.