From c2b962514a43b26520ca85aac0310b28baf392b5 Mon Sep 17 00:00:00 2001 From: Bryan Crowe Date: Sun, 24 Aug 2014 14:41:31 +0200 Subject: [PATCH] Added missing period in Behavior class --- src/ORM/Behavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/Behavior.php b/src/ORM/Behavior.php index 252768529a3..80402a2bfb5 100644 --- a/src/ORM/Behavior.php +++ b/src/ORM/Behavior.php @@ -131,7 +131,7 @@ public function __construct(Table $table, array $config = []) { /** * verifyConfig * - * Check that implemented* keys contain values pointing at callable + * Check that implemented* keys contain values pointing at callable. * * @return void * @throws \Cake\Error\Exception if config are invalid