forked from brotkrueml/typo3-matomo-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.baseline.neon
26 lines (22 loc) · 1.37 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
parameters:
ignoreErrors:
-
message: "#^Cognitive complexity for \"Brotkrueml\\\\MatomoWidgets\\\\Configuration\\\\ConfigurationFinder\\:\\:buildConfigurations\\(\\)\" is 13, keep it under 8$#"
count: 1
path: Classes/Configuration/ConfigurationFinder.php
-
message: "#^Method Brotkrueml\\\\MatomoWidgets\\\\Connection\\\\MatomoConnector\\:\\:callApi\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Classes/Connection/MatomoConnector.php
-
message: "#^Method Brotkrueml\\\\MatomoWidgets\\\\Domain\\\\Repository\\\\MatomoRepository\\:\\:send\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: Classes/Domain/Repository/MatomoRepository.php
-
message: "#^Parameter \\#1 \\$period of method Brotkrueml\\\\MatomoWidgets\\\\Parameter\\\\PeriodResolverInterface\\:\\:resolve\\(\\) expects string, Brotkrueml\\\\MatomoWidgets\\\\Parameter\\\\LanguageParameterResolver\\|string given\\.$#"
count: 1
path: Classes/Widgets/Provider/GenericTableDataProvider.php
-
message: "#^Parameter \\#2 \\$date of method Brotkrueml\\\\MatomoWidgets\\\\Parameter\\\\PeriodResolverInterface\\:\\:resolve\\(\\) expects string, Brotkrueml\\\\MatomoWidgets\\\\Parameter\\\\LanguageParameterResolver\\|string given\\.$#"
count: 1
path: Classes/Widgets/Provider/GenericTableDataProvider.php