From 9884b11acfd1242f5df27cb31aa53dc0fdf3f628 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Wed, 19 Feb 2014 22:22:28 +0100 Subject: [PATCH] Working around CS issue --- src/ORM/Table.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ORM/Table.php b/src/ORM/Table.php index 8ce66575f11..49e930e0151 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -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();