mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-25 03:01:21 +08:00
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
This commit is contained in:
@@ -6,12 +6,10 @@ use yii\apidoc\models\InterfaceDoc;
|
||||
use yii\apidoc\models\TraitDoc;
|
||||
use yii\helpers\ArrayHelper;
|
||||
|
||||
/**
|
||||
* @var ClassDoc|InterfaceDoc|TraitDoc $type
|
||||
* @var boolean $protected
|
||||
* @var yii\web\View $this
|
||||
* @var \yii\apidoc\templates\html\ApiRenderer $renderer
|
||||
*/
|
||||
/* @var $type ClassDoc|InterfaceDoc|TraitDoc */
|
||||
/* @var $protected boolean */
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $renderer \yii\apidoc\templates\html\ApiRenderer */
|
||||
|
||||
$renderer = $this->context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user