forked from php-enqueue/enqueue-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
23 lines (23 loc) · 811 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
excludes_analyse:
- docs
- bin
- docker
- var
- pkg/amqp-lib/tutorial
- pkg/enqueue-bundle/Tests/Functional/App/AsyncListener.php
- pkg/enqueue/Util/UUID.php
- pkg/job-queue/Test/JobRunner.php
- pkg/job-queue/Tests/Functional/app/AppKernel.php
- pkg/rdkafka/RdKafkaConsumer.php
- pkg/async-event-dispatcher/DependencyInjection/Configuration.php
- pkg/enqueue-bundle/DependencyInjection/Configuration.php
- pkg/enqueue/Tests/Symfony/DependencyInjection/TransportFactoryTest.php
- pkg/simple-client/SimpleClient.php
ignoreErrors:
-
message: '#Class Symfony\\Component\\EventDispatcher\\LegacyEventDispatcherProxy not found#'
path: %currentWorkingDirectory%/*
-
message: '#.*Symfony\\Contracts\\EventDispatcher\\Event.*#'
path: %currentWorkingDirectory%/*