-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
43 lines (37 loc) · 1.95 KB
/
phpstan-baseline.neon
File metadata and controls
43 lines (37 loc) · 1.95 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
parameters:
ignoreErrors:
-
message: '#^Access to property \$absRefPrefix on an unknown class TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController\.$#'
identifier: class.notFound
count: 7
path: Classes/Factory/RenderJobFactory.php
-
message: '#^Access to property \$cObj on an unknown class TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController\.$#'
identifier: class.notFound
count: 2
path: Classes/Factory/RenderJobFactory.php
-
message: '#^Call to method initializePageRenderer\(\) on an unknown class TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController\.$#'
identifier: class.notFound
count: 1
path: Classes/Factory/RenderJobFactory.php
-
message: '#^Class TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController not found\.$#'
identifier: class.notFound
count: 1
path: Classes/Factory/RenderJobFactory.php
-
message: '#^Parameter \$tsfe of method Andersundsehr\\Storybook\\Factory\\RenderJobFactory\:\:preparePageContentGeneration\(\) has invalid type TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController\.$#'
identifier: class.notFound
count: 1
path: Classes/Factory/RenderJobFactory.php
-
message: '#^Parameter \#1 \$codepoint of function chr expects int\<0, 255\>, int\<101, 356\> given\.$#'
identifier: argument.type
count: 2
path: Classes/Service/CountryFlagEmojiService.php
-
message: '#^Parameter \#2 \$configurator of method Symfony\\Component\\DependencyInjection\\ContainerBuilder\:\:registerAttributeForAutoconfiguration\(\) expects callable\(Symfony\\Component\\DependencyInjection\\ChildDefinition, Andersundsehr\\Storybook\\Transformer\\Attribute\\TypeTransformer, Reflector\)\: void, Closure\(Symfony\\Component\\DependencyInjection\\ChildDefinition, Andersundsehr\\Storybook\\Transformer\\Attribute\\TypeTransformer, ReflectionMethod\)\: void given\.$#'
identifier: argument.type
count: 1
path: Configuration/Services.php