-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathphpstan-baseline.neon
61 lines (52 loc) · 1.92 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
parameters:
ignoreErrors:
-
message: '#^Property Guanguans\\LaravelSoar\\Http\\Controllers\\AssetController\:\:\$javascriptRenderer \(Guanguans\\LaravelSoar\\JavascriptRenderer\) does not accept DebugBar\\JavascriptRenderer\.$#'
identifier: assign.propertyType
count: 1
path: src/Http/Controllers/AssetController.php
-
message: '#^Variable \$uri on left side of \?\? always exists and is not nullable\.$#'
identifier: nullCoalesce.variable
count: 2
path: src/JavascriptRenderer.php
-
message: '#^Method Guanguans\\LaravelSoar\\Macros\\QueryBuilderMacro\:\:toSoarArrayScores\(\) invoked with 2 parameters, 0 required\.$#'
identifier: arguments.count
count: 2
path: src/Macros/QueryBuilderMacro.php
-
message: '#^Parameter \#1 \(callable\(\)\: mixed\) of echo cannot be converted to string\.$#'
identifier: echo.nonString
count: 1
path: src/Macros/QueryBuilderMacro.php
-
message: '#^Function clock not found\.$#'
identifier: function.notFound
count: 1
path: src/Outputs/ClockworkOutput.php
-
message: '#^Call to an undefined method Symfony\\Component\\HttpFoundation\\JsonResponse\:\:getData\(\)\.$#'
identifier: method.notFound
count: 1
path: src/Outputs/JsonOutput.php
-
message: '#^Call to method label\(\) on an unknown class Spatie\\RayBundle\\Ray\.$#'
identifier: class.notFound
count: 1
path: src/Outputs/RayOutput.php
-
message: '#^Call to method label\(\) on an unknown class Spatie\\WordPressRay\\Ray\.$#'
identifier: class.notFound
count: 1
path: src/Outputs/RayOutput.php
-
message: '#^Call to method label\(\) on an unknown class Spatie\\YiiRay\\Ray\.$#'
identifier: class.notFound
count: 1
path: src/Outputs/RayOutput.php
-
message: '#^Anonymous function should return Guanguans\\LaravelSoar\\Soar but returns Guanguans\\SoarPHP\\Soar\.$#'
identifier: return.type
count: 1
path: src/SoarServiceProvider.php