diff --git a/Build/phpstan/phpstan-baseline.neon b/Build/phpstan/phpstan-baseline.neon
index 56d3c180314983142e3b4bce8aa999b8f37153c4..c6c179ad06808f211c0fac2bb809c326704e441b 100644
--- a/Build/phpstan/phpstan-baseline.neon
+++ b/Build/phpstan/phpstan-baseline.neon
@@ -15,6 +15,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php
 
+		-
+			message: "#^Offset 'sub' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Controller/AboutController.php
+
 		-
 			message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FolderInterface\\:\\:getReadablePath\\(\\)\\.$#"
 			count: 1
@@ -55,6 +60,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php
 
+		-
+			message: "#^Offset 'eval' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Form/AbstractNode.php
+
 		-
 			message: "#^Method TYPO3\\\\CMS\\\\Backend\\\\Form\\\\Behavior\\\\ReloadOnFieldChange\\:\\:toArray\\(\\) should return array\\{name\\: string, data\\?\\: string\\} but returns array\\{name\\: 'typo3\\-backend\\-form…', data\\: array\\{confirmation\\: bool\\}\\}\\.$#"
 			count: 1
@@ -70,6 +80,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/backend/Classes/Form/Behavior/UpdateValueOnFieldChange.php
 
+		-
+			message: "#^Offset 'isInlineDefaultLang…' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Form/Container/InlineRecordContainer.php
+
 		-
 			message: "#^Variable \\$cells in empty\\(\\) always exists and is not falsy\\.$#"
 			count: 1
@@ -85,11 +100,26 @@ parameters:
 			count: 2
 			path: ../../typo3/sysext/backend/Classes/Form/Element/InputLinkElement.php
 
+		-
+			message: "#^If condition is always true\\.$#"
+			count: 3
+			path: ../../typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php
+
+		-
+			message: "#^Result of \\|\\| is always false\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php
+
 		-
 			message: "#^Strict comparison using \\=\\=\\= between non\\-empty\\-array\\<'disabled'\\|'title'\\|int, mixed\\> and array\\{\\} will always evaluate to false\\.$#"
 			count: 1
 			path: ../../typo3/sysext/backend/Classes/Form/Element/SelectMultipleSideBySideElement.php
 
+		-
+			message: "#^Ternary operator condition is always true\\.$#"
+			count: 2
+			path: ../../typo3/sysext/backend/Classes/Form/Element/SelectSingleElement.php
+
 		-
 			message: "#^Negated boolean expression is always false\\.$#"
 			count: 1
@@ -140,6 +170,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/backend/Classes/Module/ModuleLoader.php
 
+		-
+			message: "#^Offset 'config\\.' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Provider/PageTsBackendLayoutDataProvider.php
+
 		-
 			message: "#^Method TYPO3\\\\CMS\\\\Backend\\\\Routing\\\\PreviewUriBuilder\\:\\:create\\(\\) should return static\\(TYPO3\\\\CMS\\\\Backend\\\\Routing\\\\PreviewUriBuilder\\) but returns object\\.$#"
 			count: 1
@@ -255,6 +290,16 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/backend/Classes/Utility/BackendUtility.php
 
+		-
+			message: "#^Offset 'TCEFORM\\.' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Utility/BackendUtility.php
+
+		-
+			message: "#^Offset 'record_pid' on non\\-empty\\-array\\<string, mixed\\> on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/backend/Classes/Utility/BackendUtility.php
+
 		-
 			message: "#^Unreachable statement \\- code above always terminates\\.$#"
 			count: 3
@@ -390,6 +435,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/backend/Tests/Unit/Form/Fixtures/NodeFactory/NodeResolvers/FooResolver.php
 
+		-
+			message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertSame\\(\\) with \\*NEVER\\* and array will always evaluate to false\\.$#"
+			count: 2
+			path: ../../typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/EvaluateDisplayConditionsTest.php
+
 		-
 			message: "#^Parameter \\#1 \\$id of method TYPO3\\\\CMS\\\\Backend\\\\Tree\\\\TreeNode\\:\\:setId\\(\\) expects string, int\\<0, 4\\> given\\.$#"
 			count: 1
@@ -490,6 +540,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php
 
+		-
+			message: "#^Offset 'access' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php
+
 		-
 			message: "#^PHPDoc type array\\|string of property TYPO3\\\\CMS\\\\Core\\\\Authentication\\\\BackendUserAuthentication\\:\\:\\$uc is not covariant with PHPDoc type array of overridden property TYPO3\\\\CMS\\\\Core\\\\Authentication\\\\AbstractUserAuthentication\\:\\:\\$uc\\.$#"
 			count: 1
@@ -621,7 +676,7 @@ parameters:
 			path: ../../typo3/sysext/core/Classes/Core/ClassLoadingInformationGenerator.php
 
 		-
-			message: "#^Binary operation \"\\*\\=\" between non\\-empty\\-string and \\-1 results in an error\\.$#"
+			message: "#^Binary operation \"\\*\\=\" between non\\-falsy\\-string and \\-1 results in an error\\.$#"
 			count: 1
 			path: ../../typo3/sysext/core/Classes/DataHandling/DataHandler.php
 
@@ -665,6 +720,11 @@ parameters:
 			count: 3
 			path: ../../typo3/sysext/core/Classes/DataHandling/DataHandler.php
 
+		-
+			message: "#^Offset 't3ver_oid' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/DataHandling/DataHandler.php
+
 		-
 			message: "#^Offset string does not exist on array\\{\\}\\.$#"
 			count: 1
@@ -705,6 +765,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/core/Classes/DataHandling/DataHandler.php
 
+		-
+			message: "#^Offset 'l10n_state' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/DataHandling/Localization/DataMapItem.php
+
 		-
 			message: "#^Method TYPO3\\\\CMS\\\\Core\\\\DataHandling\\\\Localization\\\\DataMapProcessor\\:\\:fetchDependencies\\(\\) should return array\\<array\\<TYPO3\\\\CMS\\\\Core\\\\DataHandling\\\\Localization\\\\DataMapItem\\>\\> but returns array\\<int\\|string, array\\<string, array\\<int, TYPO3\\\\CMS\\\\Core\\\\DataHandling\\\\Localization\\\\DataMapItem\\>\\>\\>\\.$#"
 			count: 1
@@ -870,6 +935,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/core/Classes/Database/QueryGenerator.php
 
+		-
+			message: "#^Offset 'queryLimit' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/Database/QueryGenerator.php
+
 		-
 			message: "#^Offset 'userFunc' on 'user' in isset\\(\\) does not exist\\.$#"
 			count: 1
@@ -985,6 +1055,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/core/Classes/Hooks/TcaItemsProcessorFunctions.php
 
+		-
+			message: "#^Comparison operation \"\\>\" between 1\\|2\\|3\\|6\\|7\\|8 and 0 is always true\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/Html/SimpleParser.php
+
 		-
 			message: "#^Method TYPO3\\\\CMS\\\\Core\\\\Http\\\\ImmediateResponseException\\:\\:getResponse\\(\\) should return TYPO3\\\\CMS\\\\Core\\\\Http\\\\Response but returns Psr\\\\Http\\\\Message\\\\ResponseInterface\\.$#"
 			count: 1
@@ -1051,25 +1126,10 @@ parameters:
 			path: ../../typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
 
 		-
-			message: "#^Offset 'blue' does not exist on array\\{green\\: float\\}\\.$#"
+			message: "#^Parameter \\#3 \\$red of function imagecolorset expects int, float given\\.$#"
 			count: 2
 			path: ../../typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
 
