| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 8 | class ShopwareEnvironmentVariables extends Plugin |
||
| 9 | { |
||
| 10 | public static function getSubscribedEvents() |
||
| 11 | { |
||
| 12 | return ['Enlight_Controller_Action_PostDispatchSecure_Frontend' => 'onPage']; |
||
| 13 | } |
||
| 14 | |||
| 15 | public function onPage(\Enlight_Event_EventArgs $args) |
||
| 33 | } |
||
| 34 | |||
| 35 | public function install(InstallContext $context) |
||
| 40 |
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