| Total Complexity | 3 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | class UseDevDashboard |
||
| 7 | { |
||
| 8 | |||
| 9 | /** @var \Magento\Backend\Model\Auth\Session */ |
||
|
|
|||
| 10 | protected $_authSession; |
||
| 11 | |||
| 12 | /** @var \Firegento\DevDashboard\Model\ConfigRepository */ |
||
| 13 | protected $_configRepository; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param \Magento\Backend\Model\Auth\Session $authSession |
||
| 17 | * @param \Firegento\DevDashboard\Model\ConfigRepository |
||
| 18 | */ |
||
| 19 | public function __construct( |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @SuppressWarnings(PHPMD.UnusedFormalParameter) |
||
| 30 | * @param \Magento\Backend\Model\Url $subject |
||
| 31 | * @param callable $callable |
||
| 32 | * @return string |
||
| 33 | */ |
||
| 34 | public function aroundGetStartupPageUrl(\Magento\Backend\Model\Url $subject, callable $callable) { |
||
| 46 | } |
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