-		-
-			message: "#^Offset 'blue' does not exist on array\\{green\\: int\\}\\.$#"
-			count: 1
-			path: ../../typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
-
-		-
-			message: "#^Offset 'red' does not exist on array\\{green\\: float, blue\\: float\\}\\.$#"
-			count: 2
-			path: ../../typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
-
-		-
-			message: "#^Offset 'red' does not exist on array\\{green\\: int, blue\\: int\\}\\.$#"
-			count: 1
-			path: ../../typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
-
 		-
 			message: "#^Parameter \\#4 \\$green of function imagecolorset expects int, float given\\.$#"
 			count: 2
@@ -1096,7 +1156,7 @@ parameters:
 			path: ../../typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php
 
 		-
-			message: "#^Binary operation \"/\" between float and non\\-empty\\-string results in an error\\.$#"
+			message: "#^Binary operation \"/\" between float and non\\-falsy\\-string results in an error\\.$#"
 			count: 4
 			path: ../../typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php
 
@@ -1495,11 +1555,6 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/core/Classes/Routing/RouteSorter.php
 
-		-
-			message: "#^If condition is always true\\.$#"
-			count: 1
-			path: ../../typo3/sysext/core/Classes/Service/AbstractService.php
-
 		-
 			message: "#^Comparison operation \"\\>\" between int\\<2, max\\> and 0 is always true\\.$#"
 			count: 1
@@ -1671,7 +1726,17 @@ parameters:
 			path: ../../typo3/sysext/core/Classes/Utility/GeneralUtility.php
 
 		-
-			message: "#^Offset 'ch' does not exist on array\\{\\}\\|array\\{attrs\\?\\: mixed, ch\\?\\: array\\<int\\|string, array\\<int, array\\<literal\\-string&non\\-empty\\-string, mixed\\>\\>\\>, tag\\?\\: mixed, values\\?\\: array\\<int, mixed\\>\\}\\.$#"
+			message: "#^Offset 'ch' does not exist on array\\{\\}\\|array\\{attrs\\?\\: mixed, ch\\?\\: array\\<int\\|string, array\\<int, array\\<literal\\-string&non\\-falsy\\-string, mixed\\>\\>\\>, tag\\?\\: mixed, values\\?\\: array\\<int, mixed\\>\\}\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/Utility/GeneralUtility.php
+
+		-
+			message: "#^Offset 'tag' does not exist on array\\{\\}\\|array\\{attrs\\?\\: mixed, ch\\?\\: array\\<int\\|string, array\\<int, array\\<literal\\-string&non\\-falsy\\-string, mixed\\>\\>\\>, tag\\?\\: mixed, values\\?\\: array\\<int, mixed\\>\\}\\.$#"
+			count: 1
+			path: ../../typo3/sysext/core/Classes/Utility/GeneralUtility.php
+
+		-
+			message: "#^Offset 'values' does not exist on array\\{\\}\\|array\\{attrs\\?\\: mixed, ch\\?\\: array\\<int\\|string, array\\<int, array\\<literal\\-string&non\\-falsy\\-string, mixed\\>\\>\\>, values\\?\\: array\\<int, mixed\\>\\}\\.$#"
 			count: 1
 			path: ../../typo3/sysext/core/Classes/Utility/GeneralUtility.php
 
@@ -2301,7 +2366,7 @@ parameters:
 			path: ../../typo3/sysext/core/Tests/UnitDeprecated/Database/SoftReferenceIndexTest.php
 
 		-
-			message: "#^Parameter \\#2 \\$widgets of method TYPO3\\\\CMS\\\\Dashboard\\\\DashboardRepository\\:\\:updateWidgetConfig\\(\\) expects array\\<string\\>, array\\<int\\|string, array\\<string, mixed\\>\\> given\\.$#"
+			message: "#^Parameter \\#2 \\$widgets of method TYPO3\\\\CMS\\\\Dashboard\\\\DashboardRepository\\:\\:updateWidgetConfig\\(\\) expects array\\<string\\>, array\\<string, array\\<string, string\\>\\> given\\.$#"
 			count: 1
 			path: ../../typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php
 
@@ -3976,10 +4041,45 @@ parameters:
 			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
 
 		-
-			message: "#^Offset 'additionalParams' on array\\{parameter\\: string, target\\?\\: non\\-empty\\-string, extTarget\\?\\: non\\-empty\\-string, fileTarget\\?\\: non\\-empty\\-string\\} on left side of \\?\\? does not exist\\.$#"
+			message: "#^Offset 'additionalParams' on array\\{parameter\\: string, target\\: non\\-falsy\\-string, extTarget\\: non\\-falsy\\-string, fileTarget\\: non\\-falsy\\-string\\}\\|array\\{parameter\\: string\\} on left side of \\?\\? does not exist\\.$#"
 			count: 2
 			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
 
+		-
+			message: "#^Offset 'cObjNum\\.' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
+		-
+			message: "#^Offset 'cache\\.' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
+		-
+			message: "#^Offset 'cache\\.' on non\\-empty\\-array\\<non\\-empty\\-array\\> on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 2
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
+		-
+			message: "#^Offset 'parameter\\.' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
+		-
+			message: "#^Offset 'recursive' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
+		-
+			message: "#^Offset 'strPad\\.' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
+		-
+			message: "#^Offset 'sword' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+
 		-
 			message: "#^Parameter \\#1 \\$bitIndex of method TYPO3\\\\CMS\\\\Core\\\\Type\\\\BitSet\\:\\:get\\(\\) expects int, string given\\.$#"
 			count: 1
@@ -4240,11 +4340,21 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/frontend/Classes/Http/RequestHandler.php
 
+		-
+			message: "#^Negated boolean expression is always false\\.$#"
+			count: 3
+			path: ../../typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
+
 		-
 			message: "#^Property TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\GraphicalFunctions\\:\\:\\$setup \\(array\\) on left side of \\?\\? is not nullable\\.$#"
 			count: 9
 			path: ../../typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
 
+		-
+			message: "#^Result of && is always false\\.$#"
+			count: 3
+			path: ../../typo3/sysext/frontend/Classes/Imaging/GifBuilder.php
+
 		-
 			message: "#^Expression on left side of \\?\\? is not nullable\\.$#"
 			count: 1
@@ -4330,6 +4440,16 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/frontend/Classes/Resource/FileCollector.php
 
+		-
+			message: "#^Offset 'linkAccessRestricte…' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
+
+		-
+			message: "#^Offset 'no_cache' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php
+
 		-
 			message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Core\\\\Resource\\\\FileInterface\\:\\:isMissing\\(\\)\\.$#"
 			count: 1
@@ -4400,31 +4520,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableCompiler.php
 
-		-
-			message: "#^Call to function array_key_exists\\(\\) with string and array\\{\\} will always evaluate to false\\.$#"
-			count: 1
-			path: ../../typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php
-
-		-
-			message: "#^Result of \\|\\| is always true\\.$#"
-			count: 1
-			path: ../../typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php
-
 		-
 			message: "#^Unsafe usage of new static\\(\\)\\.$#"
 			count: 1
 			path: ../../typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php
 
-		-
-			message: "#^Call to function array_key_exists\\(\\) with string and array\\{\\} will always evaluate to false\\.$#"
-			count: 1
-			path: ../../typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php
-
-		-
-			message: "#^Result of \\|\\| is always true\\.$#"
-			count: 1
-			path: ../../typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php
-
 		-
 			message: "#^Unsafe usage of new static\\(\\)\\.$#"
 			count: 1
@@ -4566,7 +4666,7 @@ parameters:
 			path: ../../typo3/sysext/impexp/Classes/ImportExport.php
 
 		-
-			message: "#^Offset 'updatePath' does not exist on array\\{msg\\: string, ref\\: 'FILE', type\\: 'file', preCode\\: non\\-empty\\-string, title\\: string, showDiffContent\\: string\\}\\.$#"
+			message: "#^Offset 'updatePath' does not exist on array\\{msg\\: string, ref\\: 'FILE', type\\: 'file', preCode\\: non\\-falsy\\-string, title\\: string, showDiffContent\\: string\\}\\.$#"
 			count: 1
 			path: ../../typo3/sysext/impexp/Classes/ImportExport.php
 
