Conditions | 3 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
12 | public static function onAdminMenuInit(\yii\base\Event $event) |
||
13 | { |
||
14 | $event->sender->addItem([ |
||
15 | 'label' => Yii::t('SteamModule.base', 'Steam Settings'), |
||
16 | 'url' => Url::toRoute('/steam/admin/index'), |
||
17 | 'group' => 'settings', |
||
18 | 'icon' => '<i class="fab fa-steam"></i>', |
||
19 | 'isActive' => Yii::$app->controller->module && Yii::$app->controller->module->id == 'steam' && Yii::$app->controller->id == 'admin', |
||
20 | 'sortOrder' => 650 |
||
21 | ]); |
||
35 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"]
, you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths