| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function beforeToHtml(\Magento\User\Block\User\Edit\Tabs $subject) |
||
|
|
|||
| 15 | { |
||
| 16 | $subject->addTabAfter( |
||
| 17 | 'devdashboardconfig', |
||
| 18 | [ |
||
| 19 | 'label' => __('Dashboard Config'), |
||
| 20 | 'title' => __('Dashboard Config'), |
||
| 21 | 'content' => $subject->getLayout()->createBlock('\Firegento\DevDashboard\Block\UserEditTab')->toHtml(), |
||
| 22 | 'active' => true |
||
| 23 | ], |
||
| 24 | 'roles_section' |
||
| 25 | ); |
||
| 26 | |||
| 27 | return []; |
||
| 28 | |||
| 30 | } |
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