Skip to content

Commit c6cd208

Browse files
committed
[TASK] phpstan
1 parent 45d213f commit c6cd208

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Build/phpstan-baseline-12.neon

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,23 @@ parameters:
8181
-
8282
message: "#^Class TYPO3\\\\CMS\\\\Core\\\\Domain\\\\RecordFactory not found\\.$#"
8383
count: 1
84-
path: ../Classes/Backend/Grid/ContainerGridColumnItem.php
84+
path: ../Classes/Backend/Grid/ContainerGridColumnItem.php
85+
-
86+
message: "#^Class TYPO3\\\\CMS\\\\Backend\\\\View\\\\PageLayoutContext constructor invoked with 4 parameters, 2 required\\.$#"
87+
count: 1
88+
path: ../Tests/Functional/Integrity/IntegrityTest.php
89+
90+
-
91+
message: "#^Instantiated class TYPO3\\\\CMS\\\\Backend\\\\Context\\\\PageContext not found\\.$#"
92+
count: 1
93+
path: ../Tests/Functional/Integrity/IntegrityTest.php
94+
95+
-
96+
message: "#^Instantiated class TYPO3\\\\CMS\\\\Backend\\\\Domain\\\\Model\\\\Language\\\\PageLanguageInformation not found\\.$#"
97+
count: 1
98+
path: ../Tests/Functional/Integrity/IntegrityTest.php
99+
100+
-
101+
message: "#^Parameter \\#1 \\$pageRecord of class TYPO3\\\\CMS\\\\Backend\\\\View\\\\PageLayoutContext constructor expects array, TYPO3\\\\CMS\\\\Backend\\\\Context\\\\PageContext given\\.$#"
102+
count: 1
103+
path: ../Tests/Functional/Integrity/IntegrityTest.php

0 commit comments

Comments
 (0)