diff --git a/typo3/sysext/core/Classes/Page/Event/AbstractBeforeAssetRenderingEvent.php b/typo3/sysext/core/Classes/Page/Event/AbstractBeforeAssetRenderingEvent.php
index 1990e146ed21aa298bcd72d864e4d6d1f54da86c..20d158b386974b8bb4d2c44e57ea4dfe7751cfce 100644
--- a/typo3/sysext/core/Classes/Page/Event/AbstractBeforeAssetRenderingEvent.php
+++ b/typo3/sysext/core/Classes/Page/Event/AbstractBeforeAssetRenderingEvent.php
@@ -1,5 +1,6 @@
 <?php
-declare(strict_types = 1);
+
+declare(strict_types=1);
 
 namespace TYPO3\CMS\Core\Page\Event;
 
diff --git a/typo3/sysext/core/Classes/Page/Event/BeforeJavaScriptsRenderingEvent.php b/typo3/sysext/core/Classes/Page/Event/BeforeJavaScriptsRenderingEvent.php
index 8d5c461c6a9fde11db22f36ddc82c8c9d3ec1468..78ddccda18d898887fb786fae9a026cf53e9a81c 100644
--- a/typo3/sysext/core/Classes/Page/Event/BeforeJavaScriptsRenderingEvent.php
+++ b/typo3/sysext/core/Classes/Page/Event/BeforeJavaScriptsRenderingEvent.php
@@ -1,5 +1,6 @@
 <?php
-declare(strict_types = 1);
+
+declare(strict_types=1);
 
 namespace TYPO3\CMS\Core\Page\Event;
 
diff --git a/typo3/sysext/core/Classes/Page/Event/BeforeStylesheetsRenderingEvent.php b/typo3/sysext/core/Classes/Page/Event/BeforeStylesheetsRenderingEvent.php
index 6a56e14295bc55ea6b114ec6245946f7c4484602..8be89a91461e79b7a595bd83a5fab40024aa1333 100644
--- a/typo3/sysext/core/Classes/Page/Event/BeforeStylesheetsRenderingEvent.php
+++ b/typo3/sysext/core/Classes/Page/Event/BeforeStylesheetsRenderingEvent.php
@@ -1,5 +1,6 @@
 <?php
-declare(strict_types = 1);
+
+declare(strict_types=1);
 
 namespace TYPO3\CMS\Core\Page\Event;
 
diff --git a/typo3/sysext/install/Classes/Service/Session/FileSessionHandler.php b/typo3/sysext/install/Classes/Service/Session/FileSessionHandler.php
index 17156bf52503e4971f118a15179026b4fddb8140..f1f50a8b18069a1c10ee130551700a417d60f418 100644
--- a/typo3/sysext/install/Classes/Service/Session/FileSessionHandler.php
+++ b/typo3/sysext/install/Classes/Service/Session/FileSessionHandler.php
@@ -1,4 +1,5 @@
 <?php
+
 declare(strict_types=1);
 
 namespace TYPO3\CMS\Install\Service\Session;