-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
51 lines (42 loc) · 2.2 KB
/
phpstan-baseline.neon
File metadata and controls
51 lines (42 loc) · 2.2 KB
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: "#^Call to an undefined static method Gacela\\\\Framework\\\\ServiceResolver\\\\DocBlockResolver\\:\\:fromClassName\\(\\)\\.$#"
count: 1
path: src/Console/Application/CacheWarm/CacheWarmService.php
-
message: "#^Binary operation \"\\+\\=\" between \\(float\\|int\\) and mixed results in an error\\.$#"
count: 2
path: src/Console/Application/CacheWarm/ParallelModuleWarmer.php
-
message: "#^Cannot use array destructuring on mixed\\.$#"
count: 1
path: src/Console/Application/CacheWarm/ParallelModuleWarmer.php
-
message: "#^Parameter \\#1 \\$array \\(list\\<Fiber\\>\\) of array_values is already a list, call has no effect\\.$#"
count: 1
path: src/Console/Application/CacheWarm/ParallelModuleWarmer.php
-
message: "#^Parameter \\#1 \\$className of method Gacela\\\\Console\\\\Application\\\\CacheWarm\\\\CacheWarmService\\:\\:warmAttributeCache\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: src/Console/Application/CacheWarm/ParallelModuleWarmer.php
-
message: "#^Property Gacela\\\\Console\\\\Application\\\\CacheWarm\\\\ParallelModuleWarmer\\:\\:\\$activeFibers \\(list\\<Fiber\\>\\) does not accept array\\<int\\<0, max\\>, Fiber\\>\\.$#"
count: 1
path: src/Console/Application/CacheWarm/ParallelModuleWarmer.php
-
message: "#^Property Gacela\\\\Console\\\\Application\\\\CacheWarm\\\\ParallelModuleWarmer\\:\\:\\$activeFibers with generic class Fiber does not specify its types\\: TStart, TResume, TReturn, TSuspend$#"
count: 1
path: src/Console/Application/CacheWarm/ParallelModuleWarmer.php
-
message: "#^Parameter \\#1 \\$className of method Gacela\\\\Console\\\\Application\\\\CacheWarm\\\\CacheWarmService\\:\\:warmAttributeCache\\(\\) expects class\\-string, string given\\.$#"
count: 1
path: src/Console/Infrastructure/Command/CacheWarmCommand.php
-
message: "#^Trait Gacela\\\\Framework\\\\Attribute\\\\CacheableTrait is used zero times and is not analysed\\.$#"
count: 1
path: src/Framework/Attribute/CacheableTrait.php
-
message: "#^Comparison operation \"\\>\" between int\\<1, max\\> and 0 is always true\\.$#"
count: 1
path: src/Framework/Profiler/Profiler.php