From 1b101f73a62ab21193d525cf22866bd41f96c82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Fri, 16 Sep 2016 13:02:55 +0200 Subject: [PATCH] Minor DocBlock improvement --- lib/Cake/Model/Model.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Model/Model.php b/lib/Cake/Model/Model.php index 6148317af..e32cd7047 100644 --- a/lib/Cake/Model/Model.php +++ b/lib/Cake/Model/Model.php @@ -473,9 +473,14 @@ class Model extends Object implements CakeEventListener { /** * List of behaviors to load when the model object is initialized. Settings can be - * passed to behaviors by using the behavior name as index. Eg: + * passed to behaviors by using the behavior name as index. * - * public $actsAs = array('Translate', 'MyBehavior' => array('setting1' => 'value1')) + * For example: + * + * public $actsAs = array( + * 'Translate', + * 'MyBehavior' => array('setting1' => 'value1') + * ); * * @var array * @link http://book.cakephp.org/2.0/en/models/behaviors.html#using-behaviors