8 Commits

Author SHA1 Message Date
2f07be0843 Revert "adjust phpstan baselines"
This reverts commit a71573136a6276554805e226f17c43b3d71585c5.
2024-04-24 10:11:02 +02:00
11c069a2ff Revert "phpstan baseline 5 updated"
This reverts commit deaab8027073c570ae162ebb329f79951a549a56.
2024-04-24 10:10:55 +02:00
deaab80270 phpstan baseline 5 updated 2024-04-23 21:22:19 +02:00
a71573136a adjust phpstan baselines 2024-04-23 21:12:57 +02:00
3df57c1569
Remove nullable parameter from createNamedBuilder call
The call to createNamedBuilder in EventController.php and ExportController.php was originally passing null as a parameter. This was generating PHPStan warnings. This commit replaces null with an empty string to comply with the method's expected types.
2024-04-10 12:43:25 +02:00
e935bc20aa
DX: fix baseline from removed classes 2023-03-28 22:58:30 +02:00
8695099819
DX: fix phstan & cs 2023-03-05 17:43:44 +01:00
070e153263
DX: create baseline for phpstan up to level 5 and increase level for future devs 2023-02-04 01:54:06 +01:00