@@ -4605,13 +4705,18 @@ parameters:
 			count: 2
 			path: ../../typo3/sysext/indexed_search/Classes/Indexer.php
 
+		-
+			message: "#^Offset 'query' on array\\{scheme\\?\\: string, host\\?\\: string, port\\?\\: int\\<0, 65535\\>, user\\?\\: string, pass\\?\\: string, path\\?\\: string, query\\: string, fragment\\?\\: string\\} on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/indexed_search/Classes/Indexer.php
+
 		-
 			message: "#^Offset int\\<0, max\\> does not exist on array\\{\\}\\.$#"
 			count: 1
 			path: ../../typo3/sysext/indexed_search/Classes/Indexer.php
 
 		-
-			message: "#^Offset int\\<0, max\\> on array\\{\\} in isset\\(\\) does not exist\\.$#"
+			message: "#^Parameter \\#1 \\$tag of static method TYPO3\\\\CMS\\\\Core\\\\Utility\\\\GeneralUtility\\:\\:get_tag_attributes\\(\\) expects string, array\\<string, string\\> given\\.$#"
 			count: 1
 			path: ../../typo3/sysext/indexed_search/Classes/Indexer.php
 
@@ -4637,7 +4742,7 @@ parameters:
 
 		-
 			message: "#^Else branch is unreachable because previous condition is always true\\.$#"
-			count: 1
+			count: 2
 			path: ../../typo3/sysext/info/Classes/Controller/TranslationStatusController.php
 
 		-
@@ -4905,6 +5010,21 @@ parameters:
 			count: 2
 			path: ../../typo3/sysext/lowlevel/Classes/Database/QueryGenerator.php
 
+		-
+			message: "#^Offset 'queryConfig' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/lowlevel/Classes/Database/QueryGenerator.php
+
+		-
+			message: "#^Offset 'queryLimit' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/lowlevel/Classes/Database/QueryGenerator.php
+
+		-
+			message: "#^Offset 'userFunc' on 'user' in isset\\(\\) does not exist\\.$#"
+			count: 1
+			path: ../../typo3/sysext/lowlevel/Classes/Database/QueryGenerator.php
+
 		-
 			message: "#^Negated boolean expression is always false\\.$#"
 			count: 1
@@ -4975,6 +5095,16 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/recordlist/Classes/Controller/ClearPageCacheController.php
 
+		-
+			message: "#^Offset 'clipBoard' on array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/recordlist/Classes/Controller/RecordListController.php
+
+		-
+			message: "#^Offset 'noExportRecordsLinks' on array in isset\\(\\) always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/recordlist/Classes/Controller/RecordListController.php
+
 		-
 			message: "#^Variable \\$MOD_SETTINGS on left side of \\?\\? always exists and is not nullable\\.$#"
 			count: 1
@@ -5035,6 +5165,11 @@ parameters:
 			count: 1
 			path: ../../typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
 
+		-
+			message: "#^Offset 'records' on non\\-empty\\-array on left side of \\?\\? always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/recycler/Classes/Controller/RecyclerAjaxController.php
+
 		-
 			message: "#^PHPDoc type string of property TYPO3\\\\CMS\\\\Recycler\\\\Tests\\\\Functional\\\\Recycle\\\\AbstractRecycleTestCase\\:\\:\\$backendUserFixture is not covariant with PHPDoc type non\\-empty\\-string of overridden property TYPO3\\\\TestingFramework\\\\Core\\\\Functional\\\\FunctionalTestCase\\:\\:\\$backendUserFixture\\.$#"
 			count: 1
@@ -5076,7 +5211,17 @@ parameters:
 			path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
 
 		-
