* For full license information, please view the LICENSE file that was distributed with this source code.
6
*/
7
8
namespace Pyz\Zed\PushNotification;
9
10
use Spryker\Zed\PickingListPushNotification\Communication\Plugin\PushNotification\WarehouseUserPushNotificationSubscriptionValidatorPlugin;
11
use Spryker\Zed\PushNotification\PushNotificationDependencyProvider as SprykerPushNotificationDependencyProvider;
12
use Spryker\Zed\PushNotificationWebPushPhp\Communication\Plugin\PushNotification\PushNotificationWebPushPhpPayloadLengthPushNotificationValidatorPlugin;
13
use Spryker\Zed\PushNotificationWebPushPhp\Communication\Plugin\PushNotification\PushNotificationWebPushPhpPushNotificationSenderPlugin;
14
use Spryker\Zed\PushNotificationWebPushPhp\Communication\Plugin\PushNotification\PushNotificationWebPushPhpPushNotificationSubscriptionValidatorPlugin;
15
16
class PushNotificationDependencyProvider extends SprykerPushNotificationDependencyProvider
The type Pyz\Zed\PushNotification\list was not found. Maybe you did not declare it correctly or list all dependencies?
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:
The expression return array(new Spryker...ptionValidatorPlugin()) returns the type array<integer,Spryker\Ze...riptionValidatorPlugin> which is incompatible with the documented return type Pyz\Zed\PushNotification\list.
Loading history...
24
new PushNotificationWebPushPhpPushNotificationSubscriptionValidatorPlugin(),
25
new WarehouseUserPushNotificationSubscriptionValidatorPlugin(),
The expression return array(new Spryker...ationValidatorPlugin()) returns the type array<integer,Spryker\Ze...icationValidatorPlugin> which is incompatible with the documented return type Pyz\Zed\PushNotification\list.
Loading history...
35
new PushNotificationWebPushPhpPayloadLengthPushNotificationValidatorPlugin(),
The expression return array(new Spryker...ficationSenderPlugin()) returns the type array<integer,Spryker\Ze...tificationSenderPlugin> which is incompatible with the documented return type Pyz\Zed\PushNotification\list.
Loading history...
45
new PushNotificationWebPushPhpPushNotificationSenderPlugin(),
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