-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan-baseline.neon
37 lines (30 loc) · 1.48 KB
/
phpstan-baseline.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
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Method Ergebnis\\\\Clock\\\\Test\\\\Unit\\\\FrozenClockTest\\:\\:testNowReturnsInitializeDateTime\\(\\) has no return type specified\\.$#"
count: 1
path: test/Unit/FrozenClockTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'Ergebnis\\\\\\\\Clock\\\\\\\\FrozenClock' and Ergebnis\\\\Clock\\\\FrozenClock will always evaluate to true\\.$#"
count: 1
path: test/Unit/SystemClockTest.php
-
message: "#^Method Ergebnis\\\\Clock\\\\Test\\\\Unit\\\\SystemClockTest\\:\\:testFreezeReturnsFrozenClock\\(\\) has no return type specified\\.$#"
count: 1
path: test/Unit/SystemClockTest.php
-
message: "#^Method Ergebnis\\\\Clock\\\\Test\\\\Unit\\\\SystemClockTest\\:\\:testNowReturnsCurrentDateTime\\(\\) has no return type specified\\.$#"
count: 1
path: test/Unit/SystemClockTest.php
-
message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertInstanceOf\\(\\) with 'Ergebnis\\\\\\\\Clock\\\\\\\\FrozenClock' and Ergebnis\\\\Clock\\\\FrozenClock will always evaluate to true\\.$#"
count: 1
path: test/Unit/UtcClockTest.php
-
message: "#^Method UtcClockTest\\:\\:testFreezeReturnsFrozenClock\\(\\) has no return type specified\\.$#"
count: 1
path: test/Unit/UtcClockTest.php
-
message: "#^Method UtcClockTest\\:\\:testNowReturnsCurrentDateTime\\(\\) has no return type specified\\.$#"
count: 1
path: test/Unit/UtcClockTest.php