From 8d605f4d4aa563021f9fd95409c90144eca9f085 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Fri, 26 Dec 2014 23:19:58 -0500 Subject: [PATCH] Update doc block and fix phpcs error. --- src/ORM/Table.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ORM/Table.php b/src/ORM/Table.php index 7007d44488f..35d159937b9 100644 --- a/src/ORM/Table.php +++ b/src/ORM/Table.php @@ -1907,6 +1907,7 @@ public function validateUnique($value, array $options, array $context = []) { * the rules checker. * * @param \Cake\Datasource\EntityInterface $entity The entity to check for validity. + * @param string $operation The operation being run. Either 'create', 'update' or 'delete'. * @param \ArrayObject|array $options The options To be passed to the rules. * @param string $operation Either 'create, 'update' or 'delete'. * @return bool