-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
85 lines (72 loc) · 2.64 KB
/
phpstan-baseline.neon
File metadata and controls
85 lines (72 loc) · 2.64 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
parameters:
ignoreErrors:
-
rawMessage: Cannot access offset 'SYS' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 4
path: Classes/Configuration/Extension.php
-
rawMessage: Cannot access offset 'cacheConfigurations' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 4
path: Classes/Configuration/Extension.php
-
rawMessage: Cannot access offset 'caching' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 4
path: Classes/Configuration/Extension.php
-
rawMessage: Cannot access offset 'handlebars' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 2
path: Classes/Configuration/Extension.php
-
rawMessage: Cannot access offset 'FE' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: Classes/Renderer/HandlebarsRenderer.php
-
rawMessage: Cannot access offset 'debug' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: Classes/Renderer/HandlebarsRenderer.php
-
rawMessage: 'Method CPSIT\Typo3Handlebars\Renderer\Template\Path\TypoScriptPathProvider::getViewConfiguration() should return array{partialRootPaths?: array<int, string>, templateRootPaths?: array<int, string>} but returns array<''partialRootPaths''|''templateRootPaths'', mixed>.'
identifier: return.type
count: 1
path: Classes/Renderer/Template/Path/TypoScriptPathProvider.php
-
rawMessage: Cannot access offset 'alias' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: Classes/View/HandlebarsViewFactory.php
-
rawMessage: Cannot access offset string on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: Classes/View/HandlebarsViewFactory.php
-
rawMessage: Class TYPO3\CMS\Seo\XmlSitemap\XmlSitemapRenderer not found.
identifier: class.notFound
count: 1
path: Configuration/Services.php
-
rawMessage: Attribute class PHPUnit\Framework\Attributes\AllowMockObjectsWithoutExpectations does not exist.
identifier: attribute.notFound
count: 4
path: Tests/Functional/View/HandlebarsViewFactoryTest.php
-
rawMessage: Cannot access offset 'FE' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: Tests/Unit/Renderer/HandlebarsRendererTest.php
-
rawMessage: Cannot access offset 'debug' on mixed.
identifier: offsetAccess.nonOffsetAccessible
count: 1
path: Tests/Unit/Renderer/HandlebarsRendererTest.php
-
rawMessage: Attribute class PHPUnit\Framework\Attributes\AllowMockObjectsWithoutExpectations does not exist.
identifier: attribute.notFound
count: 2
path: Tests/Unit/View/HandlebarsViewTest.php