-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathphpstan.baseline.neon
More file actions
32 lines (27 loc) · 1.65 KB
/
phpstan.baseline.neon
File metadata and controls
32 lines (27 loc) · 1.65 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
parameters:
ignoreErrors:
-
message: '#^Method Brotkrueml\\MatomoIntegration\\Code\\MatomoMethodCall\:\:__construct\(\) has parameter \$parameters with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: Classes/Code/MatomoMethodCall.php
-
message: '#^Parameter \#1 \$value of method Brotkrueml\\MatomoIntegration\\Code\\MatomoMethodCall\:\:formatArgument\(\) expects bool\|Brotkrueml\\MatomoIntegration\\Code\\JavaScriptCode\|float\|int\|list\<mixed\>\|string, array\|bool\|Brotkrueml\\MatomoIntegration\\Code\\JavaScriptCode\|float\|int\|string given\.$#'
identifier: argument.type
count: 1
path: Classes/Code/MatomoMethodCall.php
-
message: '#^Property Brotkrueml\\MatomoIntegration\\Code\\MatomoMethodCall\:\:\$parameters \(list\<array\|bool\|Brotkrueml\\MatomoIntegration\\Code\\JavaScriptCode\|int\|string\>\) does not accept array\<int\|string, array\|bool\|Brotkrueml\\MatomoIntegration\\Code\\JavaScriptCode\|float\|int\|string\>\.$#'
identifier: assign.propertyType
count: 1
path: Classes/Code/MatomoMethodCall.php
-
message: '#^Property Brotkrueml\\MatomoIntegration\\Code\\MatomoMethodCall\:\:\$parameters type has no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: Classes/Code/MatomoMethodCall.php
-
message: '#^Method Brotkrueml\\MatomoIntegration\\Event\\AbstractTrackPageViewEvent\:\:addMatomoMethodCall\(\) has parameter \$parameters with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: Classes/Event/AbstractTrackPageViewEvent.php