| Total Complexity | 4 | 
| Total Lines | 32 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); | ||
| 7 | class BasicSubscriber implements SubscriberInterface | ||
| 8 | { | ||
| 9 | /** | ||
| 10 | * @var BugsnagClient | ||
| 11 | */ | ||
| 12 | private $bugsnagClient; | ||
| 13 | |||
| 14 | public function __construct(BugsnagClient $bugsnagClient) | ||
| 17 | } | ||
| 18 | |||
| 19 | public static function getSubscribedEvents(): array | ||
| 25 | ]; | ||
| 26 | } | ||
| 27 | |||
| 28 | /** | ||
| 29 | * @param \Enlight_Controller_EventArgs $args | ||
| 30 | */ | ||
| 31 | public function handleError(\Enlight_Event_EventArgs $args) | ||
| 41 | 
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