-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
33 lines (33 loc) · 893 Bytes
/
phpstan.neon
File metadata and controls
33 lines (33 loc) · 893 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
26
27
28
29
30
31
32
33
parameters:
paths:
- ../../etc
- ../../src
- ../../tests
level: max
ignoreErrors:
-
identifier: shipmonk.nonNormalizedType
path: ../../src/Runtime.php
count: 10
-
message: '#sleep blocks the event loop#'
path: ../../tests/RuntimeTest.php
-
identifier: shipmonk.checkedExceptionInCallable
path: ../../tests/RuntimeTest.php
-
message: '#Call to static method PHPUnit\\Framework\\Assert::assertSame\(\) with 3 and 3 will always evaluate to true.#'
path: ../../tests/RuntimeTest.php
-
message: '#sleep blocks the event loop#'
path: ../../tests/Types.php
-
identifier: shipmonk.checkedExceptionInCallable
path: ../../tests/Types.php
count: 3
ergebnis:
noExtends:
classesAllowedToBeExtended:
- ReactParallel\EventLoop\CancelledException
- ReactParallel\EventLoop\CanceledFuture
- ReactParallel\EventLoop\KilledRuntime