Skip to content

Commit c3896c5

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

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install composer dependencies TYPO3 14
3333
if: matrix.TYPO3 == '14'
3434
run: |
35-
composer install --no-progress --no-interaction
35+
composer require typo3/cms-backend:^14.2 typo3/cms-fluid:^14.2 typo3/cms-frontend:^14.2 --no-progress --no-interaction --dev -W
3636
- name: Install composer dependencies TYPO3 13
3737
if: matrix.TYPO3 == '13'
3838
run: |

Build/phpstan-baseline12.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ parameters:
6868
message: "#^Call to method getUid\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Domain\\\\RecordInterface\\.$#"
6969
count: 2
7070
path: ../Classes/Service/DatabaseRowService.php
71-
7271
-
73-
message: "#^Parameter \\#2 \\$idOrRow of method TYPO3\\\\CMS\\\\Core\\\\Authentication\\\\BackendUserAuthentication\\:\\:recordEditAccessInternals\\(\\) expects array\\|int, TYPO3\\\\CMS\\\\Core\\\\Domain\\\\RecordInterface given\\.$#"
72+
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Authentication\\\\BackendUserAuthentication\\:\\:checkRecordEditAccess\\(\\)\\.$#"
7473
count: 1
7574
path: ../Classes/Service/DatabaseRowService.php
7675

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)