-			message: "#^Strict comparison using \\=\\=\\= between non\\-empty\\-string and '' will always evaluate to false\\.$#"
+			message: "#^Result of && is always false\\.$#"
+			count: 1
+			path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
+
+		-
+			message: "#^Strict comparison using \\=\\=\\= between non\\-falsy\\-string and '' will always evaluate to false\\.$#"
+			count: 1
+			path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
+
+		-
+			message: "#^Strict comparison using \\=\\=\\= between non\\-falsy\\-string and '0' will always evaluate to false\\.$#"
 			count: 1
 			path: ../../typo3/sysext/scheduler/Classes/CronCommand/NormalizeCommand.php
 
@@ -5140,6 +5285,11 @@ parameters:
 			count: 2
 			path: ../../typo3/sysext/workspaces/Classes/Service/GridDataService.php
 
+		-
+			message: "#^Variable \\$column in isset\\(\\) always exists and is not nullable\\.$#"
+			count: 1
+			path: ../../typo3/sysext/workspaces/Classes/Service/GridDataService.php
+
 		-
 			message: "#^Unreachable statement \\- code above always terminates\\.$#"
 			count: 1
diff --git a/composer.json b/composer.json
index 2cdca798757324df57e589f4f369357aa182d37f..b6b383d2c8d9e36c2ccce9950d0468df5f91b30e 100644
--- a/composer.json
+++ b/composer.json
@@ -117,7 +117,7 @@
 		"php-webdriver/webdriver": "^1.12.0",
 		"phpspec/prophecy": "^1.15.0",
 		"phpspec/prophecy-phpunit": "^2.0.1",
-		"phpstan/phpstan": "1.8.2",
+		"phpstan/phpstan": "^1.8.7",
 		"phpstan/phpstan-phpunit": "^1.1.1",
 		"phpunit/phpunit": "^9.5.21",
 		"typo3/cms-styleguide": "~11.5.4",
diff --git a/composer.lock b/composer.lock
index 9b15fcedf416327915af0795a9f8609a4ffad62f..4cd5d63fb5cddffa5544b49a6c6ee8e98e80547d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "031b9dc51c9f72e8d52753388c867559",
+    "content-hash": "721ab3ad8035a32ceff462091d2ed6dc",
     "packages": [
         {
             "name": "bacon/bacon-qr-code",
@@ -7095,16 +7095,16 @@
         },
         {
             "name": "phpstan/phpstan",
-            "version": "1.8.2",
+            "version": "1.8.7",
             "source": {
                 "type": "git",
                 "url": "https://github.com/phpstan/phpstan.git",
-                "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c"
+                "reference": "536ff0ed719b5679e9f09c17aeaee9b31969cb8e"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c53312ecc575caf07b0e90dee43883fdf90ca67c",
-                "reference": "c53312ecc575caf07b0e90dee43883fdf90ca67c",
+                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/536ff0ed719b5679e9f09c17aeaee9b31969cb8e",
+                "reference": "536ff0ed719b5679e9f09c17aeaee9b31969cb8e",
                 "shasum": ""
             },
             "require": {
@@ -7128,9 +7128,13 @@
                 "MIT"
             ],
             "description": "PHPStan - PHP Static Analysis Tool",
+            "keywords": [
+                "dev",
+                "static analysis"
+            ],
             "support": {
                 "issues": "https://github.com/phpstan/phpstan/issues",
-                "source": "https://github.com/phpstan/phpstan/tree/1.8.2"
+                "source": "https://github.com/phpstan/phpstan/tree/1.8.7"
             },
             "funding": [
                 {
@@ -7141,16 +7145,12 @@
                     "url": "https://github.com/phpstan",
                     "type": "github"
                 },
-                {
-                    "url": "https://www.patreon.com/phpstan",
-                    "type": "patreon"
-                },
                 {
                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
                     "type": "tidelift"
                 }
             ],
-            "time": "2022-07-20T09:57:31+00:00"
+            "time": "2022-10-04T14:09:33+00:00"
         },
         {
             "name": "phpstan/phpstan-phpunit",