Browse Source

Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly

tags/2.0.5
Alexander Makarov 9 years ago
parent
commit
25b717a43c
  1. 2
      ActiveField.php

2
ActiveField.php

@ -326,7 +326,7 @@ class ActiveField extends \yii\widgets\ActiveField
/** /**
* @param boolean $value whether to render a inline list * @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. * Make sure you call this method before [[checkboxList()]] or [[radioList()]] to have any effect.
*/ */
public function inline($value = true) public function inline($value = true)

Loading…
Cancel
Save