Skip to content

Commit 2550870

Browse files
committed
[TASK] make ci happy again
1 parent 4549061 commit 2550870

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Build/phpstan-baseline13.neon

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ parameters:
44
message: "#^Instanceof between array and TYPO3\\\\CMS\\\\Core\\\\Domain\\\\RecordInterface will always evaluate to false\\.$#"
55
count: 1
66
path: ../Classes/Backend/Preview/StandardContentPreviewRenderer.php
7-
87
-
9-
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Database\\\\Query\\\\QueryBuilder\\:\\:add\\(\\)\\.$#"
8+
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Authentication\\\\BackendUserAuthentication\\:\\:checkRecordEditAccess\\(\\)\\.$#"
109
count: 1
11-
path: ../Classes/ViewHelpers/GetDatabaseRecordViewHelper.php
10+
path: ../Classes/Service/DatabaseRowService.php
1211
-
13-
message: "#^Parameter \\#2 \\$row of method TYPO3\\\\CMS\\\\Core\\\\Authentication\\\\BackendUserAuthentication\\:\\:recordEditAccessInternals\\(\\) expects array, TYPO3\\\\CMS\\\\Core\\\\Domain\\\\RecordInterface given\\.$#"
12+
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Database\\\\Query\\\\QueryBuilder\\:\\:add\\(\\)\\.$#"
1413
count: 1
15-
path: ../Classes/Service/DatabaseRowService.php
14+
path: ../Classes/ViewHelpers/GetDatabaseRecordViewHelper.php
1615
-
1716
message: "#^Class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconProvider\\\\FontawesomeIconProvider not found\\.$#"
1817
count: 2

0 commit comments

Comments
 (0)