-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
25 lines (25 loc) · 716 Bytes
/
phpstan.neon
File metadata and controls
25 lines (25 loc) · 716 Bytes
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:
paths:
- ../../etc
- ../../src
- ../../tests
level: max
ignoreErrors:
-
message: '#Method ReactParallel\\Pool\\Infinite\\Infinite::run\(\) should return T\|null but returns T\|void\|null.#'
path: ../../src/Infinite.php
-
message: '#sleep blocks the event loop#'
path: ../../tests/InfiniteTest.php
-
message: '#sleep blocks the event loop#'
path: ../../tests/Types.php
-
identifier: ergebnis.noParameterWithNullableTypeDeclaration
ergebnis:
noExtends:
classesAllowedToBeExtended:
- ReactParallel\EventLoop\CancelledException
- ReactParallel\EventLoop\CanceledFuture
- ReactParallel\EventLoop\KilledRuntime
- ReactParallel\Tests\AbstractPoolTest