-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan.dist.neon
25 lines (25 loc) · 1.05 KB
/
phpstan.dist.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
level: 5
paths:
- api
- migrations
- src
- ServerManager
ignoreErrors:
- '#has an unused parameter \$(helper|pluginHelper|apiHelper|connectionManager|serverManager|symfonyToLegacyHelper)#'
- '#^Access to an undefined property Ratchet\\ConnectionInterface\:\:\$httpRequest\.$#'
- '#^Access to an undefined property Ratchet\\ConnectionInterface\:\:\$resourceId\.$#'
stubFiles:
- stubs/Doctrine-Common-DataFixtures-FixtureInterface.stub
- stubs/Doctrine-DBAL-Exception.stub
- stubs/Doctrine-DBAL-Exception-InvalidArgumentException.stub
- stubs/Doctrine-DBAL-Query-QueryBuilder.stub
- stubs/Drift-DBAL-Connection.stub
- stubs/Evenement-EventEmitterInterface.stub
- stubs/React-Http-Browser.stub
- stubs/React-Promise-CancellablePromiseInterface.stub
- stubs/React-Promise-ExtendedPromiseInterface.stub
- stubs/React-Promise-Promise.stub
- stubs/React-Promise-PromiseInterface.stub
- stubs/React-Promise-PromisorInterface.stub
- stubs/React-Stream-ReadableStreamInterface.stub