mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-01 15:07:49 +08:00
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @var yii\apidoc\models\BaseDoc $object
|
||||
* @var yii\web\View $this
|
||||
*/
|
||||
/* @var $object yii\apidoc\models\BaseDoc */
|
||||
/* @var $this yii\web\View */
|
||||
|
||||
$type = $object instanceof \yii\apidoc\models\TypeDoc ? $object : $object->definedBy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user