-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-ignore.neon
52 lines (42 loc) · 1.8 KB
/
phpstan-ignore.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
parameters:
ignoreErrors:
-
message: "#^Parameter \\#1 \\$path of static method SOFe\\\\Pathetique\\\\Path\\:\\:new\\(\\) expects string, string\\|false given\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:getFileId\\(\\) should return int but returns bool\\|int\\.$#"
count: 1
path: src/Path.php
-
message: "#^Property SOFe\\\\Pathetique\\\\DirectoryGuard\\:\\:\\$dir \\(resource\\|null\\) does not accept bool\\|resource\\.$#"
count: 1
path: src/DirectoryGuard.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:toCurrentPlatform\\(\\) should return SOFe\\\\Pathetique\\\\Path\\|null but return statement is missing\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:getLexicalParent\\(\\) should return SOFe\\\\Pathetique\\\\Path\\|null but return statement is missing\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:startsWith\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:endsWith\\(\\) should return bool but return statement is missing\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:joinPath\\(\\) should return SOFe\\\\Pathetique\\\\Path but return statement is missing\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:resolve\\(\\) should return SOFe\\\\Pathetique\\\\Path but return statement is missing\\.$#"
count: 1
path: src/Path.php
-
message: "#^Method SOFe\\\\Pathetique\\\\Path\\:\\:findPath\\(\\) should return SOFe\\\\Pathetique\\\\Path but return statement is missing\\.$#"
count: 1
path: src/Path.php