From 25b717a43c16be1daa7d307ff601199f047927f8 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 31 May 2015 13:40:21 +0300 Subject: [PATCH] Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly --- ActiveField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveField.php b/ActiveField.php index 55d24e0..634dc47 100644 --- a/ActiveField.php +++ b/ActiveField.php @@ -326,7 +326,7 @@ class ActiveField extends \yii\widgets\ActiveField /** * @param boolean $value whether to render a inline list - * @return static the field object itself + * @return $this the field object itself * Make sure you call this method before [[checkboxList()]] or [[radioList()]] to have any effect. */ public function inline($value = true)