| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class PushNotificationDependencyProvider extends SprykerPushNotificationDependencyProvider |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @return list<\Spryker\Zed\PushNotificationExtension\Dependency\Plugin\PushNotificationSubscriptionValidatorPluginInterface> |
||
|
|
|||
| 20 | */ |
||
| 21 | protected function getPushNotificationSubscriptionValidatorPlugins(): array |
||
| 22 | { |
||
| 23 | return [ |
||
| 24 | new PushNotificationWebPushPhpPushNotificationSubscriptionValidatorPlugin(), |
||
| 25 | new WarehouseUserPushNotificationSubscriptionValidatorPlugin(), |
||
| 26 | ]; |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return list<\Spryker\Zed\PushNotificationExtension\Dependency\Plugin\PushNotificationValidatorPluginInterface> |
||
| 31 | */ |
||
| 32 | protected function getPushNotificationValidatorPlugins(): array |
||
| 36 | ]; |
||
| 37 | } |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return list<\Spryker\Zed\PushNotificationExtension\Dependency\Plugin\PushNotificationSenderPluginInterface> |
||
| 41 | */ |
||
| 42 | protected function getPushNotificationSenderPlugins(): array |
||
| 46 | ]; |
||
| 47 | } |
||
| 49 |
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