diff --git a/Build/.php_cs b/Build/.php_cs index 717749faa4dd3501315a1e7e783987ae33925db6..a9fa57aac81732a9deb9ec651b8f4e9d01523971 100644 --- a/Build/.php_cs +++ b/Build/.php_cs @@ -20,7 +20,7 @@ * * And then simply run * - * $ php-cs-fixer fix --config ../Build/.php_cs + * $ ./bin/php-cs-fixer fix --config ./Build/.php_cs * * inside the TYPO3 directory. Warning: This may take up to 10 minutes. * @@ -58,7 +58,7 @@ return PhpCsFixer\Config::create() 'array_syntax' => ['syntax' => 'short'], 'cast_spaces' => ['space' => 'none'], 'concat_space' => ['spacing' => 'one'], - 'declare_equal_normalize' => ['space' => 'single'], + 'declare_equal_normalize' => ['space' => 'none'], 'dir_constant' => true, 'function_typehint_space' => true, 'hash_to_slash_comment' => true, diff --git a/Build/Scripts/annotationChecker.php b/Build/Scripts/annotationChecker.php index 313db37f3b1265b8091f900dd8cd4bc325b88262..cf33794bcd50b141008adff5cee0dcdfa0fd862e 100755 --- a/Build/Scripts/annotationChecker.php +++ b/Build/Scripts/annotationChecker.php @@ -1,6 +1,6 @@ #!/usr/bin/env php <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/Build/Scripts/checkIntegrityComposer.php b/Build/Scripts/checkIntegrityComposer.php index a3f12f19e3730f0336744b0067d23f6285b52fde..5a2c06146d58df94bd73988e37219d6769b7ae83 100755 --- a/Build/Scripts/checkIntegrityComposer.php +++ b/Build/Scripts/checkIntegrityComposer.php @@ -1,6 +1,6 @@ #!/usr/bin/env php <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. * diff --git a/Build/Scripts/checkIntegrityCsvFixtures.php b/Build/Scripts/checkIntegrityCsvFixtures.php index fe4ad2ed98e71548d82030833021f7e10b1289da..f498b5fa685f886385bf94fa8bcea7575ae343bc 100755 --- a/Build/Scripts/checkIntegrityCsvFixtures.php +++ b/Build/Scripts/checkIntegrityCsvFixtures.php @@ -1,6 +1,6 @@ #!/usr/bin/env php <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. * diff --git a/Build/Scripts/composer/InstallerScripts.php b/Build/Scripts/composer/InstallerScripts.php index 2f271496a9f8a5cda2daa335bec3920f9664c472..9d3e44bfc4fcc617ffd0ed307c041e3884cc5535 100644 --- a/Build/Scripts/composer/InstallerScripts.php +++ b/Build/Scripts/composer/InstallerScripts.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Composer\Scripts; /*************************************************************** diff --git a/Build/Scripts/docBlockChecker.php b/Build/Scripts/docBlockChecker.php index daccce4128e820acee0a40a51d62fc48648841bc..a289cfc6ffb7202e490f0a09095f5b06d59f15cf 100755 --- a/Build/Scripts/docBlockChecker.php +++ b/Build/Scripts/docBlockChecker.php @@ -1,6 +1,6 @@ #!/usr/bin/env php <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/Build/Scripts/validateRstFiles.php b/Build/Scripts/validateRstFiles.php index e41515176584e3b9af06f45db3fb83f0ecfba70c..9a0303fd44c33c76c29d587e2264b86c0faef28b 100755 --- a/Build/Scripts/validateRstFiles.php +++ b/Build/Scripts/validateRstFiles.php @@ -1,6 +1,6 @@ #!/usr/bin/env php <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/adminpanel/Classes/Controller/AjaxController.php b/typo3/sysext/adminpanel/Classes/Controller/AjaxController.php index ed9b5633680ded42b38dbb05d5889e5440d135a2..c19e1e809f2dce7b33dd6ac52e37be8824d3319b 100644 --- a/typo3/sysext/adminpanel/Classes/Controller/AjaxController.php +++ b/typo3/sysext/adminpanel/Classes/Controller/AjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Controller; diff --git a/typo3/sysext/adminpanel/Classes/Controller/MainController.php b/typo3/sysext/adminpanel/Classes/Controller/MainController.php index e7e2c4093c553112c950267ffd7005dc4e3de33b..e3b51402eb7ca08e330ca5eec19ca5ed5ee5b520 100644 --- a/typo3/sysext/adminpanel/Classes/Controller/MainController.php +++ b/typo3/sysext/adminpanel/Classes/Controller/MainController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Controller; diff --git a/typo3/sysext/adminpanel/Classes/Exceptions/InvalidConfigurationException.php b/typo3/sysext/adminpanel/Classes/Exceptions/InvalidConfigurationException.php index 7b9ca6c23fcfd74c39494199bc4b7652c100b96d..2d4e7465a09a5922cacb7fb302062677fd1ce362 100644 --- a/typo3/sysext/adminpanel/Classes/Exceptions/InvalidConfigurationException.php +++ b/typo3/sysext/adminpanel/Classes/Exceptions/InvalidConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Exceptions; diff --git a/typo3/sysext/adminpanel/Classes/Log/DoctrineSqlLogger.php b/typo3/sysext/adminpanel/Classes/Log/DoctrineSqlLogger.php index 870a5bc1e39fc9f83f07fe7a72fe6fcf5bca28da..5e029df1eb9bd15bb25045651cddba6513aa1483 100644 --- a/typo3/sysext/adminpanel/Classes/Log/DoctrineSqlLogger.php +++ b/typo3/sysext/adminpanel/Classes/Log/DoctrineSqlLogger.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Log; diff --git a/typo3/sysext/adminpanel/Classes/Log/InMemoryLogWriter.php b/typo3/sysext/adminpanel/Classes/Log/InMemoryLogWriter.php index 80de1bb8ef61c7382c11c8bdbe28829173667d74..cad58d697a3dfdb25f17d51392ada71bb76ef064 100644 --- a/typo3/sysext/adminpanel/Classes/Log/InMemoryLogWriter.php +++ b/typo3/sysext/adminpanel/Classes/Log/InMemoryLogWriter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Log; diff --git a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php index 8b02ec87bb91f12850f41473caba6e2cf10f80ca..03eb2b32fbcced7cf4fac5caec630277e67379df 100644 --- a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php +++ b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelDataPersister.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Middleware; diff --git a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php index 51ee5bb9abd5fe1fb1b6380b0904329c0ccf5ef7..3de7f847f231e8d485421af30eccee833edb3cc7 100644 --- a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php +++ b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelInitiator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Middleware; diff --git a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php index 5c0847e0e7d1a08a580bbd7f57bd0de1feba208f..d2afba1f57db2349cc89f97a4c9766b41ac2146d 100644 --- a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php +++ b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Middleware; diff --git a/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php b/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php index a80bffb53b5045790f9c6b09dc91c9781a4d9678..4d5658ab1676953ad112af5a49278061a93f6e2c 100644 --- a/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php +++ b/typo3/sysext/adminpanel/Classes/Middleware/SqlLogging.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Middleware; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php index 6058fb6c996c007677836091372302437623a69b..a787d0c10ce4ffb636b4e33ca941ec924c3260a5 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractSubModule.php b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractSubModule.php index 8297361d4065c8d73f41b6750449ee9a12b9995f..3bf7923006a8f26a1a016da2bb8489ecd05a5b51 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractSubModule.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractSubModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ConfigurableInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ConfigurableInterface.php index 80adf8a07abb37b1f5aac0019a5e1a8456c8eb25..ea3de3542598278efcc50573a7018e45fbbc5fb5 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ConfigurableInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ConfigurableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ContentProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ContentProviderInterface.php index 52fa0bada751bec049bf948b5ee6acf2b2856f07..e1dbffa69372e5d55e6b8eb253632634632575ce 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ContentProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ContentProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php index 9257adc6b3d0c5393329909ea5e342dce433f3a4..ede8f8e0315613bad4ba175b7b2b3b3db584e6e4 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/InitializableInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/InitializableInterface.php index 95212eb0ca5ef8cbbd8da1809928c0c1849723bc..7ed3d5f14ab7dad80645d1f57e2ea0b443796f80 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/InitializableInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/InitializableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php index 432f5b2f17312e4700925cd9584ba5926127fc29..fcb11fdf7d3513a42fb9aba45305ca15a343a879 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleData.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleDataStorageCollection.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleDataStorageCollection.php index 8480f3521be4778e2099b7e32d20e3cb4ea9a511..5ca3415ed8550cd65be92006ea6e802f9bbc629e 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleDataStorageCollection.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleDataStorageCollection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleInterface.php index 41f169e31ae4baa233de679f696dc24568f69e3c..cab1a98253c930f4b0baead357bebcac6e3544f9 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleSettingsProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleSettingsProviderInterface.php index c9150cc800a2d9828906cf35e0ef18afe710a5a1..ee9a70ab12d6e1a36b94cdfa07aedec0aea568e5 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleSettingsProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ModuleSettingsProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/OnSubmitActorInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/OnSubmitActorInterface.php index 57fd841caa6ee907bedf68a25cca5bfcf327ed0a..ff52b70d180749f21cf4b5950d055cd6afcc7a4f 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/OnSubmitActorInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/OnSubmitActorInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/PageSettingsProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/PageSettingsProviderInterface.php index 13e075070b8cb462fa3add9c8591b765155f4770..6226e0a2ef2c643ec616f150a5e5effc3e2adeab 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/PageSettingsProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/PageSettingsProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/RequestEnricherInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/RequestEnricherInterface.php index 32d3dbbdd63b1b289d2a062c4b8e22e1d593fed9..136a1610defdf18c8c0393b1aaa3d9c055660be5 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/RequestEnricherInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/RequestEnricherInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ResourceProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ResourceProviderInterface.php index 34fb63957904d9026fe37cc588906bbae81463f8..971e5e6b1f02169207b254b08b91ae7caccf0a9d 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ResourceProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ResourceProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/ShortInfoProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/ShortInfoProviderInterface.php index 161878ca11ae03c4acf1be8781efd7c6b040f9a2..9414e79bdee343831f1c7e2b3ccdd6571d330a9e 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/ShortInfoProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/ShortInfoProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/SubmoduleProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/SubmoduleProviderInterface.php index 674a6fd73620e28a3a86276a721d19996ed3afbb..18b88baf437fe50be4cacb348936e7248941580d 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/SubmoduleProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/SubmoduleProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ModuleApi; diff --git a/typo3/sysext/adminpanel/Classes/Modules/CacheModule.php b/typo3/sysext/adminpanel/Classes/Modules/CacheModule.php index 805e15ec048aceffa615038230377aa8bda7bbc1..35e5ce19f7400aacbc9bbc1ca00f4c30b1c2880a 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/CacheModule.php +++ b/typo3/sysext/adminpanel/Classes/Modules/CacheModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php b/typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php index fad7d4289c69602ac3df8584298e4f6ebe1604fd..6e8f324fd751839dc5b29e4f967c713dd9b54e01 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Debug/Events.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Debug; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Debug/Log.php b/typo3/sysext/adminpanel/Classes/Modules/Debug/Log.php index f5b0cea34588d95cf86268132c7bd99d83221e86..67e7712610ba110a6d17b48e284dce2a10633cfe 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Debug/Log.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Debug/Log.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Debug; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Debug/PageTitle.php b/typo3/sysext/adminpanel/Classes/Modules/Debug/PageTitle.php index bf7060a617cebac5943b5a6d3e19205a7e3a4abd..fc7d651a040648364017fe16dd70f006fc37b00f 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Debug/PageTitle.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Debug/PageTitle.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Debug; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Debug/QueryInformation.php b/typo3/sysext/adminpanel/Classes/Modules/Debug/QueryInformation.php index f7e77c036fc2cc9d9a1a8fb7ec595e8b9fd7fbd7..fa79739f2f240c337334d8adb8a27644a6f1d96d 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Debug/QueryInformation.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Debug/QueryInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Debug; diff --git a/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php b/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php index b1ca842cc8268c7f3aad3568505cb3d87c51b7ee..bef1ebac97469c8496ca4ce7a390b0c7958f1c7e 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php +++ b/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Info/GeneralInformation.php b/typo3/sysext/adminpanel/Classes/Modules/Info/GeneralInformation.php index 0587bb50ccfb4c27b3e3759d0119685b694b886c..d98ef64b6957a900258ca8e3f9a5b14dd5cda248 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Info/GeneralInformation.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Info/GeneralInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Info; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Info/PhpInformation.php b/typo3/sysext/adminpanel/Classes/Modules/Info/PhpInformation.php index 7dc143f67cacf95afc92ca4ace6dd100c75e4364..767fb160deb5961040e8f72c311a3f88351469ed 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Info/PhpInformation.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Info/PhpInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Info; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Info/RequestInformation.php b/typo3/sysext/adminpanel/Classes/Modules/Info/RequestInformation.php index f9055f0943386644efbb59f110fa069b95968e77..23dd6b8aaa5df0f347b9d6a5f51234e2c704d73a 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Info/RequestInformation.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Info/RequestInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Info; diff --git a/typo3/sysext/adminpanel/Classes/Modules/Info/UserIntInformation.php b/typo3/sysext/adminpanel/Classes/Modules/Info/UserIntInformation.php index fc253148528559a4bd1f9d9f3263baabd0dd6383..a853229679ccc8d8f185344fda677b1c4cc55eec 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/Info/UserIntInformation.php +++ b/typo3/sysext/adminpanel/Classes/Modules/Info/UserIntInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\Info; diff --git a/typo3/sysext/adminpanel/Classes/Modules/InfoModule.php b/typo3/sysext/adminpanel/Classes/Modules/InfoModule.php index 78b706a4e3d1266046d0b6d49c003919603b6896..3afbd8c3a72cdf71ea22cdcbec3151eb440ad210 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/InfoModule.php +++ b/typo3/sysext/adminpanel/Classes/Modules/InfoModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules; diff --git a/typo3/sysext/adminpanel/Classes/Modules/PreviewModule.php b/typo3/sysext/adminpanel/Classes/Modules/PreviewModule.php index e53a41944919c018189f3bc3d64ce2dce23ef219..1824b12a37dccaca2d8f606d6f861c5f68b185c6 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/PreviewModule.php +++ b/typo3/sysext/adminpanel/Classes/Modules/PreviewModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules; diff --git a/typo3/sysext/adminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php b/typo3/sysext/adminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php index f097b47d93fec46462e0d1ef47b5c84a933f2dee..28a66509db8d2975369a2a128ff319a99683c9db 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php +++ b/typo3/sysext/adminpanel/Classes/Modules/TsDebug/TypoScriptWaterfall.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules\TsDebug; diff --git a/typo3/sysext/adminpanel/Classes/Modules/TsDebugModule.php b/typo3/sysext/adminpanel/Classes/Modules/TsDebugModule.php index af1a7cad40da2a8c1b90f86abeaf05d9f418c2f5..d68eeea7bb286a743135ac3589b7a4a540419aa0 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/TsDebugModule.php +++ b/typo3/sysext/adminpanel/Classes/Modules/TsDebugModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Modules; diff --git a/typo3/sysext/adminpanel/Classes/Repositories/FrontendGroupsRepository.php b/typo3/sysext/adminpanel/Classes/Repositories/FrontendGroupsRepository.php index 695cc7c9bd0b3b542807d2d4696239c0044678ad..67e157151acceca43382d8bfaf1faf65764eeb5a 100644 --- a/typo3/sysext/adminpanel/Classes/Repositories/FrontendGroupsRepository.php +++ b/typo3/sysext/adminpanel/Classes/Repositories/FrontendGroupsRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Repositories; diff --git a/typo3/sysext/adminpanel/Classes/Service/ConfigurationService.php b/typo3/sysext/adminpanel/Classes/Service/ConfigurationService.php index df077def990dbe8bccf7e41273c8420b1f59229f..884337750b4289d850419abfbb5c4647185c36bf 100644 --- a/typo3/sysext/adminpanel/Classes/Service/ConfigurationService.php +++ b/typo3/sysext/adminpanel/Classes/Service/ConfigurationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Service; diff --git a/typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php b/typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php index 595eb94e7671be8a18d0b3011ad1390583709665..c6fafdf9d5149c763c1b80b0b47980d304f0c7ce 100644 --- a/typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php +++ b/typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Service; diff --git a/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php b/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php index f1a72a045463c31cfdd2acfa48761cce175d3018..e864163fc30a85cf95f9a815014636e5904f00e1 100644 --- a/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php +++ b/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Service; diff --git a/typo3/sysext/adminpanel/Classes/Utility/MemoryUtility.php b/typo3/sysext/adminpanel/Classes/Utility/MemoryUtility.php index 64d32e1d8d412199f33aafdca6fd824b010d5e8f..26f48838bfc477ca285cd1a3df28bf7da0fc82b4 100644 --- a/typo3/sysext/adminpanel/Classes/Utility/MemoryUtility.php +++ b/typo3/sysext/adminpanel/Classes/Utility/MemoryUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Utility; diff --git a/typo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php b/typo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php index f3ab4a069d59a938ac4ef30b65bc870be178402c..6841a17b566f6b665a5d156febc1fa2095c28727 100644 --- a/typo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php +++ b/typo3/sysext/adminpanel/Classes/Utility/ResourceUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Utility; diff --git a/typo3/sysext/adminpanel/Classes/Utility/StateUtility.php b/typo3/sysext/adminpanel/Classes/Utility/StateUtility.php index 96426d3dd1359a976a5f11299100f615da49981d..0b859f09b0479402be0175da25f467f040879d14 100644 --- a/typo3/sysext/adminpanel/Classes/Utility/StateUtility.php +++ b/typo3/sysext/adminpanel/Classes/Utility/StateUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Utility; diff --git a/typo3/sysext/adminpanel/Classes/ViewHelpers/IsArrayViewHelper.php b/typo3/sysext/adminpanel/Classes/ViewHelpers/IsArrayViewHelper.php index c6ce8e40609bc46d0abcd8d6ca3b65ebe97c591b..bf766591f972f42770b7d1fd72d48a8451ead2f1 100644 --- a/typo3/sysext/adminpanel/Classes/ViewHelpers/IsArrayViewHelper.php +++ b/typo3/sysext/adminpanel/Classes/ViewHelpers/IsArrayViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ViewHelpers; diff --git a/typo3/sysext/adminpanel/Classes/ViewHelpers/SubModuleRenderViewHelper.php b/typo3/sysext/adminpanel/Classes/ViewHelpers/SubModuleRenderViewHelper.php index 77096a30b93bac30f778c3efc097a5b81830ebda..c7c0fe098c14a88018eff231675f868c4befd46b 100644 --- a/typo3/sysext/adminpanel/Classes/ViewHelpers/SubModuleRenderViewHelper.php +++ b/typo3/sysext/adminpanel/Classes/ViewHelpers/SubModuleRenderViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\ViewHelpers; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/DisabledMainModuleFixture.php b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/DisabledMainModuleFixture.php index aeadc6d9c89d0c1e79cb6fafab29def94092229a..829f4d0e95baffa1a6dd9d2af2a5a8f8a4de8aae 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/DisabledMainModuleFixture.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/DisabledMainModuleFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php index d44c1e70f32d27786c8baf7238221f5e17460026..0ae35aec64a0e7c35c21ee9e237b1fd27e9b40fa 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/SubModuleFixture.php b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/SubModuleFixture.php index 73069e299f36a83484ed938c1b993eda1639b3a1..8c0fd563708333f09b2e3e5108970d7a60bcaf02 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/SubModuleFixture.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/SubModuleFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php b/typo3/sysext/adminpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php index ccce862f26c7349991a3c8ec4ec621632ede14cb..9bf7d7ee8bcedb6fadde22e152beb9a8d08e98d0 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Middleware/AdminPanelInitiatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Middleware; /* diff --git a/typo3/sysext/adminpanel/Tests/Unit/Modules/PreviewModuleTest.php b/typo3/sysext/adminpanel/Tests/Unit/Modules/PreviewModuleTest.php index c5253dbac90f42817241c4901a70d4132c074850..12ae4f7152724dc4dbd37f01199e8d27779d2efa 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Modules/PreviewModuleTest.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Modules/PreviewModuleTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Modules; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Service/ConfigurationServiceTest.php b/typo3/sysext/adminpanel/Tests/Unit/Service/ConfigurationServiceTest.php index 7753a2affbb325153a8348e6d933d66c5103d434..67471e0f755a2ea5ba5e36c58370fa9f4c8c9da3 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Service/ConfigurationServiceTest.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Service/ConfigurationServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Service; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Service/ModuleLoaderTest.php b/typo3/sysext/adminpanel/Tests/Unit/Service/ModuleLoaderTest.php index 0c61005c21bf6e457b29b82ac5be22edabf7171e..5d7e924ecc0560f3463d28b9c50db40975ba666a 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Service/ModuleLoaderTest.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Service/ModuleLoaderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Service; diff --git a/typo3/sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php b/typo3/sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php index 274c005dc458e7b21765fe126646b2321d80a44d..e02a18f1c9c1f8dca110700224415007a00e21b0 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Utility/StateUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Adminpanel\Tests\Unit\Utility; diff --git a/typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php b/typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php index 366c9075b06d07dd395aea4bb553f32f64a30ec1..79dc3349fc010f4b8dbd99390a0302eb87cc6d75 100644 --- a/typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php +++ b/typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Authentication\Event; /* diff --git a/typo3/sysext/backend/Classes/Authentication/PasswordReset.php b/typo3/sysext/backend/Classes/Authentication/PasswordReset.php index 58e98544de3dbfada751114281cf2d60400626a6..2045a4b33fa2f8edba2192d13e8baa6ad93616e8 100644 --- a/typo3/sysext/backend/Classes/Authentication/PasswordReset.php +++ b/typo3/sysext/backend/Classes/Authentication/PasswordReset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Authentication; /* diff --git a/typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php b/typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php index 5cab9ef3b511bd0125edf1c20a87a7adcb121e11..1b2c2edfcb94fd8ccb40bbe81015f115be55003b 100644 --- a/typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php +++ b/typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Backend\Event; /* diff --git a/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php b/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php index 3cee65fc17e08ef438dfd10826c9d372deb71a00..39175b7a337d246a3669a114b531babfb3c1dde8 100644 --- a/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php +++ b/typo3/sysext/backend/Classes/Backend/Shortcut/ShortcutRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Backend\Shortcut; /* diff --git a/typo3/sysext/backend/Classes/Command/ProgressListener/ReferenceIndexProgressListener.php b/typo3/sysext/backend/Classes/Command/ProgressListener/ReferenceIndexProgressListener.php index 9ad606827e9029de91dd4cd63ad22313ec2088e9..68adb1aea8a7f8ebf3bd855f5c96c27b128e5f91 100644 --- a/typo3/sysext/backend/Classes/Command/ProgressListener/ReferenceIndexProgressListener.php +++ b/typo3/sysext/backend/Classes/Command/ProgressListener/ReferenceIndexProgressListener.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Command\ProgressListener; /* diff --git a/typo3/sysext/backend/Classes/Command/ResetPasswordCommand.php b/typo3/sysext/backend/Classes/Command/ResetPasswordCommand.php index dd922513ed2ebd576d188dedfc9b807e368ea52e..015cec79302f816634b48d035837e174f1392892 100644 --- a/typo3/sysext/backend/Classes/Command/ResetPasswordCommand.php +++ b/typo3/sysext/backend/Classes/Command/ResetPasswordCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Command; /* diff --git a/typo3/sysext/backend/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/backend/Classes/Compatibility/SlotReplacement.php index 088766c86935501f1aaaa18055d646446cffc3b4..e8d8db48934c5880c7945e4cca23acf3923b771b 100644 --- a/typo3/sysext/backend/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/backend/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Compatibility; /* diff --git a/typo3/sysext/backend/Classes/Composer/InstallerScripts.php b/typo3/sysext/backend/Classes/Composer/InstallerScripts.php index 373d4673ec6a287c8dd36369a5ade72bc0e6a247..35642f11f44fa095a0411dd7b5fc7cbbee77604d 100644 --- a/typo3/sysext/backend/Classes/Composer/InstallerScripts.php +++ b/typo3/sysext/backend/Classes/Composer/InstallerScripts.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Composer; /* diff --git a/typo3/sysext/backend/Classes/Configuration/BackendUserConfiguration.php b/typo3/sysext/backend/Classes/Configuration/BackendUserConfiguration.php index 550c4631c29f243b6b99628761990bfb5b10af3c..9f9439e34f836f00d13d5faf14583d03c5dd42ab 100644 --- a/typo3/sysext/backend/Classes/Configuration/BackendUserConfiguration.php +++ b/typo3/sysext/backend/Classes/Configuration/BackendUserConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Configuration; /* diff --git a/typo3/sysext/backend/Classes/Configuration/SiteTcaConfiguration.php b/typo3/sysext/backend/Classes/Configuration/SiteTcaConfiguration.php index 8d51a41566e1059caddb1b03d5e3a2deceaa2129..bf020f3be4922dfb86e4af875f29fd5cde232685 100644 --- a/typo3/sysext/backend/Classes/Configuration/SiteTcaConfiguration.php +++ b/typo3/sysext/backend/Classes/Configuration/SiteTcaConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Configuration; diff --git a/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php b/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php index c14b56dc0a378008e168afb4e54ec24eb22b2056..a8f4b96e324ddc44e5551c97ee52d88244dbf156 100644 --- a/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php +++ b/typo3/sysext/backend/Classes/Configuration/TCA/UserFunctions.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Configuration\TCA; /* diff --git a/typo3/sysext/backend/Classes/ContextMenu/ContextMenu.php b/typo3/sysext/backend/Classes/ContextMenu/ContextMenu.php index 7dba98b48a513a4dd581f752d4cd237cccbe16f8..0357764b1c1bbc5c5bde030e01d8e299f18e26c7 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ContextMenu.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ContextMenu.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ContextMenu; /* diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php index b2ee866a732d2a1a722d815dd1aed6966336b14d..c6a55664ef8db277a04587c5c79b28c71c379c03 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php index 350e2306934238f002851cff60bf770e54a9467a..a2013957a0788e2884e403287dc966d78a7c9434 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/ProviderInterface.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/ProviderInterface.php index 1fb0233d5dd4c05597d6a1d43235111549b8f3f8..4770f3f13aef3f2700fa128401c572f2ba9b4fc6 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/ProviderInterface.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/ProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/RecordProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/RecordProvider.php index adb33d2d7beb098f3f4b97c01fa787017a4d6819..ce68be2904b082197adad57dfca164ee161a9a8c 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/RecordProvider.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/RecordProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/backend/Classes/Controller/AbstractFormEngineAjaxController.php b/typo3/sysext/backend/Classes/Controller/AbstractFormEngineAjaxController.php index eba6b9aec2a91708644cd1ae5adb6bd13262fe37..081543999805b1fb4c540720ce4a55af6e821053 100644 --- a/typo3/sysext/backend/Classes/Controller/AbstractFormEngineAjaxController.php +++ b/typo3/sysext/backend/Classes/Controller/AbstractFormEngineAjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php index 594b1084947bdcbad40a8a6e156a6608f10bf2ef..fbc2e8151141176565b801e12988251aa60e8c67 100644 --- a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php +++ b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\ContentElement; /* diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php index 0857f6de7f5a986223ef9dbe99c0170eebc99404..79a18e43e2428c1211ac98176347fcf8138e861d 100644 --- a/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php +++ b/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\ContentElement; /* diff --git a/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php b/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php index c778e83f61123545d0e22fdd8195f45f6554ecd3..3a8d5c263705214aeafe29619392be83c45b441a 100644 --- a/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php +++ b/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\ContentElement; /* diff --git a/typo3/sysext/backend/Classes/Controller/ContextMenuController.php b/typo3/sysext/backend/Classes/Controller/ContextMenuController.php index 87279c0c57be6842ae932b83faff26a878522546..88a11c1f2655f1e49bc018a43c23609700298fa1 100644 --- a/typo3/sysext/backend/Classes/Controller/ContextMenuController.php +++ b/typo3/sysext/backend/Classes/Controller/ContextMenuController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/EditDocumentController.php b/typo3/sysext/backend/Classes/Controller/EditDocumentController.php index d8d044812984c479fed69450d5b9dbfbe97729d7..4c607f1b6c75ce8438e520f9c948c3580953743c 100644 --- a/typo3/sysext/backend/Classes/Controller/EditDocumentController.php +++ b/typo3/sysext/backend/Classes/Controller/EditDocumentController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/Event/AfterFormEnginePageInitializedEvent.php b/typo3/sysext/backend/Classes/Controller/Event/AfterFormEnginePageInitializedEvent.php index af5f41f8689617c5b76663d68be1fff1dfb2fd78..ac3d794c2aa82c22b6f206de8327459860ba9715 100644 --- a/typo3/sysext/backend/Classes/Controller/Event/AfterFormEnginePageInitializedEvent.php +++ b/typo3/sysext/backend/Classes/Controller/Event/AfterFormEnginePageInitializedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Event; /* diff --git a/typo3/sysext/backend/Classes/Controller/Event/BeforeFormEnginePageInitializedEvent.php b/typo3/sysext/backend/Classes/Controller/Event/BeforeFormEnginePageInitializedEvent.php index 585fac7e505fa5fbb8e99ab49d49daa8814766d6..ac31d5103032373c9b5469330820441117ed387c 100644 --- a/typo3/sysext/backend/Classes/Controller/Event/BeforeFormEnginePageInitializedEvent.php +++ b/typo3/sysext/backend/Classes/Controller/Event/BeforeFormEnginePageInitializedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Event; /* diff --git a/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php b/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php index 3707f402dcdc5e9741a99dc458098fe212f9c104..40469f727335d1c687a4975286170e9fbe1f0101 100644 --- a/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php +++ b/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; diff --git a/typo3/sysext/backend/Classes/Controller/File/EditFileController.php b/typo3/sysext/backend/Classes/Controller/File/EditFileController.php index f0f97562e9eab83bf65f1c42f4553b53be11ac7e..673b0206c71a73dddda62d5ecb3772a5a57da1fd 100644 --- a/typo3/sysext/backend/Classes/Controller/File/EditFileController.php +++ b/typo3/sysext/backend/Classes/Controller/File/EditFileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; diff --git a/typo3/sysext/backend/Classes/Controller/File/FileController.php b/typo3/sysext/backend/Classes/Controller/File/FileController.php index ec2c35e6883627083e88ed017403784405b9586f..aefed5d0f9b8be97b664553f19430705c10f4142 100644 --- a/typo3/sysext/backend/Classes/Controller/File/FileController.php +++ b/typo3/sysext/backend/Classes/Controller/File/FileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; /* diff --git a/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php b/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php index d557affa2d120950a51213f4f630238094067372..f5acf3ba91ebdadbd827b8ecbbe8e09b1c203f2f 100644 --- a/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php +++ b/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; diff --git a/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php b/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php index b4f6d0303fce1bc0be6628102927b0537ed2e05e..361b50dac45af1be6dfde903f30d78f1d275f971 100644 --- a/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php +++ b/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; diff --git a/typo3/sysext/backend/Classes/Controller/File/ReplaceFileController.php b/typo3/sysext/backend/Classes/Controller/File/ReplaceFileController.php index be9b12ea067b60b976e363dfa73ba9c07112dbb8..3065675d27931c30905ad5768488a32d4f11cedf 100644 --- a/typo3/sysext/backend/Classes/Controller/File/ReplaceFileController.php +++ b/typo3/sysext/backend/Classes/Controller/File/ReplaceFileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; diff --git a/typo3/sysext/backend/Classes/Controller/File/ThumbnailController.php b/typo3/sysext/backend/Classes/Controller/File/ThumbnailController.php index 4a88f7da7277d30dbcace7f7b48bde10cb1bb448..c2e86e525a6265fe643a3b919179bcacd48a6649 100644 --- a/typo3/sysext/backend/Classes/Controller/File/ThumbnailController.php +++ b/typo3/sysext/backend/Classes/Controller/File/ThumbnailController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\File; /* diff --git a/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php b/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php index 608e441500cb1baa84e6db3edd6e7713d1d73ede..9b4cfbcefc7eedb575ccd29d9d5e788850d5a55d 100644 --- a/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php +++ b/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/FlashMessageController.php b/typo3/sysext/backend/Classes/Controller/FlashMessageController.php index 2fcc9fe83d44c30b91030c8aa9c0feeed65060da..1098964b11cda2b014e05ab5ccd76cf04cce4bdf 100644 --- a/typo3/sysext/backend/Classes/Controller/FlashMessageController.php +++ b/typo3/sysext/backend/Classes/Controller/FlashMessageController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php b/typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php index b260d8bffb39a2761c451c3bc0edd2b2c7eb10d2..198ab6ac07c50b241153f13bf90dfd982eb9a674 100644 --- a/typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php +++ b/typo3/sysext/backend/Classes/Controller/FormFlexAjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php b/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php index 90d1ffe25935eca39493dac0dfc87d4a46713875..c3d10f1fff0de2af32c024c95e01c1d582713864 100644 --- a/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php +++ b/typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/FormSlugAjaxController.php b/typo3/sysext/backend/Classes/Controller/FormSlugAjaxController.php index ea9b0d39a70548fa769652ed1b23f54ee2db63b9..a7acc5d3a6e7f06ee2d954b235e174aece56bf00 100644 --- a/typo3/sysext/backend/Classes/Controller/FormSlugAjaxController.php +++ b/typo3/sysext/backend/Classes/Controller/FormSlugAjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; diff --git a/typo3/sysext/backend/Classes/Controller/HelpController.php b/typo3/sysext/backend/Classes/Controller/HelpController.php index a7027755fd9c6aceaeb3741de6a72a6cfdf52693..2078581b5e96f660c458768d5f6eb5b98d208484 100644 --- a/typo3/sysext/backend/Classes/Controller/HelpController.php +++ b/typo3/sysext/backend/Classes/Controller/HelpController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/LoginController.php b/typo3/sysext/backend/Classes/Controller/LoginController.php index 466f25ccaf8189bb633ade102f8aac777d350e50..5f90d9a5a96c0ef7b8850cf794f8df44445be663 100644 --- a/typo3/sysext/backend/Classes/Controller/LoginController.php +++ b/typo3/sysext/backend/Classes/Controller/LoginController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/LogoutController.php b/typo3/sysext/backend/Classes/Controller/LogoutController.php index 3a37373bda66caa0abe8e54497d5d4f95f08ede8..b7f2b64e75d0f0373d609f97200d7d892b018408 100644 --- a/typo3/sysext/backend/Classes/Controller/LogoutController.php +++ b/typo3/sysext/backend/Classes/Controller/LogoutController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/NewRecordController.php b/typo3/sysext/backend/Classes/Controller/NewRecordController.php index 2b49cecbe64eee6288174e1e779f0d8903da34fb..0c5543faada9e91cef55f3b0418f2db84e858bca 100644 --- a/typo3/sysext/backend/Classes/Controller/NewRecordController.php +++ b/typo3/sysext/backend/Classes/Controller/NewRecordController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php b/typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php index 9b91cf1bc0dcbdb7a169e53dfb6618bdfe5a9e6b..61d839b123961c20ed9a3130d15d4677e90baccc 100644 --- a/typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php +++ b/typo3/sysext/backend/Classes/Controller/Page/LocalizationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Page; diff --git a/typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController.php b/typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController.php index 684b18e4a620781e822a0bf88dcd9143367ca28f..8d41820be148fd3ab9075b04b17a25572865e12a 100644 --- a/typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController.php +++ b/typo3/sysext/backend/Classes/Controller/Page/NewMultiplePagesController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Page; /* diff --git a/typo3/sysext/backend/Classes/Controller/Page/SortSubPagesController.php b/typo3/sysext/backend/Classes/Controller/Page/SortSubPagesController.php index 5ad316a6afb896cc5fee897ac2ffbfa329d9c3b0..df517b646e91b002ea527b59f9335c5a0e699e7b 100644 --- a/typo3/sysext/backend/Classes/Controller/Page/SortSubPagesController.php +++ b/typo3/sysext/backend/Classes/Controller/Page/SortSubPagesController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Page; /* diff --git a/typo3/sysext/backend/Classes/Controller/Page/TreeController.php b/typo3/sysext/backend/Classes/Controller/Page/TreeController.php index fedc7cf08f47ccebbcb06971fe8c756fc8c7ec34..bbcc2d4bde27ec8e2e462345578cc8b71210f690 100644 --- a/typo3/sysext/backend/Classes/Controller/Page/TreeController.php +++ b/typo3/sysext/backend/Classes/Controller/Page/TreeController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Page; /* diff --git a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php index db66d074ea098a3f405144f2680a1de2b0dc5dd1..46ee8c0b07c37e0480bf65a4d2edc06a65336e5b 100644 --- a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php +++ b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/ShortcutController.php b/typo3/sysext/backend/Classes/Controller/ShortcutController.php index b309ef6f7a411398f24053bc34b27fc36012284d..bc12145b648857dfd5f0e5d22c7df16ae629ef05 100644 --- a/typo3/sysext/backend/Classes/Controller/ShortcutController.php +++ b/typo3/sysext/backend/Classes/Controller/ShortcutController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php b/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php index 35b4198d3b1dc737e7971cb27da384bf86ac89e3..aa40e5931f4b7d2bb4b34ccadc550c90ef63ab14 100644 --- a/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php +++ b/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php b/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php index 2c847906d11dc3d7822972bd154622e0b17887db..a8b1b35f1e5684c8b793c70ae811ea023f61d9b8 100644 --- a/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php +++ b/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/SiteInlineAjaxController.php b/typo3/sysext/backend/Classes/Controller/SiteInlineAjaxController.php index 2d808395204160ee8e33fd971bf942e0e811e969..805fd9d9d27c6e6e7ac4b923e02266125d2e0024 100644 --- a/typo3/sysext/backend/Classes/Controller/SiteInlineAjaxController.php +++ b/typo3/sysext/backend/Classes/Controller/SiteInlineAjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/SystemInformationController.php b/typo3/sysext/backend/Classes/Controller/SystemInformationController.php index 459f4853c33358eef3061ed0cdb76ce44fc7c7fe..f4dd86b1b44de07c23ef011c82a767446801455f 100644 --- a/typo3/sysext/backend/Classes/Controller/SystemInformationController.php +++ b/typo3/sysext/backend/Classes/Controller/SystemInformationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/UserSettingsController.php b/typo3/sysext/backend/Classes/Controller/UserSettingsController.php index a121faf1b1113854b78b3d0006b6794dde8772b6..6047a3c1aaa0dfe27eb136202fd7e8d7996ab906 100644 --- a/typo3/sysext/backend/Classes/Controller/UserSettingsController.php +++ b/typo3/sysext/backend/Classes/Controller/UserSettingsController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller; /* diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php b/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php index fc3bf6dde19986c08c95ff62e27a0589208a9cbd..8b349626b434bcd22318d991847e60c4bd23c87e 100644 --- a/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php +++ b/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Wizard; /* diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php b/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php index 78484ee52e542c60916a9a0fbc6a1689e5e98cd5..51d69af8139daad961dd1b34e215630bbc184f96 100644 --- a/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php +++ b/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Wizard; /* diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/ImageManipulationController.php b/typo3/sysext/backend/Classes/Controller/Wizard/ImageManipulationController.php index cabea952e3febe427fb3c8a171c2f4635a99cf9a..0ff4c4b3a6b8996be662718661a903e8d9d53d5d 100644 --- a/typo3/sysext/backend/Classes/Controller/Wizard/ImageManipulationController.php +++ b/typo3/sysext/backend/Classes/Controller/Wizard/ImageManipulationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Wizard; /* diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php b/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php index cd7ed3fd8b1e79c7b1fd684c1c73276acf591b63..7cec768e3a2ffabde85bea1797fafe66a6569464 100644 --- a/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php +++ b/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Wizard; /* diff --git a/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php b/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php index 322187dc5e26886d224d63b264504786105b9e35..4779c3d6ed0f402893df4b88eeed429993e0e85a 100644 --- a/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php +++ b/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Controller\Wizard; /* diff --git a/typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php b/typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php index 2ad4796f631e0c224ca1da6be06c773ebc761268..aaf3ec5f475af7c352a0e4501bf13be254c30514 100644 --- a/typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php +++ b/typo3/sysext/backend/Classes/Domain/Repository/Localization/LocalizationRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Domain\Repository\Localization; diff --git a/typo3/sysext/backend/Classes/Exception/BackendLockedException.php b/typo3/sysext/backend/Classes/Exception/BackendLockedException.php index 6942f6c9ae5d0d6613fd94e87870218aadac079e..de5afea361763f3f00b661b27aed525e00c9f290 100644 --- a/typo3/sysext/backend/Classes/Exception/BackendLockedException.php +++ b/typo3/sysext/backend/Classes/Exception/BackendLockedException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Exception; /* diff --git a/typo3/sysext/backend/Classes/Exception/SiteValidationErrorException.php b/typo3/sysext/backend/Classes/Exception/SiteValidationErrorException.php index e7a84fa399f10c03a5b307cce0f4541db92a6d13..7e5af30d5228330fa257f417f3bd6e1959988b2c 100644 --- a/typo3/sysext/backend/Classes/Exception/SiteValidationErrorException.php +++ b/typo3/sysext/backend/Classes/Exception/SiteValidationErrorException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Exception; /* diff --git a/typo3/sysext/backend/Classes/Form/AbstractNode.php b/typo3/sysext/backend/Classes/Form/AbstractNode.php index 8ea4134f16b691498621d2d376f703a26b42fb86..d7f637a4936a8c92c5161678fd17dc63bfb000fc 100644 --- a/typo3/sysext/backend/Classes/Form/AbstractNode.php +++ b/typo3/sysext/backend/Classes/Form/AbstractNode.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php b/typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php index 03e3244930e02726160d5bc11d8e235330486ae7..49be2d959f8fbcadf9b16272f0c13b022b41c97d 100644 --- a/typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/CheckboxLabeledToggleElement.php b/typo3/sysext/backend/Classes/Form/Element/CheckboxLabeledToggleElement.php index 0e27152ca7fed59c34f391a9a4427cac241139f8..3c17d368609304813ccec136a964fafa273c5990 100644 --- a/typo3/sysext/backend/Classes/Form/Element/CheckboxLabeledToggleElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/CheckboxLabeledToggleElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/CheckboxToggleElement.php b/typo3/sysext/backend/Classes/Form/Element/CheckboxToggleElement.php index b1fa2fef37c17d017dce528122b340f0717c3b1b..ededfc497662e77109ed23b63c88275b4ac87bd0 100644 --- a/typo3/sysext/backend/Classes/Form/Element/CheckboxToggleElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/CheckboxToggleElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php b/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php index 1a0062ddd2314dfbb81f4412cef8159c1ee9ad59..5110512cf318656da8fa7b8869ebbaa881cdf4ee 100644 --- a/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php b/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php index 9f65900052a421a4acd2e794feef4b682acc5739..af2e7381b6daad33a8b40e04f331d052f223cd54 100644 --- a/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php b/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php index 3d3d54639bb48ccdc417b94c9c59797d31ea5fcf..19670964d267f0a663eb5f1a82afd0b640873d6d 100644 --- a/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/PassThroughElement.php b/typo3/sysext/backend/Classes/Form/Element/PassThroughElement.php index 3c9c2dd8feaa6d014be20be448fe6e8a2dd242e0..a72a70bc38257a620551ba2d44cc3beea1613a74 100644 --- a/typo3/sysext/backend/Classes/Form/Element/PassThroughElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/PassThroughElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/UserElement.php b/typo3/sysext/backend/Classes/Form/Element/UserElement.php index d3900dca8942570ad584c6a22dbadb8b9886fed3..f4a1ed6a0be6709068356f4028fac6a225f7ec84 100644 --- a/typo3/sysext/backend/Classes/Form/Element/UserElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/UserElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/Element/UserSysFileStorageIsPublicElement.php b/typo3/sysext/backend/Classes/Form/Element/UserSysFileStorageIsPublicElement.php index 7a92b009e03eaf73a8bb42cc8b6bfa537ca68c0f..c725e43d903f9a4a3612651158b0c2b558dff362 100644 --- a/typo3/sysext/backend/Classes/Form/Element/UserSysFileStorageIsPublicElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/UserSysFileStorageIsPublicElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\Element; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/AddRecord.php b/typo3/sysext/backend/Classes/Form/FieldControl/AddRecord.php index b48a9f579877d2a992498e9094ca8970374ff258..63281273368f1c87d0447d60b0aac49bb85876a6 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/AddRecord.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/AddRecord.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/EditPopup.php b/typo3/sysext/backend/Classes/Form/FieldControl/EditPopup.php index a8ece1ffbfa4001788298e7601ad8303e5b489b7..d3bce8b5262f8b1469d46339994323ff6be347af 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/EditPopup.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/EditPopup.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/ElementBrowser.php b/typo3/sysext/backend/Classes/Form/FieldControl/ElementBrowser.php index 2bfe17636b111dfefb6d68da17c656e4cc071464..e735d7511aafe75ba4a2750b4f2ce3f4439e3bc6 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/ElementBrowser.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/ElementBrowser.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/InsertClipboard.php b/typo3/sysext/backend/Classes/Form/FieldControl/InsertClipboard.php index e813842f9bd3bc8b9949b66cb95b35b64d16c85b..af055e08cdee2e951faec15696bdb87428a60a99 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/InsertClipboard.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/InsertClipboard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/LinkPopup.php b/typo3/sysext/backend/Classes/Form/FieldControl/LinkPopup.php index 3b5dbe4a97e9014688ac308fad49bec182b1caf7..e2016437d11497d57f9e6663dd090126dbb887e2 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/LinkPopup.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/LinkPopup.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/ListModule.php b/typo3/sysext/backend/Classes/Form/FieldControl/ListModule.php index a8f1c7b78aeba84b555b611148ffeac3110fe7e4..2215fc7ef040c71c033863416be15c1613fb318b 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/ListModule.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/ListModule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/ResetSelection.php b/typo3/sysext/backend/Classes/Form/FieldControl/ResetSelection.php index ecd2eb59cab57c732ec777b03b2cb85e8db400c1..80cc2252990feda63246523a22307f304ebf9d2b 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/ResetSelection.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/ResetSelection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldControl/TableWizard.php b/typo3/sysext/backend/Classes/Form/FieldControl/TableWizard.php index e42a1eca7185d26202fef80a6b471fa662c4e427..779fef7fecd2c59b7f52ac5565425a5aba251adc 100644 --- a/typo3/sysext/backend/Classes/Form/FieldControl/TableWizard.php +++ b/typo3/sysext/backend/Classes/Form/FieldControl/TableWizard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldControl; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldInformation/AdminIsSystemMaintainer.php b/typo3/sysext/backend/Classes/Form/FieldInformation/AdminIsSystemMaintainer.php index 323e2d1eff752f69b8d04104b0519b540a1c884b..353a22d5b7de3796ec56f866225e8b9c28eb010b 100644 --- a/typo3/sysext/backend/Classes/Form/FieldInformation/AdminIsSystemMaintainer.php +++ b/typo3/sysext/backend/Classes/Form/FieldInformation/AdminIsSystemMaintainer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldInformation; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldInformation/TcaDescription.php b/typo3/sysext/backend/Classes/Form/FieldInformation/TcaDescription.php index 2f81ed21f857ff5c38248072f54d14f191d6e22a..c7c646e4bdeef4c111d6bb7f33dcc02d5f42d14d 100644 --- a/typo3/sysext/backend/Classes/Form/FieldInformation/TcaDescription.php +++ b/typo3/sysext/backend/Classes/Form/FieldInformation/TcaDescription.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldInformation; diff --git a/typo3/sysext/backend/Classes/Form/FieldWizard/DefaultLanguageDifferences.php b/typo3/sysext/backend/Classes/Form/FieldWizard/DefaultLanguageDifferences.php index cb26f19cd61d60ee8522f5d989951ef4eff2eee6..4c267aa878f1952179764954b194bf23011f64e6 100644 --- a/typo3/sysext/backend/Classes/Form/FieldWizard/DefaultLanguageDifferences.php +++ b/typo3/sysext/backend/Classes/Form/FieldWizard/DefaultLanguageDifferences.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldWizard; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldWizard/LocalizationStateSelector.php b/typo3/sysext/backend/Classes/Form/FieldWizard/LocalizationStateSelector.php index 5a9b4ee050ec52f0df13087c31c2139131862021..d0a072b4050e209bbf2a121ffe64511cbc04360d 100644 --- a/typo3/sysext/backend/Classes/Form/FieldWizard/LocalizationStateSelector.php +++ b/typo3/sysext/backend/Classes/Form/FieldWizard/LocalizationStateSelector.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldWizard; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldWizard/OtherLanguageContent.php b/typo3/sysext/backend/Classes/Form/FieldWizard/OtherLanguageContent.php index 4876f4dc875bbe5c4cee6e655fa7efee1207ccf1..70c6f5b8d2c2aab51b1f5dfeb96a5ab858b997f5 100644 --- a/typo3/sysext/backend/Classes/Form/FieldWizard/OtherLanguageContent.php +++ b/typo3/sysext/backend/Classes/Form/FieldWizard/OtherLanguageContent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldWizard; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldWizard/RecordsOverview.php b/typo3/sysext/backend/Classes/Form/FieldWizard/RecordsOverview.php index 3116b945ae4de55df3003d46a0b4a67a5309a323..a458ad176f220972a4d4becdae41da7e021c2251 100644 --- a/typo3/sysext/backend/Classes/Form/FieldWizard/RecordsOverview.php +++ b/typo3/sysext/backend/Classes/Form/FieldWizard/RecordsOverview.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldWizard; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.php b/typo3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.php index e44e2f100b7fee7000de775684a1ca25097f452f..56b9872df3fe280fef7db8e112d1d556a5190683 100644 --- a/typo3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.php +++ b/typo3/sysext/backend/Classes/Form/FieldWizard/SelectIcons.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldWizard; /* diff --git a/typo3/sysext/backend/Classes/Form/FieldWizard/TableList.php b/typo3/sysext/backend/Classes/Form/FieldWizard/TableList.php index 2582dc5d65290b08e17971eacad3abcd7d914a1d..a57d975dbb03f83733924fce6c0f0d06f02b0c2d 100644 --- a/typo3/sysext/backend/Classes/Form/FieldWizard/TableList.php +++ b/typo3/sysext/backend/Classes/Form/FieldWizard/TableList.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FieldWizard; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataGroup/OrderedProviderList.php b/typo3/sysext/backend/Classes/Form/FormDataGroup/OrderedProviderList.php index 2d677f00b07ad680e1cfaadac5e4f503c770f700..0808494ed79dd0b2ab5a62d81e44f575f0d801cf 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataGroup/OrderedProviderList.php +++ b/typo3/sysext/backend/Classes/Form/FormDataGroup/OrderedProviderList.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataGroup; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataGroup/SiteConfigurationDataGroup.php b/typo3/sysext/backend/Classes/Form/FormDataGroup/SiteConfigurationDataGroup.php index f5b47e9b3cf7c19c79586aeabda1d242e7a97e1f..d7b551cac8aaf57078744a29ebf55e3a43b86955 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataGroup/SiteConfigurationDataGroup.php +++ b/typo3/sysext/backend/Classes/Form/FormDataGroup/SiteConfigurationDataGroup.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataGroup; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/DatabaseDefaultLanguagePageRow.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/DatabaseDefaultLanguagePageRow.php index 5dfb94874f1d94af4dd37b7ed45cde1deee9c1a4..48fd45bebeb6a90a7cd758b517363b86418266c7 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/DatabaseDefaultLanguagePageRow.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/DatabaseDefaultLanguagePageRow.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/EvaluateDisplayConditions.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/EvaluateDisplayConditions.php index 924895daaffd1a244ecccd6b318b41ac90dc4a1f..e556b2ff1b2e50a9a6e5bfae3dde4ef31177e63d 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/EvaluateDisplayConditions.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/EvaluateDisplayConditions.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/InlineOverrideChildTca.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/InlineOverrideChildTca.php index 8bea3c7f26cf14cb9fe9ec661158d245d787e702..0de38fcbaaff89e94389f815ee0ff0b8d18aab76 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/InlineOverrideChildTca.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/InlineOverrideChildTca.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php index 834d1a57335906b1099f2a09f3b7a2d26cf84180..32526dc024de2f2fe06138b91dc026ac716e370f 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteDatabaseEditRow.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteResolving.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteResolving.php index a71704a3fc9290b0cf876ea72bb2ed7cb3f3a43b..8ec992ab685ae491f300ad18a7fbae8feb07075e 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteResolving.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteResolving.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaInline.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaInline.php index 9b2af4a764693e5af0366b90e14e6ac0bfe60051..1e0498ab8d47693df7bc93fe2a5226907cdfd28a 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaInline.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaInline.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaSelectItems.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaSelectItems.php index 6b511f7f3277d8ab09e83aad7d651c98c5d98447..b886a52c36f68c44e9171fe699b1c9aa48ed0d4d 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaSelectItems.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/SiteTcaSelectItems.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaText.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaText.php index 6e0b6f752db3d1d7191567768e3bdc19f86518a2..18c78ee1921e9cd04b8df941279a865a6c17e2f8 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaText.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaText.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldControl.php b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldControl.php index e170ff29ec0c6ff5dd33b307249c8994ba08306d..49b62eef9df625ae8eb709dcb679fda2d8ca416c 100644 --- a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldControl.php +++ b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldControl.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\NodeExpansion; /* diff --git a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php index 3dd1d3e0321459ca6e0885bb7f03d2cb35b20469..1364116ab95073564e0371b42c54c4c47468d4e4 100644 --- a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php +++ b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\NodeExpansion; /* diff --git a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldWizard.php b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldWizard.php index aeb63cd38cb7de189457d2e33eb99b691256441e..b3213c8b44be897eda67c0d048f19170715d2fe1 100644 --- a/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldWizard.php +++ b/typo3/sysext/backend/Classes/Form/NodeExpansion/FieldWizard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Form\NodeExpansion; /* diff --git a/typo3/sysext/backend/Classes/History/Event/AfterHistoryRollbackFinishedEvent.php b/typo3/sysext/backend/Classes/History/Event/AfterHistoryRollbackFinishedEvent.php index c707c156dc09d17f1d2f69e91b5b71803c088af0..7803a717aeb196e294fac7bb6da4df4a02c4d570 100644 --- a/typo3/sysext/backend/Classes/History/Event/AfterHistoryRollbackFinishedEvent.php +++ b/typo3/sysext/backend/Classes/History/Event/AfterHistoryRollbackFinishedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\History\Event; diff --git a/typo3/sysext/backend/Classes/History/Event/BeforeHistoryRollbackStartEvent.php b/typo3/sysext/backend/Classes/History/Event/BeforeHistoryRollbackStartEvent.php index 74cc0607a9165adaa2393f014f6d6f3d8fa5726f..78a2fdaa7e36302bef2b42291090ff56847cc406 100644 --- a/typo3/sysext/backend/Classes/History/Event/BeforeHistoryRollbackStartEvent.php +++ b/typo3/sysext/backend/Classes/History/Event/BeforeHistoryRollbackStartEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\History\Event; diff --git a/typo3/sysext/backend/Classes/History/RecordHistoryRollback.php b/typo3/sysext/backend/Classes/History/RecordHistoryRollback.php index c82d73deee940ecc9e2e1d62a9fffad883d8ac0f..34ded44aafc65baf8331a35bf8879efa8023d518 100644 --- a/typo3/sysext/backend/Classes/History/RecordHistoryRollback.php +++ b/typo3/sysext/backend/Classes/History/RecordHistoryRollback.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\History; /* diff --git a/typo3/sysext/backend/Classes/Http/Application.php b/typo3/sysext/backend/Classes/Http/Application.php index ac42267f775675cdf2f1ef6abf26172e14748d4d..b0219ac4c2ec242ecb1e3e48d188e04f332d6b3a 100644 --- a/typo3/sysext/backend/Classes/Http/Application.php +++ b/typo3/sysext/backend/Classes/Http/Application.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Http; /* diff --git a/typo3/sysext/backend/Classes/Http/RequestHandler.php b/typo3/sysext/backend/Classes/Http/RequestHandler.php index dedc8318226f01a841dcca96c1b1cde54ca3e339..cb5f9bff8ce42720a2daed8bb3c9f74ada68d93b 100644 --- a/typo3/sysext/backend/Classes/Http/RequestHandler.php +++ b/typo3/sysext/backend/Classes/Http/RequestHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Http; /* diff --git a/typo3/sysext/backend/Classes/Middleware/AdditionalResponseHeaders.php b/typo3/sysext/backend/Classes/Middleware/AdditionalResponseHeaders.php index 00cc5680311f9931e5d507e94cd95cbd751a2841..a377d18da047b2556d38700621e7f5d94c3411db 100644 --- a/typo3/sysext/backend/Classes/Middleware/AdditionalResponseHeaders.php +++ b/typo3/sysext/backend/Classes/Middleware/AdditionalResponseHeaders.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Middleware/BackendRouteInitialization.php b/typo3/sysext/backend/Classes/Middleware/BackendRouteInitialization.php index 6d9ae1618d9bcc68c91bc7db6b71f4e98406826a..ad540b80a2122819b0cdcb1ea65bed1678143a30 100644 --- a/typo3/sysext/backend/Classes/Middleware/BackendRouteInitialization.php +++ b/typo3/sysext/backend/Classes/Middleware/BackendRouteInitialization.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php b/typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php index a1e7e6645f1ec16e726db013b7ec5a0e337156aa..ec626f3c7a9b2e311984d24a3a3007abd64cbb3b 100644 --- a/typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php +++ b/typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Middleware/ForcedHttpsBackendRedirector.php b/typo3/sysext/backend/Classes/Middleware/ForcedHttpsBackendRedirector.php index 4e90e5aab0d7ecb26c3863b3a0cc70fa3e47deba..4b86e40a3fc709aed52b039c8a8fce301d94b8da 100644 --- a/typo3/sysext/backend/Classes/Middleware/ForcedHttpsBackendRedirector.php +++ b/typo3/sysext/backend/Classes/Middleware/ForcedHttpsBackendRedirector.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Middleware/LockedBackendGuard.php b/typo3/sysext/backend/Classes/Middleware/LockedBackendGuard.php index 066e2aa1850bc98366f2e5111d0c0e37dfc27d04..45832734d6db5134c3a870e31d2b342ea396439b 100644 --- a/typo3/sysext/backend/Classes/Middleware/LockedBackendGuard.php +++ b/typo3/sysext/backend/Classes/Middleware/LockedBackendGuard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Middleware/OutputCompression.php b/typo3/sysext/backend/Classes/Middleware/OutputCompression.php index 5e2cb0c24097504f1b30d436796eaa5e12efe06e..2b48fde9d4fca92cc8c9e592a8712d51cd1dac02 100644 --- a/typo3/sysext/backend/Classes/Middleware/OutputCompression.php +++ b/typo3/sysext/backend/Classes/Middleware/OutputCompression.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Middleware/SiteResolver.php b/typo3/sysext/backend/Classes/Middleware/SiteResolver.php index a062db1185383a30eb7e0035bd26bed2909fb676..31915d2a527c35d9d7c4f88ed842cb4c26c4ec03 100644 --- a/typo3/sysext/backend/Classes/Middleware/SiteResolver.php +++ b/typo3/sysext/backend/Classes/Middleware/SiteResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Middleware; /* diff --git a/typo3/sysext/backend/Classes/Preview/PreviewRendererInterface.php b/typo3/sysext/backend/Classes/Preview/PreviewRendererInterface.php index 201f5ee48dafd0e3e99c48fd151cddceab748114..aed7e561b2bbb6fa35588a71168647f95d5d55eb 100644 --- a/typo3/sysext/backend/Classes/Preview/PreviewRendererInterface.php +++ b/typo3/sysext/backend/Classes/Preview/PreviewRendererInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Preview; /* diff --git a/typo3/sysext/backend/Classes/Preview/PreviewRendererResolverInterface.php b/typo3/sysext/backend/Classes/Preview/PreviewRendererResolverInterface.php index 10832f8a88a0c00523130e0554f9247ed7101789..31d99e92fef3c5a5b18a7d14e362530e0cd92074 100644 --- a/typo3/sysext/backend/Classes/Preview/PreviewRendererResolverInterface.php +++ b/typo3/sysext/backend/Classes/Preview/PreviewRendererResolverInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Preview; /* diff --git a/typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php b/typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php index 6293cb8028a4ce916a686c9b6b5d20f473a54f57..5be22de07c50b61ce2e6f7e1f99faa98962c2825 100644 --- a/typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php +++ b/typo3/sysext/backend/Classes/Preview/StandardContentPreviewRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Preview; /* diff --git a/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php b/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php index 073fd7f23690be220d578e5ddc0e7ddd4f62aa17..b049fa9f1281727f670639ae81df6d7fb0ccdb48 100644 --- a/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php +++ b/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Preview; /* diff --git a/typo3/sysext/backend/Classes/Security/EmailLoginNotification.php b/typo3/sysext/backend/Classes/Security/EmailLoginNotification.php index 440a1d573eaccc236639eed7265cbf787bcb5566..f8f194d13d6ed3722ac08d1424b8dd3eeaf6b15a 100644 --- a/typo3/sysext/backend/Classes/Security/EmailLoginNotification.php +++ b/typo3/sysext/backend/Classes/Security/EmailLoginNotification.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Security; diff --git a/typo3/sysext/backend/Classes/ServiceProvider.php b/typo3/sysext/backend/Classes/ServiceProvider.php index ae91713669046d84c98d79c7a7c0796ad5d32228..4b52ad4adb8ee464754f1f5c1b9d5abb86b37fce 100644 --- a/typo3/sysext/backend/Classes/ServiceProvider.php +++ b/typo3/sysext/backend/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend; /* diff --git a/typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php b/typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php index 26ccfea5c16501b23006198525b06c93b2ad2e24..46a099dfb7edf98cd94be8c3a209a3efeae71e02 100644 --- a/typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php +++ b/typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tree\Repository; /* diff --git a/typo3/sysext/backend/Classes/View/ArrayBrowser.php b/typo3/sysext/backend/Classes/View/ArrayBrowser.php index eecab5df974a9c30e317fd08f5fccf5386f0e120..606d0158aaa58f08065612368e39184f678d5621 100644 --- a/typo3/sysext/backend/Classes/View/ArrayBrowser.php +++ b/typo3/sysext/backend/Classes/View/ArrayBrowser.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php b/typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php index 21859d75df199b2cab416bada1159fc3d0fa0e2e..dbfa11533512641df6f8c13a6972ac85a32f12a6 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/ContentFetcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/AbstractGridObject.php b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/AbstractGridObject.php index 3faf0b25be4f08d21d191046545c2e5317933a47..fcbb8d7727c587a25ea49b861a3ee55ee518e701 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/AbstractGridObject.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/AbstractGridObject.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout\Grid; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/Grid.php b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/Grid.php index a9300753bdac1e15e86518a1445c6c49298050ac..5200ea9ced80e72e4fc73ce227f34b3498768056 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/Grid.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/Grid.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout\Grid; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumn.php b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumn.php index 374627c085c1ae8465ad0deb6bcb19346b7a9ce3..d09bdafa73c76bb7e0df5032222ac115391d105c 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumn.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumn.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout\Grid; /* diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php index 2ec44627e1dd19617facebaa81c9bfe05277ea4b..ac7ad48bcdd26d4d9ac182840a123a6be684a352 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridColumnItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout\Grid; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridRow.php b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridRow.php index 9a456c7fb22ff6ff350c3eff4b1ce2e75d08254e..041d9a757a1d665c987a1134b02f88bb2340471e 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridRow.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/GridRow.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout\Grid; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/LanguageColumn.php b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/LanguageColumn.php index 3ee084a47b72ca5300a96fe7576ef1ed35bc8571..39d58447646ca170b2309afb52a542ecd78c991e 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/Grid/LanguageColumn.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/Grid/LanguageColumn.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout\Grid; diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/RecordRememberer.php b/typo3/sysext/backend/Classes/View/BackendLayout/RecordRememberer.php index 55d26d52eb53890b9ef5982276c4058c7391b50b..7c138a96e2449546fcf2653d1201c4e73de0e361 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/RecordRememberer.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/RecordRememberer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\BackendLayout; diff --git a/typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php b/typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php index 0ab0e5df996ca8267cf9d79fa9e9c2ee4a882f1f..0960474d8c72c804215f084fdde84d23c9cdab2a 100644 --- a/typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php +++ b/typo3/sysext/backend/Classes/View/Drawing/BackendLayoutRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\Drawing; diff --git a/typo3/sysext/backend/Classes/View/Drawing/DrawingConfiguration.php b/typo3/sysext/backend/Classes/View/Drawing/DrawingConfiguration.php index 4eab8d40fee138630429c02a834f328ad8a53a7c..d316ac030fe7011f3c319ae3b85c3610dc90750e 100644 --- a/typo3/sysext/backend/Classes/View/Drawing/DrawingConfiguration.php +++ b/typo3/sysext/backend/Classes/View/Drawing/DrawingConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\Drawing; diff --git a/typo3/sysext/backend/Classes/View/Event/AbstractSectionMarkupGeneratedEvent.php b/typo3/sysext/backend/Classes/View/Event/AbstractSectionMarkupGeneratedEvent.php index 331382650f5d4f0b02afd2f2750900adacf7725a..a31a8b99de936b314d3fa683e5d88e54edcee52a 100644 --- a/typo3/sysext/backend/Classes/View/Event/AbstractSectionMarkupGeneratedEvent.php +++ b/typo3/sysext/backend/Classes/View/Event/AbstractSectionMarkupGeneratedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\Event; diff --git a/typo3/sysext/backend/Classes/View/Event/AfterSectionMarkupGeneratedEvent.php b/typo3/sysext/backend/Classes/View/Event/AfterSectionMarkupGeneratedEvent.php index e2ad26bd0b8d07a14601dfd27392fed362cb87c9..14f6b76284efa485edd8ec91a1305bd8b0f1c131 100644 --- a/typo3/sysext/backend/Classes/View/Event/AfterSectionMarkupGeneratedEvent.php +++ b/typo3/sysext/backend/Classes/View/Event/AfterSectionMarkupGeneratedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\Event; diff --git a/typo3/sysext/backend/Classes/View/Event/BeforeSectionMarkupGeneratedEvent.php b/typo3/sysext/backend/Classes/View/Event/BeforeSectionMarkupGeneratedEvent.php index dec62dadb525a6f4fc4b6c5a8cd7cfe1c28f2e14..d40a98112a1360ea70baf17f90af22c7d8587499 100644 --- a/typo3/sysext/backend/Classes/View/Event/BeforeSectionMarkupGeneratedEvent.php +++ b/typo3/sysext/backend/Classes/View/Event/BeforeSectionMarkupGeneratedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View\Event; diff --git a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawEmptyColposContent.php b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawEmptyColposContent.php index cc461f6f338af9b238bd8ffa6746df6900c771b4..f7d68b66cac10e16975fc38a119c91b9672a7535 100644 --- a/typo3/sysext/backend/Classes/View/PageLayoutViewDrawEmptyColposContent.php +++ b/typo3/sysext/backend/Classes/View/PageLayoutViewDrawEmptyColposContent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View; /* diff --git a/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php b/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php index 60668a16b4e3598235ab718069212bf31ff8534b..38061e9a4e4a085a4ec0b69882449462d89a7701 100644 --- a/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php +++ b/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\View; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ArrayBrowserViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ArrayBrowserViewHelper.php index a67962bc430d3818d3697efde9635eb50c442261..50616d93e185c39f053fe914e426d21cab66aaa9 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ArrayBrowserViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ArrayBrowserViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers; diff --git a/typo3/sysext/backend/Classes/ViewHelpers/LanguageColumnViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/LanguageColumnViewHelper.php index 17dd371fd43cd5815f8023609b7afa2026001cba..071138a0a7982da9715b9a9a3fe2142f8082d5a2 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/LanguageColumnViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/LanguageColumnViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/Link/EditRecordViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/Link/EditRecordViewHelper.php index 5c60ad5fa076e7160c11400a8bb062e3ba74268a..8e7c060bb7600a5fcf68e052aec3cd7186ba3113 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/Link/EditRecordViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/Link/EditRecordViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\Link; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/Link/NewRecordViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/Link/NewRecordViewHelper.php index 3e6ab75a3af0305c4031bf59eb019ef9eef9d533..90537d1df614d6c7d655b5e69ec9a38d8eabcb58 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/Link/NewRecordViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/Link/NewRecordViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\Link; diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/AbstractButtonViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/AbstractButtonViewHelper.php index 5824a65828dca03d19a29a4d0165b380c0c94cf3..d3d2b2051720ffe77f31bd1387bf6bdf56de9160 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/AbstractButtonViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/AbstractButtonViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\ModuleLayout\Button; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/LinkButtonViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/LinkButtonViewHelper.php index f7fc2cd357e33d9f8dcf2affe0e2efe94145442a..2d7fd40f401c57227110ec2c92dc02adc6ebd594 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/LinkButtonViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/LinkButtonViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\ModuleLayout\Button; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/ShortcutButtonViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/ShortcutButtonViewHelper.php index d36cd293e1c84ccd2282212c70df097e01a7a7d0..fcccfdf9446fcf7208cafc36726c44b01ff3d344 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/ShortcutButtonViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/Button/ShortcutButtonViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\ModuleLayout\Button; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuItemViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuItemViewHelper.php index 2695538184ecd6f232a913b0e4d912b283de0467..82b3065fc9913d7679880088ef4d80435407380a 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuItemViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuItemViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\ModuleLayout; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuViewHelper.php index 640933dcffc30f73f53dfd018388c046e8022727..45571986a3ac24bb5cc406c9ce31e771297e240d 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayout/MenuViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\ModuleLayout; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayoutViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayoutViewHelper.php index 260ea0055aa32575106ec73d101795da054966b4..79eacdce5ef4523bd6b60c09f81fe5dd15f3c8d1 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayoutViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLayoutViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLinkViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLinkViewHelper.php index 1a37958fc2f5c866a734b6f5ce4ff6b1017b0ca4..04812f9d3e279436d3028f25f4f168e1e71e4ae1 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ModuleLinkViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ModuleLinkViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers; /* diff --git a/typo3/sysext/backend/Classes/ViewHelpers/Uri/EditRecordViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/Uri/EditRecordViewHelper.php index 8261d85921d4553e8c43b4a1b433c2cfe477b24e..8c5b064c7fe394a515fbce71dd461def8aa6c719 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/Uri/EditRecordViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/Uri/EditRecordViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\Uri; diff --git a/typo3/sysext/backend/Classes/ViewHelpers/Uri/NewRecordViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/Uri/NewRecordViewHelper.php index 78d138f46b94460b1da4df46283c74be4679650d..18ca4830eae64980735cdef8938926874494da6f 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/Uri/NewRecordViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/Uri/NewRecordViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\ViewHelpers\Uri; diff --git a/typo3/sysext/backend/Configuration/Services.php b/typo3/sysext/backend/Configuration/Services.php index b61af9a130b3f6c9fdde319404bb231a1d021120..6449a2c474a448e8bf5e6935a676622fe1b5ec27 100644 --- a/typo3/sysext/backend/Configuration/Services.php +++ b/typo3/sysext/backend/Configuration/Services.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/typo3/sysext/backend/Tests/Functional/Authentication/PasswordResetTest.php b/typo3/sysext/backend/Tests/Functional/Authentication/PasswordResetTest.php index a519412d6d77e6b1ce0d6a5789f2b6ffe0db56a8..dcc8d18c70848cba5e61eb099576f35aa0b5a5b7 100644 --- a/typo3/sysext/backend/Tests/Functional/Authentication/PasswordResetTest.php +++ b/typo3/sysext/backend/Tests/Functional/Authentication/PasswordResetTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\Authentication; /* diff --git a/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/a/Configuration/SiteConfiguration/Overrides/site.php b/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/a/Configuration/SiteConfiguration/Overrides/site.php index 56527c9f2eb221e680ad0e419a3ac05264243263..325725a821994cd23a15d0499cd30a9687ab79fd 100644 --- a/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/a/Configuration/SiteConfiguration/Overrides/site.php +++ b/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/a/Configuration/SiteConfiguration/Overrides/site.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); defined('TYPO3_MODE') or die(); $GLOBALS['SiteConfiguration']['site']['columns']['tx_a_a'] = [ diff --git a/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/b/Configuration/SiteConfiguration/Overrides/site.php b/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/b/Configuration/SiteConfiguration/Overrides/site.php index eacc9c158b6641fad4de741e099d9e6bb4c32a76..7424001a7d3d758526ec1da638a6c988df86a81e 100644 --- a/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/b/Configuration/SiteConfiguration/Overrides/site.php +++ b/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/Fixtures/Extensions/conf_overriding/b/Configuration/SiteConfiguration/Overrides/site.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); defined('TYPO3_MODE') or die(); $GLOBALS['SiteConfiguration']['site']['columns']['tx_b_a'] = [ diff --git a/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/SiteConfigurationOverridesTest.php b/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/SiteConfigurationOverridesTest.php index 5ace0d145376bd95abae59d8e03fe7885397d4c4..29a77fbae363d49be7003a11f60abf978ea55cec 100644 --- a/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/SiteConfigurationOverridesTest.php +++ b/typo3/sysext/backend/Tests/Functional/Configuration/SiteConfiguration/SiteConfigurationOverridesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\Configuration\SiteConfiguration; diff --git a/typo3/sysext/backend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php b/typo3/sysext/backend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php index c8526b34d0646171eba83c95273010a5662f2398..e85e25115da0d118534507b5d2811805c19a4d17 100644 --- a/typo3/sysext/backend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php +++ b/typo3/sysext/backend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\Configuration\TypoScript\ConditionMatching; /* diff --git a/typo3/sysext/backend/Tests/Functional/Controller/Page/LocalizationControllerTest.php b/typo3/sysext/backend/Tests/Functional/Controller/Page/LocalizationControllerTest.php index c5fc6a4283c55e218110dffa44b0cc52e2073575..e6af8e7251aa3f7792ca6e4c4ccc924f3274a199 100644 --- a/typo3/sysext/backend/Tests/Functional/Controller/Page/LocalizationControllerTest.php +++ b/typo3/sysext/backend/Tests/Functional/Controller/Page/LocalizationControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\Controller\Page; diff --git a/typo3/sysext/backend/Tests/Functional/Controller/Page/TreeControllerTest.php b/typo3/sysext/backend/Tests/Functional/Controller/Page/TreeControllerTest.php index 51438c0d89e183df2306abdddb9bbcbce8953641..0cb881ae8ee97a041f1c048450aa0cd8a249def7 100644 --- a/typo3/sysext/backend/Tests/Functional/Controller/Page/TreeControllerTest.php +++ b/typo3/sysext/backend/Tests/Functional/Controller/Page/TreeControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\Controller\Page; diff --git a/typo3/sysext/backend/Tests/Functional/Domain/Repository/Localization/LocalizationRepositoryTest.php b/typo3/sysext/backend/Tests/Functional/Domain/Repository/Localization/LocalizationRepositoryTest.php index fb53777ee5d8bfec038bd4b6d6b16f12f7e087f4..d9ec654048ef12a27d3c549107a5cbcd602d6769 100644 --- a/typo3/sysext/backend/Tests/Functional/Domain/Repository/Localization/LocalizationRepositoryTest.php +++ b/typo3/sysext/backend/Tests/Functional/Domain/Repository/Localization/LocalizationRepositoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\Domain\Repository\Localization; diff --git a/typo3/sysext/backend/Tests/Functional/History/RecordHistoryStoreTest.php b/typo3/sysext/backend/Tests/Functional/History/RecordHistoryStoreTest.php index 5ba1da1d04cba0e11f9cdd1d993eee1e5544d2da..66b3a97b29667eace2a9d98611759c0138cca11f 100644 --- a/typo3/sysext/backend/Tests/Functional/History/RecordHistoryStoreTest.php +++ b/typo3/sysext/backend/Tests/Functional/History/RecordHistoryStoreTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\History; diff --git a/typo3/sysext/backend/Tests/Functional/History/RecordHistoryTest.php b/typo3/sysext/backend/Tests/Functional/History/RecordHistoryTest.php index 360b592499b712e6230837e9507d7e387c2072b9..ac558a575447a522ff20981906a44f90e078201f 100644 --- a/typo3/sysext/backend/Tests/Functional/History/RecordHistoryTest.php +++ b/typo3/sysext/backend/Tests/Functional/History/RecordHistoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\History; diff --git a/typo3/sysext/backend/Tests/Functional/View/PageLayoutViewTest.php b/typo3/sysext/backend/Tests/Functional/View/PageLayoutViewTest.php index 141ed34a3602be1f7e42bb60de13471ea5e7e93e..3b7ac0a6c38adc770dd6e270bd83064654044f3f 100644 --- a/typo3/sysext/backend/Tests/Functional/View/PageLayoutViewTest.php +++ b/typo3/sysext/backend/Tests/Functional/View/PageLayoutViewTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\View; diff --git a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/EditRecordViewHelperTest.php b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/EditRecordViewHelperTest.php index 01baaecfffa62cb0fb39f3a0c9a81df3c868b535..8071efb82b1f4d522c218b8a7d773fd52fb70f81 100644 --- a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/EditRecordViewHelperTest.php +++ b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/EditRecordViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\ViewHelpers\Link; diff --git a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/NewRecordViewHelperTest.php b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/NewRecordViewHelperTest.php index ac415a8290b893a58486c093a81dcfe258299b01..deceb488792e6ea13f8e32594e47978af9f51efd 100644 --- a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/NewRecordViewHelperTest.php +++ b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Link/NewRecordViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\ViewHelpers\Link; diff --git a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/EditRecordViewHelperTest.php b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/EditRecordViewHelperTest.php index 5d85ada7f3f3e27362f8433d068476521563e89c..1b260c51366f02913d84ef64a2726eafc7fcc85a 100644 --- a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/EditRecordViewHelperTest.php +++ b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/EditRecordViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\ViewHelpers\Uri; diff --git a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/NewRecordViewHelperTest.php b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/NewRecordViewHelperTest.php index 7193ebebc3e44ee24af58b228ad6c140ec5c3531..639ffe8fce991f7258803d7654cb6b64af85b806 100644 --- a/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/NewRecordViewHelperTest.php +++ b/typo3/sysext/backend/Tests/Functional/ViewHelpers/Uri/NewRecordViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Functional\ViewHelpers\Uri; diff --git a/typo3/sysext/backend/Tests/Unit/Configuration/BackendUserConfigurationTest.php b/typo3/sysext/backend/Tests/Unit/Configuration/BackendUserConfigurationTest.php index d36faf81162b39c7b0b75167360c99a5671b25c8..53eb35360e3edb37a2b478dc887b72ff6b5da500 100644 --- a/typo3/sysext/backend/Tests/Unit/Configuration/BackendUserConfigurationTest.php +++ b/typo3/sysext/backend/Tests/Unit/Configuration/BackendUserConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Configuration; /* diff --git a/typo3/sysext/backend/Tests/Unit/Configuration/TranslationConfigurationProviderTest.php b/typo3/sysext/backend/Tests/Unit/Configuration/TranslationConfigurationProviderTest.php index ed13f0e624d2fb2ddaeb6df120b04bd0df878e7b..4a4e013ac54954aacdcaa6d5e50a311323c3f346 100644 --- a/typo3/sysext/backend/Tests/Unit/Configuration/TranslationConfigurationProviderTest.php +++ b/typo3/sysext/backend/Tests/Unit/Configuration/TranslationConfigurationProviderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Configuration; /* diff --git a/typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php b/typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php index 99b364c0364c5f8a58bc3078f57fce84f9dd27c9..9d82995c827ad0c398bd019a84ef2611b9da9cc5 100644 --- a/typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php +++ b/typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Controller; /* diff --git a/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php b/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php index 4677cccaf2140a2f36233802f6f126c1654b68aa..d6a0eb2e51f12017207138d1bd9c9345e214c03d 100644 --- a/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php +++ b/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Controller; diff --git a/typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php b/typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php index 1423fe0b3adbbd37b64e7c78c404724c2b257e8f..d37c060e985faccd6feac1b79d3f793b4e1acc11 100644 --- a/typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php +++ b/typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Controller\Wizard; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php b/typo3/sysext/backend/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php index 589ef0a6e68b2d8f6ff6c48c2a3ffe62a1fc83ff..9a79897c438ffefa45c757d3af1a1acb31bde0c5 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\Container; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/Container/PaletteAndSingleContainerTest.php b/typo3/sysext/backend/Tests/Unit/Form/Container/PaletteAndSingleContainerTest.php index 1134e02357aa6a41cb3ffcaca08d4c35f133ccbf..47c5230b751329353bdda067f23156016f4c1609 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/Container/PaletteAndSingleContainerTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/Container/PaletteAndSingleContainerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\Container; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/Element/InputSlugElementTest.php b/typo3/sysext/backend/Tests/Unit/Form/Element/InputSlugElementTest.php index 4383eb9ab3792978264e17ac830491caa00e7b31..dd7dd9528241aae4700b595d3d22db3ce690913f 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/Element/InputSlugElementTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/Element/InputSlugElementTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\Element; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/FieldControl/ElementBrowserTest.php b/typo3/sysext/backend/Tests/Unit/Form/FieldControl/ElementBrowserTest.php index f83df46d28e65a08036d7aacf89a47be7a3790ad..08429fdc78bbf87fe036b0364002282f5b30b7ad 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FieldControl/ElementBrowserTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FieldControl/ElementBrowserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FieldControl; diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/OrderedProviderListTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/OrderedProviderListTest.php index 84a01b345d1d83b8ff1e4580163dd9992bf3d7a9..c44c97fd521c2e7127bf0eb25a5c39c9e2eab054 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/OrderedProviderListTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/OrderedProviderListTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/SiteConfigurationDataGroupTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/SiteConfigurationDataGroupTest.php index 20616476772bee4735f59d179b44a293f4240461..238834b4e796842f0b72430625c360149a78fbec 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/SiteConfigurationDataGroupTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataGroup/SiteConfigurationDataGroupTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataGroup; diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseDefaultLanguagePageRowTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseDefaultLanguagePageRowTest.php index 1c0a624ad47359d2fa07cb5bd824a484c30d43a6..b3d6069b935b366ab6c62c9e9005660f6cb97cf3 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseDefaultLanguagePageRowTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseDefaultLanguagePageRowTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseSystemLanguageRowsTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseSystemLanguageRowsTest.php index f2d217fe24c1a60e58f7ae28bb2aca1ec7e1fe13..519e53815572e82a645dd2f50d23f6f9fd2dff39 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseSystemLanguageRowsTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseSystemLanguageRowsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/EvaluateDisplayConditionsTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/EvaluateDisplayConditionsTest.php index 2df59085f12079bb84136515787c84c736b069e2..fcb6e570fa1fd6213fbb8bd5bcca80dabc28329d 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/EvaluateDisplayConditionsTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/EvaluateDisplayConditionsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php index 21d5d522776181b69cd48e38c99044a6d2986c04..1f657856a412c788a4b82685226cf69ed7f0a8b2 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteDatabaseEditRowTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider; diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteResolvingTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteResolvingTest.php index 5cca2f23cc345ab62fc1c22871e190f55ceb92d9..6edbcd8ece504fb54eb1dc0d6a483a862c5d0377 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteResolvingTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/SiteResolvingTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaTextTest.php b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaTextTest.php index 41b68adcac628cdd7da4d8f163f0c3504c52ce22..54fcf674856dc07debcf76f2f8a483b15a1b3894 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaTextTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaTextTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form\FormDataProvider; /* diff --git a/typo3/sysext/backend/Tests/Unit/Form/InlineStackProcessorTest.php b/typo3/sysext/backend/Tests/Unit/Form/InlineStackProcessorTest.php index b418fccfec16b3a55918b46af5231037eb7e5521..05a3108d5ba46600fd771f85effe39de5ba76792 100644 --- a/typo3/sysext/backend/Tests/Unit/Form/InlineStackProcessorTest.php +++ b/typo3/sysext/backend/Tests/Unit/Form/InlineStackProcessorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Form; /* diff --git a/typo3/sysext/backend/Tests/Unit/Middleware/SiteResolverTest.php b/typo3/sysext/backend/Tests/Unit/Middleware/SiteResolverTest.php index 1a490c63b3310ec77b9776767787a9ec2df69578..54a0ee0f166f8f5c7ea15886bcd32f6b039ba3a8 100644 --- a/typo3/sysext/backend/Tests/Unit/Middleware/SiteResolverTest.php +++ b/typo3/sysext/backend/Tests/Unit/Middleware/SiteResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/backend/Tests/Unit/Security/EmailLoginNotificationTest.php b/typo3/sysext/backend/Tests/Unit/Security/EmailLoginNotificationTest.php index ba24b6e7a6b66ab0d97a1a875e632e749cd70995..0d688246fc853ae7a88448abc170c249685d1814 100644 --- a/typo3/sysext/backend/Tests/Unit/Security/EmailLoginNotificationTest.php +++ b/typo3/sysext/backend/Tests/Unit/Security/EmailLoginNotificationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Security; diff --git a/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php b/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php index fe16e86b99f03c06235b7f4fb5952d031a4429a2..030ac03642d57e1f4e0224428351c0df14bc4307 100644 --- a/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php +++ b/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\Unit\Tree; /* diff --git a/typo3/sysext/backend/Tests/UnitDeprecated/Form/FormDataProvider/TcaFlexPrepareTest.php b/typo3/sysext/backend/Tests/UnitDeprecated/Form/FormDataProvider/TcaFlexPrepareTest.php index 2ec4b273aa1fbde004098c4c742071933ea6f98b..291977d1e39fb45cc35daad5a2889eeec127a2d2 100644 --- a/typo3/sysext/backend/Tests/UnitDeprecated/Form/FormDataProvider/TcaFlexPrepareTest.php +++ b/typo3/sysext/backend/Tests/UnitDeprecated/Form/FormDataProvider/TcaFlexPrepareTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Backend\Tests\UnitDeprecated\Form\FormDataProvider; /* diff --git a/typo3/sysext/belog/Classes/Controller/SystemInformationController.php b/typo3/sysext/belog/Classes/Controller/SystemInformationController.php index 3d92ac0e2575ed3f985850a61910711ad719847e..ba4d792d9d29208f068a0e06db0dfc8bb9d288e8 100644 --- a/typo3/sysext/belog/Classes/Controller/SystemInformationController.php +++ b/typo3/sysext/belog/Classes/Controller/SystemInformationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Belog\Controller; /* diff --git a/typo3/sysext/belog/Configuration/Extbase/Persistence/Classes.php b/typo3/sysext/belog/Configuration/Extbase/Persistence/Classes.php index 8132214ce70545f63716aee49cadc09f68363e35..2d1dd6b5d762cd47607066a63767821b3f78254c 100644 --- a/typo3/sysext/belog/Configuration/Extbase/Persistence/Classes.php +++ b/typo3/sysext/belog/Configuration/Extbase/Persistence/Classes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \TYPO3\CMS\Belog\Domain\Model\LogEntry::class => [ diff --git a/typo3/sysext/beuser/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/beuser/Classes/Compatibility/SlotReplacement.php index 54e864ea98655392bfbb70e249cae879d12fdd73..cbfa0c3215f09d805b61b68cf80236ed2a2c0530 100644 --- a/typo3/sysext/beuser/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/beuser/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Beuser\Compatibility; /* diff --git a/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php b/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php index 8e9948615edfa1ab47add25a01d447cf923c67b4..f4c562ba9315a19a34a548635076904049857b38 100644 --- a/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php +++ b/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Beuser\ContextMenu; /* diff --git a/typo3/sysext/beuser/Classes/Service/UserInformationService.php b/typo3/sysext/beuser/Classes/Service/UserInformationService.php index f18f5389c2f22867392b8f4d19a757cae10addea..27cacdc169f7dabb92cdb38bc50293d4dbbc17f5 100644 --- a/typo3/sysext/beuser/Classes/Service/UserInformationService.php +++ b/typo3/sysext/beuser/Classes/Service/UserInformationService.php @@ -1,6 +1,5 @@ <?php -declare(strict_types = 1); - +declare(strict_types=1); namespace TYPO3\CMS\Beuser\Service; /* diff --git a/typo3/sysext/beuser/Classes/ViewHelpers/Display/TableAccessViewHelper.php b/typo3/sysext/beuser/Classes/ViewHelpers/Display/TableAccessViewHelper.php index d79dfa624c3be3a035256cbae0a8cdbe548c959a..3b0d89f6d42caed779393b854f56d142d79cc806 100644 --- a/typo3/sysext/beuser/Classes/ViewHelpers/Display/TableAccessViewHelper.php +++ b/typo3/sysext/beuser/Classes/ViewHelpers/Display/TableAccessViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Beuser\ViewHelpers\Display; /* diff --git a/typo3/sysext/beuser/Configuration/Extbase/Persistence/Classes.php b/typo3/sysext/beuser/Configuration/Extbase/Persistence/Classes.php index 9a94608ed8ac846984b50a06a0859e1de234a46d..d232cc59973d3fe246f577273962370da686c9e8 100644 --- a/typo3/sysext/beuser/Configuration/Extbase/Persistence/Classes.php +++ b/typo3/sysext/beuser/Configuration/Extbase/Persistence/Classes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \TYPO3\CMS\Beuser\Domain\Model\BackendUser::class => [ diff --git a/typo3/sysext/beuser/Tests/Unit/Controller/BackendUserControllerTest.php b/typo3/sysext/beuser/Tests/Unit/Controller/BackendUserControllerTest.php index 68c79d086e51d4f3fd106143bf0f8ee4913138a8..6097d0841c4db4c4c8140764573db069723cb4af 100644 --- a/typo3/sysext/beuser/Tests/Unit/Controller/BackendUserControllerTest.php +++ b/typo3/sysext/beuser/Tests/Unit/Controller/BackendUserControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Beuser\Tests\Unit\Controller; /* diff --git a/typo3/sysext/core/Classes/Authentication/IpLocker.php b/typo3/sysext/core/Classes/Authentication/IpLocker.php index e9f6ef7388b336cbca69e28261bce7969dcc873a..edb71f4caafb0668fe2b8a854557797a3e593e6a 100644 --- a/typo3/sysext/core/Classes/Authentication/IpLocker.php +++ b/typo3/sysext/core/Classes/Authentication/IpLocker.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Authentication; diff --git a/typo3/sysext/core/Classes/Authentication/LoginType.php b/typo3/sysext/core/Classes/Authentication/LoginType.php index d06c911276efbc71a89c756f41373e94b9bae0bc..3da1af05d8484cd4b001c121054130ca13ec8118 100644 --- a/typo3/sysext/core/Classes/Authentication/LoginType.php +++ b/typo3/sysext/core/Classes/Authentication/LoginType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Authentication; diff --git a/typo3/sysext/core/Classes/Cache/Frontend/NullFrontend.php b/typo3/sysext/core/Classes/Cache/Frontend/NullFrontend.php index ea4908acbfd27763bfc2c3835c5503d88e8c34f5..cdd3ed8bf731e1eaa15b8aa833196c2fd31735e2 100644 --- a/typo3/sysext/core/Classes/Cache/Frontend/NullFrontend.php +++ b/typo3/sysext/core/Classes/Cache/Frontend/NullFrontend.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Cache\Frontend; /* diff --git a/typo3/sysext/core/Classes/Command/DumpAutoloadCommand.php b/typo3/sysext/core/Classes/Command/DumpAutoloadCommand.php index b1e90e103a4176f6886ba00b1d8a1ab7391355b6..74d0719f3eb650350a932bb1cf0b45d890b1e3b8 100644 --- a/typo3/sysext/core/Classes/Command/DumpAutoloadCommand.php +++ b/typo3/sysext/core/Classes/Command/DumpAutoloadCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Command; /* diff --git a/typo3/sysext/core/Classes/Command/ExtensionListCommand.php b/typo3/sysext/core/Classes/Command/ExtensionListCommand.php index 45a098138a298e17fe3aee70e0cb5dfc477d3b91..689be345e815bda84bd11c7b9796113b407aa8eb 100644 --- a/typo3/sysext/core/Classes/Command/ExtensionListCommand.php +++ b/typo3/sysext/core/Classes/Command/ExtensionListCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Command; /* diff --git a/typo3/sysext/core/Classes/Command/SendEmailCommand.php b/typo3/sysext/core/Classes/Command/SendEmailCommand.php index aeaa845f449789e98e725d3552a7be5a09427e4f..1a5ef97a9e6852b040e26d92504a19f594d75030 100644 --- a/typo3/sysext/core/Classes/Command/SendEmailCommand.php +++ b/typo3/sysext/core/Classes/Command/SendEmailCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Command; /* diff --git a/typo3/sysext/core/Classes/Command/SiteListCommand.php b/typo3/sysext/core/Classes/Command/SiteListCommand.php index c2fd02ea21b87d6cdf9491910e5e6435525d2c82..69e23074cf797f6a784d1662dd432ad63987bbe2 100644 --- a/typo3/sysext/core/Classes/Command/SiteListCommand.php +++ b/typo3/sysext/core/Classes/Command/SiteListCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Command; diff --git a/typo3/sysext/core/Classes/Command/SiteShowCommand.php b/typo3/sysext/core/Classes/Command/SiteShowCommand.php index 1929da3634177310c2b665c6dd6fc1c863e01978..44cf89b59e273dc73fdd7abdba4a24cdc2dbf465 100644 --- a/typo3/sysext/core/Classes/Command/SiteShowCommand.php +++ b/typo3/sysext/core/Classes/Command/SiteShowCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Command; diff --git a/typo3/sysext/core/Classes/Compatibility/PseudoSiteTcaDisplayCondition.php b/typo3/sysext/core/Classes/Compatibility/PseudoSiteTcaDisplayCondition.php index fae881e708593956e4939e23bfe89dda471053ec..35d795f28aa14cf7c78d539243f616b6aa59c463 100644 --- a/typo3/sysext/core/Classes/Compatibility/PseudoSiteTcaDisplayCondition.php +++ b/typo3/sysext/core/Classes/Compatibility/PseudoSiteTcaDisplayCondition.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Compatibility; /* diff --git a/typo3/sysext/core/Classes/Compatibility/PublicMethodDeprecationTrait.php b/typo3/sysext/core/Classes/Compatibility/PublicMethodDeprecationTrait.php index 6b812cd440fa82d06b121783d0d8fd3f899980fd..d747fd8adc83bf100f06e11fbe4e8aea9f9eca1c 100644 --- a/typo3/sysext/core/Classes/Compatibility/PublicMethodDeprecationTrait.php +++ b/typo3/sysext/core/Classes/Compatibility/PublicMethodDeprecationTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Compatibility; /* diff --git a/typo3/sysext/core/Classes/Compatibility/PublicPropertyDeprecationTrait.php b/typo3/sysext/core/Classes/Compatibility/PublicPropertyDeprecationTrait.php index 7a226fb6074f3366d0b3ef10e751df7881444fb8..cbea1416291407a4b41875893394a7dbbce54803 100644 --- a/typo3/sysext/core/Classes/Compatibility/PublicPropertyDeprecationTrait.php +++ b/typo3/sysext/core/Classes/Compatibility/PublicPropertyDeprecationTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Compatibility; /* diff --git a/typo3/sysext/core/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/core/Classes/Compatibility/SlotReplacement.php index 37f6cedc823161f02a799fab2c66d094cd8ebc4f..4255ec9acc68ca14e651f27fa8c2505131b41141 100644 --- a/typo3/sysext/core/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/core/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Compatibility; diff --git a/typo3/sysext/core/Classes/Composer/CliEntryPoint.php b/typo3/sysext/core/Classes/Composer/CliEntryPoint.php index 9da28e58325888e9931aae03cefebf02b9dc395f..53fbd9944bb8cec4e4fb59a47c3456fc2e861d6f 100644 --- a/typo3/sysext/core/Classes/Composer/CliEntryPoint.php +++ b/typo3/sysext/core/Classes/Composer/CliEntryPoint.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Composer; /* diff --git a/typo3/sysext/core/Classes/Composer/InstallerScripts.php b/typo3/sysext/core/Classes/Composer/InstallerScripts.php index e8ad74c3ee9db85b8cb173f79bef1e8f028bce60..8fd0d0b77e27e71935d45c08dae50779ae082ff2 100644 --- a/typo3/sysext/core/Classes/Composer/InstallerScripts.php +++ b/typo3/sysext/core/Classes/Composer/InstallerScripts.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Composer; /* diff --git a/typo3/sysext/core/Classes/Configuration/Event/AfterTcaCompilationEvent.php b/typo3/sysext/core/Classes/Configuration/Event/AfterTcaCompilationEvent.php index 6ea34fd545223821340576a95b297a46aa8a50e4..9e3135532a1401616a883c92d50656da3aa1a0c9 100644 --- a/typo3/sysext/core/Classes/Configuration/Event/AfterTcaCompilationEvent.php +++ b/typo3/sysext/core/Classes/Configuration/Event/AfterTcaCompilationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\Event; diff --git a/typo3/sysext/core/Classes/Configuration/Event/ModifyLoadedPageTsConfigEvent.php b/typo3/sysext/core/Classes/Configuration/Event/ModifyLoadedPageTsConfigEvent.php index 5989e205e58ecd06e067db3abc3e779a84097db3..76c34ab923da5509139c53a0b511308869e57f3e 100644 --- a/typo3/sysext/core/Classes/Configuration/Event/ModifyLoadedPageTsConfigEvent.php +++ b/typo3/sysext/core/Classes/Configuration/Event/ModifyLoadedPageTsConfigEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\Event; diff --git a/typo3/sysext/core/Classes/Configuration/ExtensionConfiguration.php b/typo3/sysext/core/Classes/Configuration/ExtensionConfiguration.php index fcda309e227909433ae001f1ec1be287dc2226fe..eb14e9da6d598389b23396a070c96f8b0750f896 100644 --- a/typo3/sysext/core/Classes/Configuration/ExtensionConfiguration.php +++ b/typo3/sysext/core/Classes/Configuration/ExtensionConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration; /* diff --git a/typo3/sysext/core/Classes/Configuration/Features.php b/typo3/sysext/core/Classes/Configuration/Features.php index 2933bfbb16bc866e59d74317d59979d86e5e3f4a..18e9e3918b932a0a720ab45478933f6d17be2092 100644 --- a/typo3/sysext/core/Classes/Configuration/Features.php +++ b/typo3/sysext/core/Classes/Configuration/Features.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration; /* diff --git a/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php b/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php index b1f9e6d01311995178c67ea0319048aecf11a977..44d9a9320d9858f115ce5775bc50b1ab89fba942 100644 --- a/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php +++ b/typo3/sysext/core/Classes/Configuration/FlexForm/FlexFormTools.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\FlexForm; /* diff --git a/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlFileLoadingException.php b/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlFileLoadingException.php index 98b7ac42568a139b972892d1a58c386ffc597e1f..cf946a996521c747071b7e388e13d049ef47b11c 100644 --- a/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlFileLoadingException.php +++ b/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlFileLoadingException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\Loader\Exception; diff --git a/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlParseException.php b/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlParseException.php index 62da0845d75a7c5bff87380ec538185b78d452f3..dfbfe7e3be1488e6ee7944ac6b7d7d445795fef1 100644 --- a/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlParseException.php +++ b/typo3/sysext/core/Classes/Configuration/Loader/Exception/YamlParseException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\Loader\Exception; diff --git a/typo3/sysext/core/Classes/Configuration/Loader/PageTsConfigLoader.php b/typo3/sysext/core/Classes/Configuration/Loader/PageTsConfigLoader.php index 6c88536044ccb4b871c0cf6eac5f6fb9929aee51..048bd30d33ba341a34cb245605a34e3c94dfb7cd 100644 --- a/typo3/sysext/core/Classes/Configuration/Loader/PageTsConfigLoader.php +++ b/typo3/sysext/core/Classes/Configuration/Loader/PageTsConfigLoader.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\Loader; /* diff --git a/typo3/sysext/core/Classes/Configuration/Parser/PageTsConfigParser.php b/typo3/sysext/core/Classes/Configuration/Parser/PageTsConfigParser.php index 4f6d71d103fbd60378f9d2caccf3d9a725c125b6..481b948576085521197d201d769cf91d2beaedb7 100644 --- a/typo3/sysext/core/Classes/Configuration/Parser/PageTsConfigParser.php +++ b/typo3/sysext/core/Classes/Configuration/Parser/PageTsConfigParser.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\Parser; /* diff --git a/typo3/sysext/core/Classes/Configuration/Richtext.php b/typo3/sysext/core/Classes/Configuration/Richtext.php index fa291d717357f60ce201e4ab0e7a7911c40f516d..c2e264b65f71caa64a7be474af4315bf022d484a 100644 --- a/typo3/sysext/core/Classes/Configuration/Richtext.php +++ b/typo3/sysext/core/Classes/Configuration/Richtext.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration; /* diff --git a/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php b/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php index 88f4e5ac8f5fede31ffbf58a9c14b6ece73e54fe..d6606b3d2e1204eda21de152ef6008cd31d9c96f 100644 --- a/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php +++ b/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration; diff --git a/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcherInterface.php b/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcherInterface.php index 2c3448fdbd9d8765ef93c2ad57bde840c0402fa1..53021ff0b4a4cd5e5ce8b982bdfef0b836494aa3 100644 --- a/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcherInterface.php +++ b/typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcherInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Configuration\TypoScript\ConditionMatching; /* diff --git a/typo3/sysext/core/Classes/Console/CommandRegistry.php b/typo3/sysext/core/Classes/Console/CommandRegistry.php index a82a32acb7879d29aa8d00344bc6564062ab701c..b16f0d23fe1b94775ac880ff63ccf3e47b21bf5f 100644 --- a/typo3/sysext/core/Classes/Console/CommandRegistry.php +++ b/typo3/sysext/core/Classes/Console/CommandRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Console; /* diff --git a/typo3/sysext/core/Classes/Console/CommandRequestHandler.php b/typo3/sysext/core/Classes/Console/CommandRequestHandler.php index b8665230f6b0d0964b6a7c7e9b6436cfdf864fd6..fa97dcf5599a1fbfb4603c82135217626f6e801d 100644 --- a/typo3/sysext/core/Classes/Console/CommandRequestHandler.php +++ b/typo3/sysext/core/Classes/Console/CommandRequestHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Console; diff --git a/typo3/sysext/core/Classes/Console/RequestHandlerInterface.php b/typo3/sysext/core/Classes/Console/RequestHandlerInterface.php index 1337a3f5d8bf0a5e77fa0ba6b6a5c4ea1142dd74..da8d1b1f6edd8e9d1e3e1f078251dbb82907940c 100644 --- a/typo3/sysext/core/Classes/Console/RequestHandlerInterface.php +++ b/typo3/sysext/core/Classes/Console/RequestHandlerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Console; /* diff --git a/typo3/sysext/core/Classes/Console/UnknownCommandException.php b/typo3/sysext/core/Classes/Console/UnknownCommandException.php index 4abd0fae47e683e66f8db1fd7aa0b45c52b9be70..e583bd7f3cbba4942cb28fa5050f51a6b6959b44 100644 --- a/typo3/sysext/core/Classes/Console/UnknownCommandException.php +++ b/typo3/sysext/core/Classes/Console/UnknownCommandException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Console; /* diff --git a/typo3/sysext/core/Classes/Context/AspectInterface.php b/typo3/sysext/core/Classes/Context/AspectInterface.php index 179a61edd052de443c66beb1de41f42b60b456f3..17d8b340f6b2fac926cf2399e6b2af77559a6759 100644 --- a/typo3/sysext/core/Classes/Context/AspectInterface.php +++ b/typo3/sysext/core/Classes/Context/AspectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/Context.php b/typo3/sysext/core/Classes/Context/Context.php index 8ef0a3d1f55dd4a6826a2460d2d4a964db806b4f..728092cbd5d0e529763ff812ab5b8881bf1f0395 100644 --- a/typo3/sysext/core/Classes/Context/Context.php +++ b/typo3/sysext/core/Classes/Context/Context.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/ContextAwareInterface.php b/typo3/sysext/core/Classes/Context/ContextAwareInterface.php index d5125d0fcd60db05f04ee953ef4d2dde76e388ec..f0c2bec5f2f86ea343a51a1fb82becd2a7512ca2 100644 --- a/typo3/sysext/core/Classes/Context/ContextAwareInterface.php +++ b/typo3/sysext/core/Classes/Context/ContextAwareInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/ContextAwareTrait.php b/typo3/sysext/core/Classes/Context/ContextAwareTrait.php index ac08a0384fc1e7136a4f1b82c55c7d3a1b3f19bb..be685682c86bea3a8807c2359ee806357dad684b 100644 --- a/typo3/sysext/core/Classes/Context/ContextAwareTrait.php +++ b/typo3/sysext/core/Classes/Context/ContextAwareTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/DateTimeAspect.php b/typo3/sysext/core/Classes/Context/DateTimeAspect.php index 30d83d23da10cb7b8399e943b8ba71a7284b7934..0949b734d81b52be3f1b541b2bfcdd345946c50d 100644 --- a/typo3/sysext/core/Classes/Context/DateTimeAspect.php +++ b/typo3/sysext/core/Classes/Context/DateTimeAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/Exception/AspectNotFoundException.php b/typo3/sysext/core/Classes/Context/Exception/AspectNotFoundException.php index dd6b51b1f9a8ef2b9b6e4fa76f5b92891ed52d02..f3ad554f8ab07a120fa0a64c0a7a460e17362c2b 100644 --- a/typo3/sysext/core/Classes/Context/Exception/AspectNotFoundException.php +++ b/typo3/sysext/core/Classes/Context/Exception/AspectNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context\Exception; /* diff --git a/typo3/sysext/core/Classes/Context/Exception/AspectPropertyNotFoundException.php b/typo3/sysext/core/Classes/Context/Exception/AspectPropertyNotFoundException.php index 92f13cb11b408473493d635ff472c2df20ff1821..18f6a5e7b54425d669a48b3c132ec8a98fd95e1d 100644 --- a/typo3/sysext/core/Classes/Context/Exception/AspectPropertyNotFoundException.php +++ b/typo3/sysext/core/Classes/Context/Exception/AspectPropertyNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context\Exception; /* diff --git a/typo3/sysext/core/Classes/Context/LanguageAspect.php b/typo3/sysext/core/Classes/Context/LanguageAspect.php index 9c75db05f3add7f514e6b895de378df581276352..b0da44fb8f69cc53c9b87e4e2aed9ec21819a9dc 100644 --- a/typo3/sysext/core/Classes/Context/LanguageAspect.php +++ b/typo3/sysext/core/Classes/Context/LanguageAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/LanguageAspectFactory.php b/typo3/sysext/core/Classes/Context/LanguageAspectFactory.php index 0f794c83f1268d4b2572993c80a03b95e7534b3e..3ce064390437e881aaa40dafd9f1dc01b8dc9369 100644 --- a/typo3/sysext/core/Classes/Context/LanguageAspectFactory.php +++ b/typo3/sysext/core/Classes/Context/LanguageAspectFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/TypoScriptAspect.php b/typo3/sysext/core/Classes/Context/TypoScriptAspect.php index 07017f79c0bf306307467b47f288dae25ea3570d..b18ad95c52dd04d8e6dca7a72b071720d944ee25 100644 --- a/typo3/sysext/core/Classes/Context/TypoScriptAspect.php +++ b/typo3/sysext/core/Classes/Context/TypoScriptAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/UserAspect.php b/typo3/sysext/core/Classes/Context/UserAspect.php index 066fdb3ae1cfc303a6d6b7e6ca1f7c39b4de85fc..65667779d52a6d2f21dc953ad54c2301697111a9 100644 --- a/typo3/sysext/core/Classes/Context/UserAspect.php +++ b/typo3/sysext/core/Classes/Context/UserAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/VisibilityAspect.php b/typo3/sysext/core/Classes/Context/VisibilityAspect.php index 74e901dba8ac8cb72567af47299ddc1ada190cd5..db5f2fd2f3e691be5a419b7ea42e586e0b1e09a2 100644 --- a/typo3/sysext/core/Classes/Context/VisibilityAspect.php +++ b/typo3/sysext/core/Classes/Context/VisibilityAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Context/WorkspaceAspect.php b/typo3/sysext/core/Classes/Context/WorkspaceAspect.php index 4e542b7f72895d0f14b19e4e3bf97d69a47188e9..8ea60d000df44b2062971231db6503b54c30c559 100644 --- a/typo3/sysext/core/Classes/Context/WorkspaceAspect.php +++ b/typo3/sysext/core/Classes/Context/WorkspaceAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Context; /* diff --git a/typo3/sysext/core/Classes/Controller/ErrorPageController.php b/typo3/sysext/core/Classes/Controller/ErrorPageController.php index 5864d493aec8c3e764bfbf9882e1686866ea20fd..8e9f451628e9bf76c75b88b19a759bebb813749c 100644 --- a/typo3/sysext/core/Classes/Controller/ErrorPageController.php +++ b/typo3/sysext/core/Classes/Controller/ErrorPageController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Controller; /* diff --git a/typo3/sysext/core/Classes/Controller/FileDumpController.php b/typo3/sysext/core/Classes/Controller/FileDumpController.php index 2c272f378d1e31f94a810d45e06a4f9365f88aad..b906431a5cdd4dd8e3b10bbb0d66a9646106be85 100644 --- a/typo3/sysext/core/Classes/Controller/FileDumpController.php +++ b/typo3/sysext/core/Classes/Controller/FileDumpController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Controller; /* diff --git a/typo3/sysext/core/Classes/Controller/IconController.php b/typo3/sysext/core/Classes/Controller/IconController.php index 41fe452d73c3049404787f5dedc2650f7d65e8ef..bab3413c3db1fb09e1208df914e337bcd42ffe0e 100644 --- a/typo3/sysext/core/Classes/Controller/IconController.php +++ b/typo3/sysext/core/Classes/Controller/IconController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Controller; /* diff --git a/typo3/sysext/core/Classes/Controller/RequireJsController.php b/typo3/sysext/core/Classes/Controller/RequireJsController.php index 23b88cf80e4a97fc2824997d6881a588ef345bf6..eecc28a50d047a94e313ab25e6c7e5379781d59c 100644 --- a/typo3/sysext/core/Classes/Controller/RequireJsController.php +++ b/typo3/sysext/core/Classes/Controller/RequireJsController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Controller; /* diff --git a/typo3/sysext/core/Classes/Core/Environment.php b/typo3/sysext/core/Classes/Core/Environment.php index 75427ac69b5459a20a2bd2e74f0fc610d039313b..98f44a9033da31922f15d7f3d8c12bfaee60e25a 100644 --- a/typo3/sysext/core/Classes/Core/Environment.php +++ b/typo3/sysext/core/Classes/Core/Environment.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Core; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/AbstractArgon2PasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/AbstractArgon2PasswordHash.php index 36d3cd739a1cc5f1931cadb94b5b8121bbb0b2eb..5252f9a36af098817566c88be0e9a9a746e0fb7f 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/AbstractArgon2PasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/AbstractArgon2PasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2PasswordHashInterface.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2PasswordHashInterface.php index 6c396b82fd6fe33d49e0bb84006bdce8e1aacca8..e890082a89257916b66b308049a24447d8612a9e 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2PasswordHashInterface.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2PasswordHashInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2iPasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2iPasswordHash.php index 791d8aa9cc4d5072e413f5c509bac4f773a1235b..fc224779853bc9260f6dc4b1cb5cf06dbdc9051e 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2iPasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2iPasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2idPasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2idPasswordHash.php index 17b0c9db61d18858460f913db6e2f21412874293..5f9e620743e1768356514583c47da24d7a903abc 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2idPasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Argon2idPasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php index a0a369010632f2e722f04e3b278defcf1eaa717a..07a1b23c0f55c121401553511d8238fc60a04941 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/BcryptPasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/BlowfishPasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/BlowfishPasswordHash.php index 0f04c78cbae97587f7062416737185ff042b03d5..86018b7462615fbf79f34ec6f5817e7880667c28 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/BlowfishPasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/BlowfishPasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/InvalidPasswordHashException.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/InvalidPasswordHashException.php index 5cd809eeb6ab739c3c81ff6154c38747d96fafe8..e2e899852423c44ba3bab4a8ba2211c096047a8f 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/InvalidPasswordHashException.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/InvalidPasswordHashException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Md5PasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Md5PasswordHash.php index 9c64e9ba8b58eeb93b9578c59638cbf899f1cc2d..4d262d60881c4f8cf73d45b8836559c181519fc2 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Md5PasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Md5PasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashFactory.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashFactory.php index 8186054e975c64c8097804d60758f5ab13f7bd0c..7aa482188803f23c1c6d0c0cb4810c2d8f668f36 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashFactory.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashInterface.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashInterface.php index 76b9cdfe5ac7ac7362e44a528e1f3fc962dd7709..84448601d5a48a7f67969b3c0ade58014043e652 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashInterface.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/PasswordHashInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Pbkdf2PasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Pbkdf2PasswordHash.php index 9d47f040e268d1d676d1cf9d2371a26227f308d1..1312452d3d1dd567aaa69a0bc1c134fc5c30f8c8 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/Pbkdf2PasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/Pbkdf2PasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/PasswordHashing/PhpassPasswordHash.php b/typo3/sysext/core/Classes/Crypto/PasswordHashing/PhpassPasswordHash.php index e8205c6b44fb643ae246532af4043701b4ac22d6..ea0502f8ab08608d879dd5b700aea3ca7f6cdef2 100644 --- a/typo3/sysext/core/Classes/Crypto/PasswordHashing/PhpassPasswordHash.php +++ b/typo3/sysext/core/Classes/Crypto/PasswordHashing/PhpassPasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Classes/Crypto/Random.php b/typo3/sysext/core/Classes/Crypto/Random.php index 189a99f9d7838a0e7b3909939bb58181de66cf6a..909b1d235c518df9545d1c0c0631f2b9be2df646 100644 --- a/typo3/sysext/core/Classes/Crypto/Random.php +++ b/typo3/sysext/core/Classes/Crypto/Random.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Crypto; /* diff --git a/typo3/sysext/core/Classes/DataHandling/Event/AppendLinkHandlerElementsEvent.php b/typo3/sysext/core/Classes/DataHandling/Event/AppendLinkHandlerElementsEvent.php index 81f8f96c8804f11b0d8624441e025f389b87f1d2..4d0e5888c0997a86eeac5a8c3a31f2c5a528000e 100644 --- a/typo3/sysext/core/Classes/DataHandling/Event/AppendLinkHandlerElementsEvent.php +++ b/typo3/sysext/core/Classes/DataHandling/Event/AppendLinkHandlerElementsEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Event; diff --git a/typo3/sysext/core/Classes/DataHandling/Event/IsTableExcludedFromReferenceIndexEvent.php b/typo3/sysext/core/Classes/DataHandling/Event/IsTableExcludedFromReferenceIndexEvent.php index 70a9ccd2ec6d0870e03f4be7904612ba8bbb24ae..b7629eaea9ce893693d0c7822bb5056073a8118a 100644 --- a/typo3/sysext/core/Classes/DataHandling/Event/IsTableExcludedFromReferenceIndexEvent.php +++ b/typo3/sysext/core/Classes/DataHandling/Event/IsTableExcludedFromReferenceIndexEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Event; diff --git a/typo3/sysext/core/Classes/DataHandling/History/RecordHistoryStore.php b/typo3/sysext/core/Classes/DataHandling/History/RecordHistoryStore.php index 0732e247b606bc65e66e62880eeb25f12962d71f..4d6d9cb6be203c0d7a0785c82483b181b3919a87 100644 --- a/typo3/sysext/core/Classes/DataHandling/History/RecordHistoryStore.php +++ b/typo3/sysext/core/Classes/DataHandling/History/RecordHistoryStore.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\History; /* diff --git a/typo3/sysext/core/Classes/DataHandling/Model/CorrelationId.php b/typo3/sysext/core/Classes/DataHandling/Model/CorrelationId.php index 7bb9387dbeccfde80baf59ece2fc68754ebb8710..3d5da1bf4fa28f4b0d3ee6684ad5583c90ad6658 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/CorrelationId.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/CorrelationId.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; /* diff --git a/typo3/sysext/core/Classes/DataHandling/Model/EntityContext.php b/typo3/sysext/core/Classes/DataHandling/Model/EntityContext.php index 582a9183fac53d732e2baa9cdc82795fd759e861..71f7be9e0491c63dbbbac6a2bdcfabfd38ef475f 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/EntityContext.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/EntityContext.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; diff --git a/typo3/sysext/core/Classes/DataHandling/Model/EntityPointer.php b/typo3/sysext/core/Classes/DataHandling/Model/EntityPointer.php index a8b20995a5798eec6a5ee00c5683650f571e4b5e..ff5c571454041a50ef7e8a803d621d4444f3af9f 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/EntityPointer.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/EntityPointer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; diff --git a/typo3/sysext/core/Classes/DataHandling/Model/EntityPointerLink.php b/typo3/sysext/core/Classes/DataHandling/Model/EntityPointerLink.php index 92417f0c2b4ffde6b2e464f7b416f2276e6d0e8a..4f1b44197bff4e36ef6d0b702e609d150821177d 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/EntityPointerLink.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/EntityPointerLink.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; diff --git a/typo3/sysext/core/Classes/DataHandling/Model/EntityUidPointer.php b/typo3/sysext/core/Classes/DataHandling/Model/EntityUidPointer.php index 1032b123066402b071966d2ca17561d422c36d38..21cf3a08c173461fc72f81ffacd42edd7c38ee0b 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/EntityUidPointer.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/EntityUidPointer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; diff --git a/typo3/sysext/core/Classes/DataHandling/Model/RecordState.php b/typo3/sysext/core/Classes/DataHandling/Model/RecordState.php index 65228a5903a913623bf9c2936f87deb26080c048..2c4beb783877fc20dd33ead6f8a8b2084d52f71f 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/RecordState.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/RecordState.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; diff --git a/typo3/sysext/core/Classes/DataHandling/Model/RecordStateFactory.php b/typo3/sysext/core/Classes/DataHandling/Model/RecordStateFactory.php index dbe2a60dd8eca71419149834cd1cec4bdd6ef2a4..18e8fc4724e39d44fe9c4f1aaddc66fb1a27db39 100644 --- a/typo3/sysext/core/Classes/DataHandling/Model/RecordStateFactory.php +++ b/typo3/sysext/core/Classes/DataHandling/Model/RecordStateFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling\Model; diff --git a/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php b/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php index 77ea47ede91e34a035bec0d0a9a932b3d693552b..378e1a84109936c81e62261495c167a267776f5d 100644 --- a/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php +++ b/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling; diff --git a/typo3/sysext/core/Classes/DataHandling/PlaceholderShadowColumnsResolver.php b/typo3/sysext/core/Classes/DataHandling/PlaceholderShadowColumnsResolver.php index 87763be45b0643eb1058e5772664f81d41b71796..d925daa25ff1ef606575305aba72db604a6133b6 100644 --- a/typo3/sysext/core/Classes/DataHandling/PlaceholderShadowColumnsResolver.php +++ b/typo3/sysext/core/Classes/DataHandling/PlaceholderShadowColumnsResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling; diff --git a/typo3/sysext/core/Classes/DataHandling/SlugEnricher.php b/typo3/sysext/core/Classes/DataHandling/SlugEnricher.php index 9f43a5adf585e73870fd6e9c8b042290e1c4e9ec..7bedc64855de160a6e50e0b941e51bf073439654 100644 --- a/typo3/sysext/core/Classes/DataHandling/SlugEnricher.php +++ b/typo3/sysext/core/Classes/DataHandling/SlugEnricher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling; diff --git a/typo3/sysext/core/Classes/DataHandling/SlugHelper.php b/typo3/sysext/core/Classes/DataHandling/SlugHelper.php index 10c9e36a3fba8db1b9f8a6aa4e7b2e986e0d3734..8188e26dd55e17f310e2d1a3fc8c9b041bb836b2 100644 --- a/typo3/sysext/core/Classes/DataHandling/SlugHelper.php +++ b/typo3/sysext/core/Classes/DataHandling/SlugHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DataHandling; /* diff --git a/typo3/sysext/core/Classes/Database/Connection.php b/typo3/sysext/core/Classes/Database/Connection.php index 51f95639447e3eb719f9e93c835c2de0eb99765b..3e6985868e1425b9c80c8c817cd829b4e11e5db4 100644 --- a/typo3/sysext/core/Classes/Database/Connection.php +++ b/typo3/sysext/core/Classes/Database/Connection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database; /* diff --git a/typo3/sysext/core/Classes/Database/ConnectionPool.php b/typo3/sysext/core/Classes/Database/ConnectionPool.php index 7b9a5dd187ce900e56cb5d91c7163badfa98dc94..017e7392d90fb9949673c334731744b4b189001d 100644 --- a/typo3/sysext/core/Classes/Database/ConnectionPool.php +++ b/typo3/sysext/core/Classes/Database/ConnectionPool.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database; /* diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOConnection.php b/typo3/sysext/core/Classes/Database/Driver/PDOConnection.php index 37e5b6102e01c18dddbb52b630bc4c2761a33549..9cea07131b5fc546229f04eeea417c0f1d797c5e 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOConnection.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOConnection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOMySql/Driver.php b/typo3/sysext/core/Classes/Database/Driver/PDOMySql/Driver.php index 98a426ee879d6dda422a1f651d310a47b70bd098..c7c2b5b05705e991fced6e6b26616f347bb4c2b2 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOMySql/Driver.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOMySql/Driver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver\PDOMySql; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOPgSql/Driver.php b/typo3/sysext/core/Classes/Database/Driver/PDOPgSql/Driver.php index 9a11999d4f915663b081d9362fca4450f518ea9a..e3bbe3baa1ee43e07e1b4de1965bd099af1cdb08 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOPgSql/Driver.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOPgSql/Driver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver\PDOPgSql; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOSqlite/Driver.php b/typo3/sysext/core/Classes/Database/Driver/PDOSqlite/Driver.php index 31c5ef99e8feadf99ef69ecf11c4234dbea70322..9446a261a48d95ec5cf85d6130b0c2aa3f49d6c3 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOSqlite/Driver.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOSqlite/Driver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver\PDOSqlite; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Connection.php b/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Connection.php index d8300171cff26319d1b04ff9c3ade1d9826c8da4..084ab68226b0a8df7ef2e932d6e59a0b6cd04d79 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Connection.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Connection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver\PDOSqlsrv; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Driver.php b/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Driver.php index b42703866f5ae40f1f8d98c22d1e949964017a0e..caf35897b9925284385996e3474e8623efae9a0c 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Driver.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Driver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver\PDOSqlsrv; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Statement.php b/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Statement.php index d4afdff255a8982d5af4728e7af258ee6724ce12..8141de867b136cb27a964c3ef4eeaa054fc7323a 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Statement.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOSqlsrv/Statement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver\PDOSqlsrv; diff --git a/typo3/sysext/core/Classes/Database/Driver/PDOStatement.php b/typo3/sysext/core/Classes/Database/Driver/PDOStatement.php index ed54de8cc7e45c8637fb56dcdbc64aebdefd2b77..e3f9c1aa8a71ded7986c02d6ca7477e329c0bcfe 100644 --- a/typo3/sysext/core/Classes/Database/Driver/PDOStatement.php +++ b/typo3/sysext/core/Classes/Database/Driver/PDOStatement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Driver; diff --git a/typo3/sysext/core/Classes/Database/Event/AlterTableDefinitionStatementsEvent.php b/typo3/sysext/core/Classes/Database/Event/AlterTableDefinitionStatementsEvent.php index d24397da63f5c83fcf548b186cd7e1214f3e5317..b3837ad680054f83e3a4870921a93de985418127 100644 --- a/typo3/sysext/core/Classes/Database/Event/AlterTableDefinitionStatementsEvent.php +++ b/typo3/sysext/core/Classes/Database/Event/AlterTableDefinitionStatementsEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Event; diff --git a/typo3/sysext/core/Classes/Database/Platform/PlatformInformation.php b/typo3/sysext/core/Classes/Database/Platform/PlatformInformation.php index 7ec8063340c11815797a06fb52af298b0e032faf..944fdcac5f20f9c8f409d13b74100032d831ff38 100644 --- a/typo3/sysext/core/Classes/Database/Platform/PlatformInformation.php +++ b/typo3/sysext/core/Classes/Database/Platform/PlatformInformation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Platform; diff --git a/typo3/sysext/core/Classes/Database/Query/BulkInsertQuery.php b/typo3/sysext/core/Classes/Database/Query/BulkInsertQuery.php index ad2e1597bf308311d5c1562b7a9fcad4e2de1924..0b721b8241aa69062d66d4aad481ce8fd4fb5aec 100644 --- a/typo3/sysext/core/Classes/Database/Query/BulkInsertQuery.php +++ b/typo3/sysext/core/Classes/Database/Query/BulkInsertQuery.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Expression/CompositeExpression.php b/typo3/sysext/core/Classes/Database/Query/Expression/CompositeExpression.php index 5404ce22bc8434bd7d78d7dbd3c259bba3b9c62f..ec4bf4f8c6973f0ce0a059c11b0042782c63940d 100644 --- a/typo3/sysext/core/Classes/Database/Query/Expression/CompositeExpression.php +++ b/typo3/sysext/core/Classes/Database/Query/Expression/CompositeExpression.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Expression; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Expression/ExpressionBuilder.php b/typo3/sysext/core/Classes/Database/Query/Expression/ExpressionBuilder.php index fb5e54a3ca44b272bb47766920992f340f492b77..6f1ade73748e9bd425abde4933199c36d34df3a7 100644 --- a/typo3/sysext/core/Classes/Database/Query/Expression/ExpressionBuilder.php +++ b/typo3/sysext/core/Classes/Database/Query/Expression/ExpressionBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Expression; /* diff --git a/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php b/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php index 4eb7153797edf3e51fdad1c7df26d22b0f589d93..cfbb5b18f03439bb55ca38a4f3998d0f55d43548 100644 --- a/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php +++ b/typo3/sysext/core/Classes/Database/Query/QueryBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query; /* diff --git a/typo3/sysext/core/Classes/Database/Query/QueryHelper.php b/typo3/sysext/core/Classes/Database/Query/QueryHelper.php index e762d86d00c45362adf52f65eef7abf4effefad7..615452d7db6b974e5680890fdc34ba360687dee0 100644 --- a/typo3/sysext/core/Classes/Database/Query/QueryHelper.php +++ b/typo3/sysext/core/Classes/Database/Query/QueryHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/AbstractRestrictionContainer.php b/typo3/sysext/core/Classes/Database/Query/Restriction/AbstractRestrictionContainer.php index 2b6f4df3e23e6b3a45384aa075e95a394d36053f..2e617286bb02ae0340e20e9cf65b39daedd0a1b1 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/AbstractRestrictionContainer.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/AbstractRestrictionContainer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/BackendWorkspaceRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/BackendWorkspaceRestriction.php index 477b54a46a6fef029368897e5c92d3551c42b27d..fdb4898d7e92aaa8de06272c77e82e97900a3913 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/BackendWorkspaceRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/BackendWorkspaceRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/DefaultRestrictionContainer.php b/typo3/sysext/core/Classes/Database/Query/Restriction/DefaultRestrictionContainer.php index 7d249dc7aa9bc25789b91a77dc348397352b3c7a..fcb85a1c56468f5bbfec94df1472cac302367a77 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/DefaultRestrictionContainer.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/DefaultRestrictionContainer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/DeletedRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/DeletedRestriction.php index 44e189d1bf4ff21797939991dc98881c29b4103f..b361627fe075e6a8b5650f8a35a1de28d9a631f2 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/DeletedRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/DeletedRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/DocumentTypeExclusionRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/DocumentTypeExclusionRestriction.php index 438745869343500ffd7329453bad724302e0a809..dc7b21cf874264b9e47f9f73cc209c718884602e 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/DocumentTypeExclusionRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/DocumentTypeExclusionRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/EndTimeRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/EndTimeRestriction.php index 7e6a5bdbd6eeb63ecbeea6b7db94341b56cc321c..dfd30c1843890936e9ed5a397c09c2d52e53fd4c 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/EndTimeRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/EndTimeRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/EnforceableQueryRestrictionInterface.php b/typo3/sysext/core/Classes/Database/Query/Restriction/EnforceableQueryRestrictionInterface.php index 108a7cb2efee04d5aefb6f885c7cb61e16fbde37..aafc478931a729f5a572fb54e5b9a29c6f1f92d8 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/EnforceableQueryRestrictionInterface.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/EnforceableQueryRestrictionInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendGroupRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendGroupRestriction.php index 191aeaecf54c1544489589dd2ec306a50529e396..4f9962f7c666b67b9139e7ebf5796800e6a353ab 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendGroupRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendGroupRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendRestrictionContainer.php b/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendRestrictionContainer.php index 2f918969271da6499e4a6da5d2a9512ac6d7c7d8..b11327be475f55b78e64b7d01ab9b9fac8dce7a5 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendRestrictionContainer.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendRestrictionContainer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendWorkspaceRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendWorkspaceRestriction.php index 4d75b4bc4b4ab92fc2038e770213393b9f03b99a..bf79258e1d455459563c4b1769ef9803a2e92aaa 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendWorkspaceRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/FrontendWorkspaceRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/HiddenRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/HiddenRestriction.php index cd76be086fa1c2b435bd3cf13339759a79daf282..29c9109a850fe57e2f50bf23a82bf586cdefeff8 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/HiddenRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/HiddenRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/PagePermissionRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/PagePermissionRestriction.php index f281108f98bc5f66f4a5b41c9152fd69887cddcc..aedd34a209dc6f9f348acf1f651e110c195d7516 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/PagePermissionRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/PagePermissionRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionContainerInterface.php b/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionContainerInterface.php index 3b478fc06b3f18c7dc916850fe3fde3bfaa72963..adf6222b557f84655b3676c3164b8e1210f540d0 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionContainerInterface.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionContainerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionInterface.php b/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionInterface.php index 5f3fd5ec6b166f2533fabef84037eb47684dbd15..bb0b1d7fb4997f94c372e48c3cc575d798f63e1e 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionInterface.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/QueryRestrictionInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/RootLevelRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/RootLevelRestriction.php index 7d95dfba533d6dc9b28e47c08ee17112d1117716..fbafc4b959881a0445e8014b226fb1d5592bc0b3 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/RootLevelRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/RootLevelRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/StartTimeRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/StartTimeRestriction.php index da57435499379290655dbc0cd96bac06da1b8059..2dda0fa80a1ac7aef745d7b960389c3df98c2933 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/StartTimeRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/StartTimeRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Query/Restriction/WorkspaceRestriction.php b/typo3/sysext/core/Classes/Database/Query/Restriction/WorkspaceRestriction.php index 6ef8718dc4feecd933ce643ae6c5f1c75c664cb9..eae8e179431b0762c65be90b32edb872aa8bba92 100644 --- a/typo3/sysext/core/Classes/Database/Query/Restriction/WorkspaceRestriction.php +++ b/typo3/sysext/core/Classes/Database/Query/Restriction/WorkspaceRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/Comparator.php b/typo3/sysext/core/Classes/Database/Schema/Comparator.php index 5ae80d26a180c4b0e0ddab07448b047432c4e4c1..8ac0a6df023560dbd03a06cd8e2a9e4b3dbdc580 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Comparator.php +++ b/typo3/sysext/core/Classes/Database/Schema/Comparator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php b/typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php index 58f996c1f1c179156af1fc4afce5feecf19aa3c3..166d75ef6ee7447a7fa8797d7e5b49c1d3252d51 100644 --- a/typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php +++ b/typo3/sysext/core/Classes/Database/Schema/ConnectionMigrator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/DefaultTcaSchema.php b/typo3/sysext/core/Classes/Database/Schema/DefaultTcaSchema.php index 5bbe6d349d713050853e35e07795def804399fd6..9d0a2226a6568409ace2e03f2e309fa5445bdca4 100644 --- a/typo3/sysext/core/Classes/Database/Schema/DefaultTcaSchema.php +++ b/typo3/sysext/core/Classes/Database/Schema/DefaultTcaSchema.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema; diff --git a/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaAlterTableListener.php b/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaAlterTableListener.php index 1b5b6ee7ce091c60eb84f16212c2f7f070193477..3a9d8b2f468b865bc107afbc6f877eeec3081079 100644 --- a/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaAlterTableListener.php +++ b/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaAlterTableListener.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\EventListener; diff --git a/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaColumnDefinitionListener.php b/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaColumnDefinitionListener.php index 06b77a0b397394e4a164f70428cd949deff69b27..8d86bf710063b0e20ad01ab3d1d3c27360b89e98 100644 --- a/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaColumnDefinitionListener.php +++ b/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaColumnDefinitionListener.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\EventListener; diff --git a/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaIndexDefinitionListener.php b/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaIndexDefinitionListener.php index ea9c31989eda5fc0ffc9204161cf3e5dd521936f..81455ce5c1ce49cf408b230aae0771fa2888a122 100644 --- a/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaIndexDefinitionListener.php +++ b/typo3/sysext/core/Classes/Database/Schema/EventListener/SchemaIndexDefinitionListener.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\EventListener; diff --git a/typo3/sysext/core/Classes/Database/Schema/Exception/StatementException.php b/typo3/sysext/core/Classes/Database/Schema/Exception/StatementException.php index e836a258464ebc185f6769bf625ab5202afa1e4f..ccb0adca3d625f63661765ce3feb2f25f7271506 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Exception/StatementException.php +++ b/typo3/sysext/core/Classes/Database/Schema/Exception/StatementException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Exception; diff --git a/typo3/sysext/core/Classes/Database/Schema/Exception/UnexpectedSignalReturnValueTypeException.php b/typo3/sysext/core/Classes/Database/Schema/Exception/UnexpectedSignalReturnValueTypeException.php index c8bed2895df25e14fe42d4d9f8b3f3a0e36483de..62532392fc8aa5ae10b7d371f1d722749741fd89 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Exception/UnexpectedSignalReturnValueTypeException.php +++ b/typo3/sysext/core/Classes/Database/Schema/Exception/UnexpectedSignalReturnValueTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Exception; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateDefinitionItem.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateDefinitionItem.php index 8d0f7338616d470de747b89d08de9f0869c370ec..149500e66aad636ca788ececcad9130bd6010622 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateDefinitionItem.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateDefinitionItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateStatement.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateStatement.php index 1daeafbece37237c877284c5398e08818a52debc..a285985df21a7f65771c4cc71435780d573e1be2 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateStatement.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/AbstractCreateStatement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateColumnDefinitionItem.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateColumnDefinitionItem.php index ce2688ee53fa8aefe7b659c27f1b0c6d964cc29a..587e2e44cce2ed4fe12b05e6e9f0a7d8b39a9fe6 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateColumnDefinitionItem.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateColumnDefinitionItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateDefinition.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateDefinition.php index 89d96da244c03e7411d0058b9ffb55e6f387ce4b..72d1c42e963d7b9534b5aad2d752087043b47072 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateDefinition.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateDefinition.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateForeignKeyDefinitionItem.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateForeignKeyDefinitionItem.php index 94d970f702682af54f43a8cd469d2ad90aa42cd7..8dfce367bf59022c3243ee3783a7e5682654215d 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateForeignKeyDefinitionItem.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateForeignKeyDefinitionItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateIndexDefinitionItem.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateIndexDefinitionItem.php index 5a792f067b2532d8692d4dcda81d9361fadef241..94847caf3f335dd34b9ab13bdb12fd521a48b153 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateIndexDefinitionItem.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateIndexDefinitionItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableClause.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableClause.php index 093d2b17c759ddddead16f6253932687862e7a9a..62bdedd52cb50e5157b2cf4f5f2b00351e1b78e7 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableClause.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableClause.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableStatement.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableStatement.php index adac71c852a4c18dd728f06755a202e754f6cd8e..7d74e86b4ae0852f423e42bbbf90a0a8ee9f190c 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableStatement.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/CreateTableStatement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/AbstractDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/AbstractDataType.php index ec9e68ba9951543b94ed9552908b3c3a8e1f2395..3fb7d947aa449627716eccc87a23689c120a64d7 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/AbstractDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/AbstractDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BigIntDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BigIntDataType.php index de10fb876a7daa0d756b9c96faef900e1c386229..8043a972f0abc129e95e9b644dae626c1e458959 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BigIntDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BigIntDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BinaryDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BinaryDataType.php index cf0d925b03d1b3f57368f95758b0eb668448f4d2..61ecb67ce9d27a94cfb5d2976a8ff01a4bd986e9 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BinaryDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BinaryDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BitDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BitDataType.php index e608a1d2505ac30e8e178ac629afa18a8e0ec0f9..a795587ff52dd6b54d68231ebc2dbb0c16734e2b 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BitDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BitDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BlobDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BlobDataType.php index 9934af64f29a3a86caba69d522f845e31ec62b2f..dd2f7f3193e856cbb06ea2821b862d7d40bffbd5 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BlobDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/BlobDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/CharDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/CharDataType.php index b7f17631005b633fa46f988bdf6f102f4078dd35..223f4be12711b4a20bbd4a803c517c99d56b8b14 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/CharDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/CharDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateDataType.php index b53d0f6518235612ae19db42aa234213f2479bb8..84165b9d46297566412fec5dc64f50dc47fc36f0 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateTimeDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateTimeDataType.php index 8a2041fd95c2823e7822127a8b4dc89a0ec76c6f..0fef2a6ac3734da983a1685360ce26c8ae5e2b42 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateTimeDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DateTimeDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DecimalDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DecimalDataType.php index d0afe102dacaf6c4d3c855e0f48522dafef2449f..620a1f7dcef2b71077fd25d4f19fac4c1d21a623 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DecimalDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DecimalDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DoubleDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DoubleDataType.php index 0995b0280a89e66c71f8c4f8510ca26e2fa8b2a4..f1073ad4481a4e87e9b865f87cfeadbca84bbb60 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DoubleDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/DoubleDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/EnumDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/EnumDataType.php index c281e8b49fb348b4e2a4bc8694ff1cec70bcd502..a9b70951e1a495533ae028264b9216607349cbb9 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/EnumDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/EnumDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/FloatDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/FloatDataType.php index b1de55cb3fdf993adbb0a2ef254631c7740fb203..fdd2508d8d35493e7a305953312873f88e3c031c 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/FloatDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/FloatDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/IntegerDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/IntegerDataType.php index b2bd3c50e097038f09e648ca54a27a10b7331985..df47ee8d11d5c8c13cd603a381ccf5dfcc689783 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/IntegerDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/IntegerDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/JsonDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/JsonDataType.php index eb6f44d1a792eef804fe4c091ae49d53840e1438..4811d45363de149132db0042539513e9688af4fc 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/JsonDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/JsonDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongBlobDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongBlobDataType.php index 63e6080d4b49991742c6653d9eee5b53b1f2bf48..a29e424e1d8638258af13ec29dce2a9efad13f06 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongBlobDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongBlobDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongTextDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongTextDataType.php index 27356091304c56a05a952cf0da354276a3818953..ac9ab3aae2cd30fd78bd72a8a7fb441c3a4d4b2c 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongTextDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/LongTextDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumBlobDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumBlobDataType.php index cd654a2dccad0f5bdc8895fc0e8ad5cb7250a9f5..ecaf20f42a074199a7405763093d816586a336b0 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumBlobDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumBlobDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumIntDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumIntDataType.php index 9735197901c936695fe32e449ec86e4e5462205d..aa093f39ff3829745158f8e57b1371ebbcf16025 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumIntDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumIntDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumTextDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumTextDataType.php index fc3369e706edfc6ae20691b4192ad67c4885aaa5..6b2daed55419c0113b7e68a77785ea7545fa74c3 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumTextDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/MediumTextDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/NumericDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/NumericDataType.php index f22b7d1e396c5b364faf81e24c074148a14ccba7..cb799da10deb990b0a39fd87fd7083d70abf6b89 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/NumericDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/NumericDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/RealDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/RealDataType.php index 4039b371690817eb312fc27b6bf3979663ea5717..4d7b5fefb3ff06b061fe91a0bd878ab4719efd66 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/RealDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/RealDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SetDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SetDataType.php index 5d5c9ee50fc8b3ec38abec0611a5b64730da57cc..ee9ab0591bff72243e54d974ac6cd75d69ab82ed 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SetDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SetDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SmallIntDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SmallIntDataType.php index fda621218a5f3da231bdcf7af7ae1757c63f82b7..480ffd5549bfb3cadde3575366684ec1ee63f758 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SmallIntDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/SmallIntDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TextDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TextDataType.php index e0c40cf6d926a42aef6db22b6946f77a4362f6bb..59f26331d922c67c6d9753a6b9a08896d67c97f3 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TextDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TextDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimeDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimeDataType.php index 78a6dd1b07c7c785afba1d110ae2ca683d680d6c..0308e9d5e4e8f471f429970a2026386d695c39d9 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimeDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimeDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimestampDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimestampDataType.php index 037e70e746af7674cdd28959b0694f168e2700d1..95af40634e6ab1b03406853fda8e9ff1a86f6f0b 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimestampDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TimestampDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyBlobDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyBlobDataType.php index 7c38553f65cb8c78c4ab00b91d50e384042ef172..9ba1814097520d5048fc91dfd02775327ef69064 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyBlobDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyBlobDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyIntDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyIntDataType.php index e57cb30897e93e813bc17863a7e855542b178cf3..ad688fedf9aab497becfd7dd28318e7a11761f42 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyIntDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyIntDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyTextDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyTextDataType.php index b6539c9de42e6a475e0ca6d2cca47b503d9e8468..5e3d871b667117488a15c33e8d42b713d8345d02 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyTextDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/TinyTextDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarBinaryDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarBinaryDataType.php index 02072f2ad04d71597a31aeca018e481aa8c94a2d..c65d6e970c8230b9ff7d4b7252f637c716d6d3b4 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarBinaryDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarBinaryDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarCharDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarCharDataType.php index 929c93e30fabff8e4e26766bf89d736040c4fb4f..d62463a9215736522ef67bd70b8dc0434ff51b43 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarCharDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/VarCharDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/YearDataType.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/YearDataType.php index 0141129382bcc290f221bacc636201fe1184839d..fc6ad22f2fddcd06cfc889037fdca7cc918ce213 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/YearDataType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/DataType/YearDataType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST\DataType; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/Identifier.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/Identifier.php index 43cd897b827c832e9c1cbc75057822135c78c5e6..c7bdcca1b3695a9517be863b6324a6464dff9d33 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/Identifier.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/Identifier.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/IndexColumnName.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/IndexColumnName.php index e8ead432b769fe9106108ddbe08441429ef91493..01bf62ebe01ef98ca6fc243fbb02e6f53a72efeb 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/IndexColumnName.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/IndexColumnName.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/ReferenceDefinition.php b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/ReferenceDefinition.php index 7bc3e720091bfb6769810f5e41f1d23e065ea80c..dc116522bc113d378b17117b8ee5d25b4521f720 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/AST/ReferenceDefinition.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/AST/ReferenceDefinition.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser\AST; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php b/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php index 59909ad599d66b7c90c0cac51794964bd0a4993a..2668c07357250fcb1c61eeb83de31717f009a23e 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php b/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php index 8e0fecaba587b230a18c9fe9caf4ae3083aa19b9..6a94ef8cedadf461fcfd212d18e33586f02d30a4 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser; diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/TableBuilder.php b/typo3/sysext/core/Classes/Database/Schema/Parser/TableBuilder.php index 6dd53545c2dffb49a3c942800d7f17ef63d3e73e..b6d42c2c20138ab49a54e51582912d34a58a35ae 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/TableBuilder.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/TableBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Parser; diff --git a/typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php b/typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php index 5cee12aa58e8c3471969620294f96727c06a1a0a..84f24b7e57b24e742f969aabbe9290807a65c25b 100644 --- a/typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php +++ b/typo3/sysext/core/Classes/Database/Schema/SchemaMigrator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/SqlReader.php b/typo3/sysext/core/Classes/Database/Schema/SqlReader.php index 0a2ffc1f3b3f447f13550d19633edbdcfc196010..de35d8619a1f2e25ab9fb7c43e4bce2f6f81385c 100644 --- a/typo3/sysext/core/Classes/Database/Schema/SqlReader.php +++ b/typo3/sysext/core/Classes/Database/Schema/SqlReader.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/TableDiff.php b/typo3/sysext/core/Classes/Database/Schema/TableDiff.php index 42fc3a5503d0498e4e823e21f4ff2c356bf1991d..968729271ffb1d228070298fbdf16f63856b48ed 100644 --- a/typo3/sysext/core/Classes/Database/Schema/TableDiff.php +++ b/typo3/sysext/core/Classes/Database/Schema/TableDiff.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/Types/EnumType.php b/typo3/sysext/core/Classes/Database/Schema/Types/EnumType.php index bcc5224f1fa6852054cb7f348d54a51950439676..7c680164a2addbb9d490da984cfb34fb7bfd4356 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Types/EnumType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Types/EnumType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Types; /* diff --git a/typo3/sysext/core/Classes/Database/Schema/Types/SetType.php b/typo3/sysext/core/Classes/Database/Schema/Types/SetType.php index 84941894fd39edd2bcad3968c5ffb4b367e5ce6b..0d96de34f3c8fb1606e2ef76a083fd573fea5314 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Types/SetType.php +++ b/typo3/sysext/core/Classes/Database/Schema/Types/SetType.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Database\Schema\Types; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/AutowireInjectMethodsPass.php b/typo3/sysext/core/Classes/DependencyInjection/AutowireInjectMethodsPass.php index 8434782b0dca65abb4110a87652c49486d84665a..a41fa545f7fc4a5e5d8f2526a61a993773b96836 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/AutowireInjectMethodsPass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/AutowireInjectMethodsPass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/Cache/ContainerBackend.php b/typo3/sysext/core/Classes/DependencyInjection/Cache/ContainerBackend.php index 5e7176a98091dfde72d00120b443ff44fdd0f71c..6ea5614b3bb0b9d8ed976ac70febfcfcd5eb24ed 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/Cache/ContainerBackend.php +++ b/typo3/sysext/core/Classes/DependencyInjection/Cache/ContainerBackend.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection\Cache; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/ConsoleCommandPass.php b/typo3/sysext/core/Classes/DependencyInjection/ConsoleCommandPass.php index 75351ddbe75fbe57905b0938359a71c835ad2d43..e4d7136dc77e81ef2d5e9650bdfaf9f10c6e0186 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/ConsoleCommandPass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/ConsoleCommandPass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/ContainerBuilder.php b/typo3/sysext/core/Classes/DependencyInjection/ContainerBuilder.php index 2cabda533ab2e91fa92ca7501a466a386888fc15..b6986e733f7c3de6cd8072ac727d8c9539d6028f 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/ContainerBuilder.php +++ b/typo3/sysext/core/Classes/DependencyInjection/ContainerBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/ContainerException.php b/typo3/sysext/core/Classes/DependencyInjection/ContainerException.php index a7b77747d0591d4ef5cd7dd4ad47da566fdec415..c3d1513be2a5135ae6fb420b1801f74e23794e1c 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/ContainerException.php +++ b/typo3/sysext/core/Classes/DependencyInjection/ContainerException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/EnvVarProcessor.php b/typo3/sysext/core/Classes/DependencyInjection/EnvVarProcessor.php index b70bcb4ee725d19c2bf1cd203099d0cfac181375..6f6369fe3a41f9db270b79d17f7c524c3f3bca5c 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/EnvVarProcessor.php +++ b/typo3/sysext/core/Classes/DependencyInjection/EnvVarProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/FailsafeContainer.php b/typo3/sysext/core/Classes/DependencyInjection/FailsafeContainer.php index 20eda817b2514d74361e4afaf4a8f7cfd5c429bf..910e16d1f0814ef5c5ac5226ef72cd2440df18c3 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/FailsafeContainer.php +++ b/typo3/sysext/core/Classes/DependencyInjection/FailsafeContainer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/ListenerProviderPass.php b/typo3/sysext/core/Classes/DependencyInjection/ListenerProviderPass.php index 4303da269ac8fb9fddbdfcf637250dc393b0dab3..5e11a5fb45b7443575e98c50eba23a30af16aa06 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/ListenerProviderPass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/ListenerProviderPass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/LoggerAwarePass.php b/typo3/sysext/core/Classes/DependencyInjection/LoggerAwarePass.php index 0aae824b528b6ee2818c701697b40c78cd48d802..e9b82bc0953ef68162cab437d66ea296b35fb8d6 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/LoggerAwarePass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/LoggerAwarePass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/NotFoundException.php b/typo3/sysext/core/Classes/DependencyInjection/NotFoundException.php index 0145bce0eb966aa322cb14195687f042db19fcf3..6229fcd4ba0bdedbb40bdf6597adeaa268467d83 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/NotFoundException.php +++ b/typo3/sysext/core/Classes/DependencyInjection/NotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/PublicServicePass.php b/typo3/sysext/core/Classes/DependencyInjection/PublicServicePass.php index a71ac69ad5ce59d9dcf6483d9f489ee8836f8c3c..6573e90554a961c98dc8abebce248b86bec32c35 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/PublicServicePass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/PublicServicePass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderCompilationPass.php b/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderCompilationPass.php index 116e4b346c522681074b2fde4a1309c80626e9ee..465b741a217a6373991abfa1fdda09a5ffe8b477 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderCompilationPass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderCompilationPass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderRegistry.php b/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderRegistry.php index 25202ca8a075c7209ad2e29364f8a28603f0fc36..ae17fa314a687cb9b8fc3c57acf11084ebfd4d11 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderRegistry.php +++ b/typo3/sysext/core/Classes/DependencyInjection/ServiceProviderRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/DependencyInjection/SingletonPass.php b/typo3/sysext/core/Classes/DependencyInjection/SingletonPass.php index cedf4dac915f301171c8762dd2d0424770c2fa9a..b70396ed88033c0a5f74bcab26a85c628a0fd295 100644 --- a/typo3/sysext/core/Classes/DependencyInjection/SingletonPass.php +++ b/typo3/sysext/core/Classes/DependencyInjection/SingletonPass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\DependencyInjection; /* diff --git a/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php b/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php index 19ad2a49d2871b7a2d3e1c5f5256a0d65d0d14eb..8787239647139633d97951fbeb53b9ab9c692ed1 100644 --- a/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php +++ b/typo3/sysext/core/Classes/Error/DebugExceptionHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error; /* diff --git a/typo3/sysext/core/Classes/Error/Http/ShortcutTargetPageNotFoundException.php b/typo3/sysext/core/Classes/Error/Http/ShortcutTargetPageNotFoundException.php index e26713e7632cf9918c1b67a193fd6d8e9d8b4cfc..ceaa7cc0ea3f5baf5548a384f5058939c854a370 100644 --- a/typo3/sysext/core/Classes/Error/Http/ShortcutTargetPageNotFoundException.php +++ b/typo3/sysext/core/Classes/Error/Http/ShortcutTargetPageNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error\Http; /* diff --git a/typo3/sysext/core/Classes/Error/PageErrorHandler/FluidPageErrorHandler.php b/typo3/sysext/core/Classes/Error/PageErrorHandler/FluidPageErrorHandler.php index 0477bc2685b15dd9c7594f484a2f154283754036..8a53c8157b370eeb14418b3ee721ae5c2587d4a1 100644 --- a/typo3/sysext/core/Classes/Error/PageErrorHandler/FluidPageErrorHandler.php +++ b/typo3/sysext/core/Classes/Error/PageErrorHandler/FluidPageErrorHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error\PageErrorHandler; diff --git a/typo3/sysext/core/Classes/Error/PageErrorHandler/InvalidPageErrorHandlerException.php b/typo3/sysext/core/Classes/Error/PageErrorHandler/InvalidPageErrorHandlerException.php index 2e2cb66d6071e3b4c64be224227c14bf884028e0..157152fece1ef558844fcfc0cfd9cf45b2ed3eb8 100644 --- a/typo3/sysext/core/Classes/Error/PageErrorHandler/InvalidPageErrorHandlerException.php +++ b/typo3/sysext/core/Classes/Error/PageErrorHandler/InvalidPageErrorHandlerException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error\PageErrorHandler; diff --git a/typo3/sysext/core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php b/typo3/sysext/core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php index b2160da64a76bf237889efc401947a8eff14a8ee..67338cfa0acebd665aaee7afac15a657f3e2d203 100644 --- a/typo3/sysext/core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php +++ b/typo3/sysext/core/Classes/Error/PageErrorHandler/PageContentErrorHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error\PageErrorHandler; diff --git a/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerInterface.php b/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerInterface.php index 29baa6b22758a3acc281cc6cf3280d484bc10cef..f2c7319df6b1f33ff0a5c200cc57c79779b1c1b5 100644 --- a/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerInterface.php +++ b/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error\PageErrorHandler; diff --git a/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerNotConfiguredException.php b/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerNotConfiguredException.php index 0df788a635448ec7762ffc2f952b05eeee939281..1e9ce56495932f0d34928797e87b4edb63f54e40 100644 --- a/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerNotConfiguredException.php +++ b/typo3/sysext/core/Classes/Error/PageErrorHandler/PageErrorHandlerNotConfiguredException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Error\PageErrorHandler; diff --git a/typo3/sysext/core/Classes/EventDispatcher/EventDispatcher.php b/typo3/sysext/core/Classes/EventDispatcher/EventDispatcher.php index 427ab398f129018ac0f28cca0950dcb100179101..4842fac4b655060af61703cbe73124d66d20e92d 100644 --- a/typo3/sysext/core/Classes/EventDispatcher/EventDispatcher.php +++ b/typo3/sysext/core/Classes/EventDispatcher/EventDispatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\EventDispatcher; diff --git a/typo3/sysext/core/Classes/EventDispatcher/ListenerProvider.php b/typo3/sysext/core/Classes/EventDispatcher/ListenerProvider.php index c21b51fd5829340ff15852e0600b232a16b07a58..f2feba6fbf0e58fa5ea3cc371317e8a61d648cca 100644 --- a/typo3/sysext/core/Classes/EventDispatcher/ListenerProvider.php +++ b/typo3/sysext/core/Classes/EventDispatcher/ListenerProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\EventDispatcher; diff --git a/typo3/sysext/core/Classes/Exception/Archive/ExtractException.php b/typo3/sysext/core/Classes/Exception/Archive/ExtractException.php index 8febbea3d88f38c2eeda7555f67b47630a258deb..cdab44ef31e1e54a97ba82ba388466eb7593c414 100644 --- a/typo3/sysext/core/Classes/Exception/Archive/ExtractException.php +++ b/typo3/sysext/core/Classes/Exception/Archive/ExtractException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Archive; /* diff --git a/typo3/sysext/core/Classes/Exception/MissingTsfeException.php b/typo3/sysext/core/Classes/Exception/MissingTsfeException.php index ea9d4b6e19b86f05862c0d067a6f7ba36f1cbff4..e465d347b16e49e2e16703ef94d41e473158be6b 100644 --- a/typo3/sysext/core/Classes/Exception/MissingTsfeException.php +++ b/typo3/sysext/core/Classes/Exception/MissingTsfeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception; diff --git a/typo3/sysext/core/Classes/Exception/Page/BrokenRootLineException.php b/typo3/sysext/core/Classes/Exception/Page/BrokenRootLineException.php index 260a3cea7d06c1100e1880d003f0197e29ed82b9..ed4dcb55258d044d720085f8c7e62330677651db 100644 --- a/typo3/sysext/core/Classes/Exception/Page/BrokenRootLineException.php +++ b/typo3/sysext/core/Classes/Exception/Page/BrokenRootLineException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/Page/CircularRootLineException.php b/typo3/sysext/core/Classes/Exception/Page/CircularRootLineException.php index afdc546236c411d7740621754ee9122d5ed908e4..626bedf98dc300b05600627548522e70901f924a 100644 --- a/typo3/sysext/core/Classes/Exception/Page/CircularRootLineException.php +++ b/typo3/sysext/core/Classes/Exception/Page/CircularRootLineException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/Page/MountPointException.php b/typo3/sysext/core/Classes/Exception/Page/MountPointException.php index 7913d99dce08be84ecaf2cc644604993be812b65..5ce8afce7dd6fea075ee91ff0d68f81ec8ae167e 100644 --- a/typo3/sysext/core/Classes/Exception/Page/MountPointException.php +++ b/typo3/sysext/core/Classes/Exception/Page/MountPointException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/Page/MountPointsDisabledException.php b/typo3/sysext/core/Classes/Exception/Page/MountPointsDisabledException.php index 3faad95721e26b0a81c110063c277f33f1ddea00..49ee5974fa62fcfc2a728ea6849a2b0c10bc842a 100644 --- a/typo3/sysext/core/Classes/Exception/Page/MountPointsDisabledException.php +++ b/typo3/sysext/core/Classes/Exception/Page/MountPointsDisabledException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/Page/PageNotFoundException.php b/typo3/sysext/core/Classes/Exception/Page/PageNotFoundException.php index 92194311ec4158efd7d94edb891369349efab42b..9568f674c3ab33511818f7ce2f5db853a78871b1 100644 --- a/typo3/sysext/core/Classes/Exception/Page/PageNotFoundException.php +++ b/typo3/sysext/core/Classes/Exception/Page/PageNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/Page/PagePropertyRelationNotFoundException.php b/typo3/sysext/core/Classes/Exception/Page/PagePropertyRelationNotFoundException.php index 53578a06e8bee5f6b3b68b2b560abef0f91f96b2..eb3d70359b93d330ff7497686e3f24ebe198832e 100644 --- a/typo3/sysext/core/Classes/Exception/Page/PagePropertyRelationNotFoundException.php +++ b/typo3/sysext/core/Classes/Exception/Page/PagePropertyRelationNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/Page/RootLineException.php b/typo3/sysext/core/Classes/Exception/Page/RootLineException.php index 512b36b6d60529584e8596077bac2f40e21e6cd2..956d7f6a2673a56b2fdeaf977d22f4c9673c465d 100644 --- a/typo3/sysext/core/Classes/Exception/Page/RootLineException.php +++ b/typo3/sysext/core/Classes/Exception/Page/RootLineException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception\Page; diff --git a/typo3/sysext/core/Classes/Exception/SiteNotFoundException.php b/typo3/sysext/core/Classes/Exception/SiteNotFoundException.php index 42ae05205cf66412f7de69ea97016f9e7cd7566d..421082e3a870aa66e0c36995a6646116e474a54b 100644 --- a/typo3/sysext/core/Classes/Exception/SiteNotFoundException.php +++ b/typo3/sysext/core/Classes/Exception/SiteNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Exception; diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/AbstractProvider.php b/typo3/sysext/core/Classes/ExpressionLanguage/AbstractProvider.php index f63558891d8fb432a2e9c881f3154622d02d2c91..79d43e850fab4020c4ea4046493e395b8e9c19d9 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/AbstractProvider.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/AbstractProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/DefaultProvider.php b/typo3/sysext/core/Classes/ExpressionLanguage/DefaultProvider.php index 149fcb562524c1b3190d1a96b07592e9cb04c76e..a61bfa25b6f65d7c7a1428115a344b7787d4714e 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/DefaultProvider.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/DefaultProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/DefaultFunctionsProvider.php b/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/DefaultFunctionsProvider.php index 7664643732d4f179e84ef162bd4decc5de85876b..7e13dd90af68ac681c631672d6dda135ac047bde 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/DefaultFunctionsProvider.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/DefaultFunctionsProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage\FunctionsProvider; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/Typo3ConditionFunctionsProvider.php b/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/Typo3ConditionFunctionsProvider.php index 44fcf2c4c125ee9d57d723af8aea45e978375cb4..f6b51892e94bf9266e0ffb3a9f042a4cdec0f91d 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/Typo3ConditionFunctionsProvider.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/FunctionsProvider/Typo3ConditionFunctionsProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage\FunctionsProvider; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/ProviderConfigurationLoader.php b/typo3/sysext/core/Classes/ExpressionLanguage/ProviderConfigurationLoader.php index cb39456b91004381cb4d2dee4e90b96742e96126..12cfbd5a78f695decb53936853c59f9b0d20f41d 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/ProviderConfigurationLoader.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/ProviderConfigurationLoader.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/ProviderInterface.php b/typo3/sysext/core/Classes/ExpressionLanguage/ProviderInterface.php index 4438b43fe945fcbf1b5d4b5dff0fee2453c47e37..0b75a9b57da62097aed371404e0ad80ca336b367 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/ProviderInterface.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/ProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/RequestWrapper.php b/typo3/sysext/core/Classes/ExpressionLanguage/RequestWrapper.php index a0fdfa742f8e340f9cea8d1b0ccf57055232abc5..44ccd05f0aa3dca270c82018590045a673bc2e02 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/RequestWrapper.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/RequestWrapper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/Resolver.php b/typo3/sysext/core/Classes/ExpressionLanguage/Resolver.php index 013463dd4ef73a93c6239396e62b7f1130e7dd55..934695dcda3bb52947ecb5bd4579812fa891553b 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/Resolver.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/Resolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; /* diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/SiteConditionProvider.php b/typo3/sysext/core/Classes/ExpressionLanguage/SiteConditionProvider.php index eae688173006dcb18833caa691d39d0bbbaf39b3..f54e6cef2ac4f75bca07c2151de9a6e6ce13766d 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/SiteConditionProvider.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/SiteConditionProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; diff --git a/typo3/sysext/core/Classes/ExpressionLanguage/TypoScriptConditionProvider.php b/typo3/sysext/core/Classes/ExpressionLanguage/TypoScriptConditionProvider.php index 9df771e7bdde220484f8b184afb033dd42a49078..df11a561266e7c580f5e0a11d9e7753f9bf5bd6e 100644 --- a/typo3/sysext/core/Classes/ExpressionLanguage/TypoScriptConditionProvider.php +++ b/typo3/sysext/core/Classes/ExpressionLanguage/TypoScriptConditionProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ExpressionLanguage; diff --git a/typo3/sysext/core/Classes/Hooks/BackendUserPasswordCheck.php b/typo3/sysext/core/Classes/Hooks/BackendUserPasswordCheck.php index 5758724e3ff283121421d0e7bdf3ebaf2a86d740..e34a3bbf5e23ecb718a6f1038384c0f6af5dd5f5 100644 --- a/typo3/sysext/core/Classes/Hooks/BackendUserPasswordCheck.php +++ b/typo3/sysext/core/Classes/Hooks/BackendUserPasswordCheck.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Hooks; diff --git a/typo3/sysext/core/Classes/Hooks/CreateSiteConfiguration.php b/typo3/sysext/core/Classes/Hooks/CreateSiteConfiguration.php index bce72f13fcaa93ee035f6146c827a17b3c1bc339..b78f1b8a7f671f8d1f16598d4d0e6855f901cd36 100644 --- a/typo3/sysext/core/Classes/Hooks/CreateSiteConfiguration.php +++ b/typo3/sysext/core/Classes/Hooks/CreateSiteConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Hooks; /* diff --git a/typo3/sysext/core/Classes/Hooks/DestroySessionHook.php b/typo3/sysext/core/Classes/Hooks/DestroySessionHook.php index 61d8f9280c1e214d80995c0fbfa0485b992c7b48..603cc8ed9733e87cd326b6bc51bdcab03144f299 100644 --- a/typo3/sysext/core/Classes/Hooks/DestroySessionHook.php +++ b/typo3/sysext/core/Classes/Hooks/DestroySessionHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Hooks; diff --git a/typo3/sysext/core/Classes/Hooks/PagesTsConfigGuard.php b/typo3/sysext/core/Classes/Hooks/PagesTsConfigGuard.php index 4d3b2a0fdc44836eb4d3cdaa1301b1dd6a0a05eb..8b3ad7ceeeff8af155da7b96551dbafedbaa7adc 100644 --- a/typo3/sysext/core/Classes/Hooks/PagesTsConfigGuard.php +++ b/typo3/sysext/core/Classes/Hooks/PagesTsConfigGuard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Hooks; /* diff --git a/typo3/sysext/core/Classes/Hooks/TcaDisplayConditions.php b/typo3/sysext/core/Classes/Hooks/TcaDisplayConditions.php index f9cb8d911be536119c96580738d955deb5b93207..e70bee2822ecd136d8fb423df64668a609d02da9 100644 --- a/typo3/sysext/core/Classes/Hooks/TcaDisplayConditions.php +++ b/typo3/sysext/core/Classes/Hooks/TcaDisplayConditions.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Hooks; diff --git a/typo3/sysext/core/Classes/Html/Event/BrokenLinkAnalysisEvent.php b/typo3/sysext/core/Classes/Html/Event/BrokenLinkAnalysisEvent.php index 9c4512f17ec84fd47f415aa4eb3b065e408b8590..29a9e46702d21a908c69c9bcfe66a47b06df4fcb 100644 --- a/typo3/sysext/core/Classes/Html/Event/BrokenLinkAnalysisEvent.php +++ b/typo3/sysext/core/Classes/Html/Event/BrokenLinkAnalysisEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Html\Event; /* diff --git a/typo3/sysext/core/Classes/Http/AbstractApplication.php b/typo3/sysext/core/Classes/Http/AbstractApplication.php index 7bdf18ff2395e3a2472bb64c5141f6aaf00f7e7e..5bb1a32fd3b0cbbbe7fadeab811c658b8fbf510c 100644 --- a/typo3/sysext/core/Classes/Http/AbstractApplication.php +++ b/typo3/sysext/core/Classes/Http/AbstractApplication.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/Client.php b/typo3/sysext/core/Classes/Http/Client.php index 1ade6f884fe227d9f263863b1372155bfa3d26f9..ca806e40f541465ea957d6d9f0af352fdb4293bd 100644 --- a/typo3/sysext/core/Classes/Http/Client.php +++ b/typo3/sysext/core/Classes/Http/Client.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/Client/ClientException.php b/typo3/sysext/core/Classes/Http/Client/ClientException.php index 49abec13b22e6f86ea9a105d6391d9278527c284..ae9ae1577616f70b2a18e9728bffc44b4566d3db 100644 --- a/typo3/sysext/core/Classes/Http/Client/ClientException.php +++ b/typo3/sysext/core/Classes/Http/Client/ClientException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http\Client; diff --git a/typo3/sysext/core/Classes/Http/Client/GuzzleClientFactory.php b/typo3/sysext/core/Classes/Http/Client/GuzzleClientFactory.php index 47ca6a94ba37a228dcf1779918df868671f660d2..711195584c3a3224708f5d5b67939af98ffe621d 100644 --- a/typo3/sysext/core/Classes/Http/Client/GuzzleClientFactory.php +++ b/typo3/sysext/core/Classes/Http/Client/GuzzleClientFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http\Client; /* diff --git a/typo3/sysext/core/Classes/Http/Client/NetworkException.php b/typo3/sysext/core/Classes/Http/Client/NetworkException.php index b3a593b590db0584fa5b56ad8ae571073f4b2f20..3f4b850c8ae0513230b0ac8c93525e2484585094 100644 --- a/typo3/sysext/core/Classes/Http/Client/NetworkException.php +++ b/typo3/sysext/core/Classes/Http/Client/NetworkException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http\Client; diff --git a/typo3/sysext/core/Classes/Http/Client/RequestException.php b/typo3/sysext/core/Classes/Http/Client/RequestException.php index 20e524f56677849773d58c32a5393dea3ff02687..c97a38f4aada027197b75b8703acfccae1b5e12d 100644 --- a/typo3/sysext/core/Classes/Http/Client/RequestException.php +++ b/typo3/sysext/core/Classes/Http/Client/RequestException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http\Client; diff --git a/typo3/sysext/core/Classes/Http/CookieHeaderTrait.php b/typo3/sysext/core/Classes/Http/CookieHeaderTrait.php index 5432a4578d167901eb4f44b7186ec412c88d5ebb..1c78b2ca8f88176b157187b67ee98aab27dbf0de 100644 --- a/typo3/sysext/core/Classes/Http/CookieHeaderTrait.php +++ b/typo3/sysext/core/Classes/Http/CookieHeaderTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/DispatcherInterface.php b/typo3/sysext/core/Classes/Http/DispatcherInterface.php index 49ed6810158ee5b087c5146bb3c460cae528e46c..9e7e3c83480fd329b643b4203412113644669992 100644 --- a/typo3/sysext/core/Classes/Http/DispatcherInterface.php +++ b/typo3/sysext/core/Classes/Http/DispatcherInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/FalDumpFileContentsDecoratorStream.php b/typo3/sysext/core/Classes/Http/FalDumpFileContentsDecoratorStream.php index 8e0c5483da24189782de852927be98d249344b63..458b61a35debc31b7106052e4944cdc8db58fca8 100644 --- a/typo3/sysext/core/Classes/Http/FalDumpFileContentsDecoratorStream.php +++ b/typo3/sysext/core/Classes/Http/FalDumpFileContentsDecoratorStream.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; diff --git a/typo3/sysext/core/Classes/Http/ImmediateResponseException.php b/typo3/sysext/core/Classes/Http/ImmediateResponseException.php index e9c471190ace88f65882eaf626ecab3095a85995..50a9d10889c3677d762aff7f2d297a95fcf7058d 100644 --- a/typo3/sysext/core/Classes/Http/ImmediateResponseException.php +++ b/typo3/sysext/core/Classes/Http/ImmediateResponseException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; diff --git a/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php b/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php index ee949c8130d8d0c6fe6626f0efbbf52173a66f11..b783da820c872a9aff7e7a088cefe7ed132c8024 100644 --- a/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php +++ b/typo3/sysext/core/Classes/Http/MiddlewareDispatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/MiddlewareStackResolver.php b/typo3/sysext/core/Classes/Http/MiddlewareStackResolver.php index d3a574461a39fa070a8cacc8fb368bbeb195624e..c642bee9a820ba428276cfdaec2ee8bd688c5003 100644 --- a/typo3/sysext/core/Classes/Http/MiddlewareStackResolver.php +++ b/typo3/sysext/core/Classes/Http/MiddlewareStackResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/NormalizedParams.php b/typo3/sysext/core/Classes/Http/NormalizedParams.php index 53a43fd9732689f89d1fa3d4b0a83579840c09ea..39104aab0821ea55ecd966dbd8a1d3c8dbac22a4 100644 --- a/typo3/sysext/core/Classes/Http/NormalizedParams.php +++ b/typo3/sysext/core/Classes/Http/NormalizedParams.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/NullResponse.php b/typo3/sysext/core/Classes/Http/NullResponse.php index 4bba7e4c30e27a085d1582ac9552e508ca6733ce..1daa46344c736a9bcc1100e76c6ccc8e83b75a1f 100644 --- a/typo3/sysext/core/Classes/Http/NullResponse.php +++ b/typo3/sysext/core/Classes/Http/NullResponse.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/RequestFactory.php b/typo3/sysext/core/Classes/Http/RequestFactory.php index 13717695e3778a52ca6c2d5b4c6ebf4fa9281dec..1b44d6180658471f3a9ac841090c2cecc3dd045e 100644 --- a/typo3/sysext/core/Classes/Http/RequestFactory.php +++ b/typo3/sysext/core/Classes/Http/RequestFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/ResponseFactory.php b/typo3/sysext/core/Classes/Http/ResponseFactory.php index d44dff012cf4c8d98f838369ee118d7fd34611cf..bd79e063e0c99035b7f51daefac943f44647d381 100644 --- a/typo3/sysext/core/Classes/Http/ResponseFactory.php +++ b/typo3/sysext/core/Classes/Http/ResponseFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/SelfEmittableLazyOpenStream.php b/typo3/sysext/core/Classes/Http/SelfEmittableLazyOpenStream.php index 6542e62dd2a4844eedfe6509a134cdecf3beeb1d..420995729ae787338be44299ccc17d38baaaeb07 100644 --- a/typo3/sysext/core/Classes/Http/SelfEmittableLazyOpenStream.php +++ b/typo3/sysext/core/Classes/Http/SelfEmittableLazyOpenStream.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; diff --git a/typo3/sysext/core/Classes/Http/SelfEmittableStreamInterface.php b/typo3/sysext/core/Classes/Http/SelfEmittableStreamInterface.php index b1c41542e8436c83889b8f723071317142a4d143..3620cb69f16a4c54abb4470e66a01ddd3f6022d0 100644 --- a/typo3/sysext/core/Classes/Http/SelfEmittableStreamInterface.php +++ b/typo3/sysext/core/Classes/Http/SelfEmittableStreamInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; diff --git a/typo3/sysext/core/Classes/Http/ServerRequestFactory.php b/typo3/sysext/core/Classes/Http/ServerRequestFactory.php index fad8732f0649442a3c94f8056d1e1484ae121b03..4fac0640f3290e268372edc2cea22907ea695d4d 100644 --- a/typo3/sysext/core/Classes/Http/ServerRequestFactory.php +++ b/typo3/sysext/core/Classes/Http/ServerRequestFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/StreamFactory.php b/typo3/sysext/core/Classes/Http/StreamFactory.php index 6528801e71a64158b300500be9e02eab2e57dca5..0df68f55727a310eba1538b16ac66319c4406d36 100644 --- a/typo3/sysext/core/Classes/Http/StreamFactory.php +++ b/typo3/sysext/core/Classes/Http/StreamFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/UploadedFileFactory.php b/typo3/sysext/core/Classes/Http/UploadedFileFactory.php index 5cf3ee9841764469b0e8264848714e86fa7c8b56..5699c946bd00a7712c487172fbe44f017212be71 100644 --- a/typo3/sysext/core/Classes/Http/UploadedFileFactory.php +++ b/typo3/sysext/core/Classes/Http/UploadedFileFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/Http/UriFactory.php b/typo3/sysext/core/Classes/Http/UriFactory.php index b327f626c39e3516d9bf63c68d1a896f4848992b..a36591dbace4c3d8cd7cc96ca8d6797fabb3be11 100644 --- a/typo3/sysext/core/Classes/Http/UriFactory.php +++ b/typo3/sysext/core/Classes/Http/UriFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Http; /* diff --git a/typo3/sysext/core/Classes/IO/PharStreamWrapperInterceptor.php b/typo3/sysext/core/Classes/IO/PharStreamWrapperInterceptor.php index 23ba827453e31673f1cf48b9c37a2f338a0b4447..81cf6e48c5121b1381d593feb70dfe1abf68c715 100644 --- a/typo3/sysext/core/Classes/IO/PharStreamWrapperInterceptor.php +++ b/typo3/sysext/core/Classes/IO/PharStreamWrapperInterceptor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\IO; /* diff --git a/typo3/sysext/core/Classes/Imaging/Event/ModifyIconForResourcePropertiesEvent.php b/typo3/sysext/core/Classes/Imaging/Event/ModifyIconForResourcePropertiesEvent.php index d7696611ccd13d6e9520811f9e5bf0246ce8aa34..1bb7d3bc2da7ef2489e32581ebff8a83c6cccf2f 100644 --- a/typo3/sysext/core/Classes/Imaging/Event/ModifyIconForResourcePropertiesEvent.php +++ b/typo3/sysext/core/Classes/Imaging/Event/ModifyIconForResourcePropertiesEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging\Event; diff --git a/typo3/sysext/core/Classes/Imaging/ImageMagickFile.php b/typo3/sysext/core/Classes/Imaging/ImageMagickFile.php index 2a53d76e9546aa1a0674bd3b3f2fa500b3bb0696..c927f89409b074920f2e0c71f721b5f3107bc374 100644 --- a/typo3/sysext/core/Classes/Imaging/ImageMagickFile.php +++ b/typo3/sysext/core/Classes/Imaging/ImageMagickFile.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging; /* diff --git a/typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php b/typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php index 6203182023e336a4b131c833a3d87ac3b8abb61f..df6e16cb9efd0fa6ce01fcc06e027aa20547970b 100644 --- a/typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php +++ b/typo3/sysext/core/Classes/Imaging/ImageManipulation/Area.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariant.php b/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariant.php index 03be56617ed5ed9adb078845663c95228a2b1579..ea04f4f19f19c0beab2bd9d70d7fa1bc3ded7ba1 100644 --- a/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariant.php +++ b/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariant.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariantCollection.php b/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariantCollection.php index c7a364f229d065052e3854164d46f6b22d41ce4a..df645c63e4045f43956c06e8c36d8c420a01bb9d 100644 --- a/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariantCollection.php +++ b/typo3/sysext/core/Classes/Imaging/ImageManipulation/CropVariantCollection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Classes/Imaging/ImageManipulation/InvalidConfigurationException.php b/typo3/sysext/core/Classes/Imaging/ImageManipulation/InvalidConfigurationException.php index d2ad30dcc5f22d5bbbe4dad9e1eabd7692662bdc..ea382130ff8a61b913a6e766bc36f776b3ed789e 100644 --- a/typo3/sysext/core/Classes/Imaging/ImageManipulation/InvalidConfigurationException.php +++ b/typo3/sysext/core/Classes/Imaging/ImageManipulation/InvalidConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Classes/Imaging/ImageManipulation/Ratio.php b/typo3/sysext/core/Classes/Imaging/ImageManipulation/Ratio.php index 70c92bd13f871160c7b195c34a39bd0f17bb8da2..45e05a291f5045a9ecbfeaf7d9fbeb69b3b0c8f3 100644 --- a/typo3/sysext/core/Classes/Imaging/ImageManipulation/Ratio.php +++ b/typo3/sysext/core/Classes/Imaging/ImageManipulation/Ratio.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Classes/Information/Typo3Information.php b/typo3/sysext/core/Classes/Information/Typo3Information.php index 39e3282ecc9ce693165c0cac0de69f57038e27f7..c4f300e61f475714de70656e888a13579cdf9766 100644 --- a/typo3/sysext/core/Classes/Information/Typo3Information.php +++ b/typo3/sysext/core/Classes/Information/Typo3Information.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Information; /* diff --git a/typo3/sysext/core/Classes/Information/Typo3Version.php b/typo3/sysext/core/Classes/Information/Typo3Version.php index 59ab25e667df246163e5dc8ecb8f03735033bdd8..d8fe8ee69ad26640c42d035700eb550401552d35 100644 --- a/typo3/sysext/core/Classes/Information/Typo3Version.php +++ b/typo3/sysext/core/Classes/Information/Typo3Version.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Information; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php index adb93c920921ee71c5348aced8dd97f3d604b6dc..e01fdc8a39540f7b97aa33aa26b1a0107508fd5b 100644 --- a/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php index d5099a75157816ba63a954d4eda40f5f0387ba6f..c74ddedb92e8db950681a3b46f2c4b8cce235677 100644 --- a/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php index ca3b38fdaa72188b22740ca6dec147c9031afacf..9b24d26029594a1b68d4b5e0bd40727ab3ac58e5 100644 --- a/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php b/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php index 51e520617aef8700865b03841c7093fd857407d6..3f207d3f2549ff432fc8f9348cc286b51743d8b6 100644 --- a/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php +++ b/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/LinkHandlingInterface.php b/typo3/sysext/core/Classes/LinkHandling/LinkHandlingInterface.php index c1904d536a11b16aa2298c3d2d93033fa554ee6c..6002c846d8ade99263810a1b05beaf8d944f380e 100644 --- a/typo3/sysext/core/Classes/LinkHandling/LinkHandlingInterface.php +++ b/typo3/sysext/core/Classes/LinkHandling/LinkHandlingInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/LinkService.php b/typo3/sysext/core/Classes/LinkHandling/LinkService.php index 1439f324bc12473884f62a9807e06f83fe89b5f5..439195d6899cf6790d94e4bb886008ae3e735cc0 100644 --- a/typo3/sysext/core/Classes/LinkHandling/LinkService.php +++ b/typo3/sysext/core/Classes/LinkHandling/LinkService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php index 90192d139caa6d1c28c6d298b90aa7c92be2b1f3..83a626b0dc144fff0ce97419f73f2ef890c5d251 100644 --- a/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/RecordLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/RecordLinkHandler.php index a7de249c13f93a0d3f291e16c45fcb3379873f44..76b225d45f55d3742f2bbb28a0d4cfb046c36c26 100644 --- a/typo3/sysext/core/Classes/LinkHandling/RecordLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/RecordLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php index 698c87576dbf7de2aaeffbe64b72d20ced2b5417..83b7de7a638a14d29aa080129fcb0801481f7b96 100644 --- a/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\LinkHandling; /* diff --git a/typo3/sysext/core/Classes/Mail/DelayedTransportInterface.php b/typo3/sysext/core/Classes/Mail/DelayedTransportInterface.php index fb188454ff46508f3eb5973c40b87d8a0db8306f..d997625eb7788ba0bbe021f71dcdbad9541bb252 100644 --- a/typo3/sysext/core/Classes/Mail/DelayedTransportInterface.php +++ b/typo3/sysext/core/Classes/Mail/DelayedTransportInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Mail; /* diff --git a/typo3/sysext/core/Classes/Mail/Event/AfterMailerInitializationEvent.php b/typo3/sysext/core/Classes/Mail/Event/AfterMailerInitializationEvent.php index 3fe3b348f3b5c0cfbb09779433f7abfe78cafff2..16ed1e8bda6a80b7051ff783699a651a6adc8bac 100644 --- a/typo3/sysext/core/Classes/Mail/Event/AfterMailerInitializationEvent.php +++ b/typo3/sysext/core/Classes/Mail/Event/AfterMailerInitializationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Mail\Event; diff --git a/typo3/sysext/core/Classes/Mail/FileSpool.php b/typo3/sysext/core/Classes/Mail/FileSpool.php index c842640cdc474d28c6a8a11c49594717117bc072..68b569b197adf8ca03f554472c316c59d0458eb7 100644 --- a/typo3/sysext/core/Classes/Mail/FileSpool.php +++ b/typo3/sysext/core/Classes/Mail/FileSpool.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Mail; diff --git a/typo3/sysext/core/Classes/Mail/FluidEmail.php b/typo3/sysext/core/Classes/Mail/FluidEmail.php index 0ec223ad34bff8188aafb3107d54425f1a6e55bc..ac9fd12329b87c7f8a37f8ddbae6b69fe123770b 100644 --- a/typo3/sysext/core/Classes/Mail/FluidEmail.php +++ b/typo3/sysext/core/Classes/Mail/FluidEmail.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Mail; /* diff --git a/typo3/sysext/core/Classes/Mail/MemorySpool.php b/typo3/sysext/core/Classes/Mail/MemorySpool.php index 867e36caf36e04eb126abec2a285f7092fb5eabc..b677047fb06f50386f9c591911a29679c564bd9d 100644 --- a/typo3/sysext/core/Classes/Mail/MemorySpool.php +++ b/typo3/sysext/core/Classes/Mail/MemorySpool.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Mail; /* diff --git a/typo3/sysext/core/Classes/Mail/TransportFactory.php b/typo3/sysext/core/Classes/Mail/TransportFactory.php index 77a9c6deff99a27112e4ad6afb12efea0364a79d..31ce32c57ab47a8e4e2de25c1a7a44a3b6bb8f27 100644 --- a/typo3/sysext/core/Classes/Mail/TransportFactory.php +++ b/typo3/sysext/core/Classes/Mail/TransportFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Mail; /* diff --git a/typo3/sysext/core/Classes/Messaging/AbstractMessage.php b/typo3/sysext/core/Classes/Messaging/AbstractMessage.php index 5a114f773117839dfa9059821a2a14514e5b38e8..1f099b5e18eed8ff59ccade3e30b5b58c94653b0 100644 --- a/typo3/sysext/core/Classes/Messaging/AbstractMessage.php +++ b/typo3/sysext/core/Classes/Messaging/AbstractMessage.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging; /* diff --git a/typo3/sysext/core/Classes/Messaging/FlashMessage.php b/typo3/sysext/core/Classes/Messaging/FlashMessage.php index 206b7f497591ca8d82cb6dd7cd13355dcc0a13d5..b750a947ae3a73cbc9cf44a5fe34614ad8cec9aa 100644 --- a/typo3/sysext/core/Classes/Messaging/FlashMessage.php +++ b/typo3/sysext/core/Classes/Messaging/FlashMessage.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging; /* diff --git a/typo3/sysext/core/Classes/Messaging/FlashMessageRendererResolver.php b/typo3/sysext/core/Classes/Messaging/FlashMessageRendererResolver.php index e3b9897ba50a2a0859b1574cbe3867cbf4015420..cec59a7438c8af80778e2fea4be948aad9d6696e 100644 --- a/typo3/sysext/core/Classes/Messaging/FlashMessageRendererResolver.php +++ b/typo3/sysext/core/Classes/Messaging/FlashMessageRendererResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging; /* diff --git a/typo3/sysext/core/Classes/Messaging/FlashMessageService.php b/typo3/sysext/core/Classes/Messaging/FlashMessageService.php index e18880fca6bac701f8805ee555262bb40a65c1a5..c68c0daf06bd2c0eb2997c9e1e4c8e7431703a12 100644 --- a/typo3/sysext/core/Classes/Messaging/FlashMessageService.php +++ b/typo3/sysext/core/Classes/Messaging/FlashMessageService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging; /* diff --git a/typo3/sysext/core/Classes/Messaging/Renderer/BootstrapRenderer.php b/typo3/sysext/core/Classes/Messaging/Renderer/BootstrapRenderer.php index d0166f9785794ccda0e93541015da5a24f2cd9ba..b3901aab420582aaf46c69613c323071043cbbfc 100644 --- a/typo3/sysext/core/Classes/Messaging/Renderer/BootstrapRenderer.php +++ b/typo3/sysext/core/Classes/Messaging/Renderer/BootstrapRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging\Renderer; /* diff --git a/typo3/sysext/core/Classes/Messaging/Renderer/FlashMessageRendererInterface.php b/typo3/sysext/core/Classes/Messaging/Renderer/FlashMessageRendererInterface.php index 2eb73cb7def78a14c6375d33831a62c93dc07e8f..43db6bc3a4246ab074e878320bf2e97ddc124a5a 100644 --- a/typo3/sysext/core/Classes/Messaging/Renderer/FlashMessageRendererInterface.php +++ b/typo3/sysext/core/Classes/Messaging/Renderer/FlashMessageRendererInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging\Renderer; /* diff --git a/typo3/sysext/core/Classes/Messaging/Renderer/ListRenderer.php b/typo3/sysext/core/Classes/Messaging/Renderer/ListRenderer.php index 319c25276d3ff96b2b64a4433c95496e981ddc77..96fe964281530947040d712596652c5b67b7d734 100644 --- a/typo3/sysext/core/Classes/Messaging/Renderer/ListRenderer.php +++ b/typo3/sysext/core/Classes/Messaging/Renderer/ListRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging\Renderer; /* diff --git a/typo3/sysext/core/Classes/Messaging/Renderer/PlaintextRenderer.php b/typo3/sysext/core/Classes/Messaging/Renderer/PlaintextRenderer.php index f55eb2e2c398f3644941af5c24e57b2e7689dd9e..fa1f44340d2272a70a1e33f4bbbb857e81fec864 100644 --- a/typo3/sysext/core/Classes/Messaging/Renderer/PlaintextRenderer.php +++ b/typo3/sysext/core/Classes/Messaging/Renderer/PlaintextRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Messaging\Renderer; /* diff --git a/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php b/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php index 422c9712a644b3f60fc30556fcdab6d4aceacbc6..73a39d6955117dfe5bf0bff537fb05db65385ee3 100644 --- a/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php +++ b/typo3/sysext/core/Classes/MetaTag/AbstractMetaTagManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\MetaTag; diff --git a/typo3/sysext/core/Classes/MetaTag/EdgeMetaTagManager.php b/typo3/sysext/core/Classes/MetaTag/EdgeMetaTagManager.php index 95695902f68a305b150976c5fdd5caea58391fff..6d1d3008f2bb82876e408528774d0b15fa0cf2f8 100644 --- a/typo3/sysext/core/Classes/MetaTag/EdgeMetaTagManager.php +++ b/typo3/sysext/core/Classes/MetaTag/EdgeMetaTagManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\MetaTag; diff --git a/typo3/sysext/core/Classes/MetaTag/GenericMetaTagManager.php b/typo3/sysext/core/Classes/MetaTag/GenericMetaTagManager.php index b724befcdb89037ac10cc58d5a22fd1234cd8655..f430d5cde0315145d164468c0cd00ba687447e97 100644 --- a/typo3/sysext/core/Classes/MetaTag/GenericMetaTagManager.php +++ b/typo3/sysext/core/Classes/MetaTag/GenericMetaTagManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\MetaTag; diff --git a/typo3/sysext/core/Classes/MetaTag/Html5MetaTagManager.php b/typo3/sysext/core/Classes/MetaTag/Html5MetaTagManager.php index c558ac1ff819d046e1b1649e95b753e2b18d2704..363116ca7dcd809f7592ad2b02eb29fbb42bbfb8 100644 --- a/typo3/sysext/core/Classes/MetaTag/Html5MetaTagManager.php +++ b/typo3/sysext/core/Classes/MetaTag/Html5MetaTagManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\MetaTag; diff --git a/typo3/sysext/core/Classes/MetaTag/MetaTagManagerInterface.php b/typo3/sysext/core/Classes/MetaTag/MetaTagManagerInterface.php index c84c5ce626c2836b33b3cbdd4830c663a35f0955..d2a05123f83474abaff1f87e19bda7d43f0f05cd 100644 --- a/typo3/sysext/core/Classes/MetaTag/MetaTagManagerInterface.php +++ b/typo3/sysext/core/Classes/MetaTag/MetaTagManagerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\MetaTag; diff --git a/typo3/sysext/core/Classes/MetaTag/MetaTagManagerRegistry.php b/typo3/sysext/core/Classes/MetaTag/MetaTagManagerRegistry.php index 8f7c67aaa1a42d20478a9c5b5940ce7eae8ca155..beb942e298ecba41ec31f06c83ea9ab9d96a1fde 100644 --- a/typo3/sysext/core/Classes/MetaTag/MetaTagManagerRegistry.php +++ b/typo3/sysext/core/Classes/MetaTag/MetaTagManagerRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\MetaTag; diff --git a/typo3/sysext/core/Classes/Middleware/BackendUserAuthenticator.php b/typo3/sysext/core/Classes/Middleware/BackendUserAuthenticator.php index fbd1a0321aa2db2ecefb369b197a552ec6235c3c..46c5f3d6f40c446fb7b2243fa9a7347bed5d65e3 100644 --- a/typo3/sysext/core/Classes/Middleware/BackendUserAuthenticator.php +++ b/typo3/sysext/core/Classes/Middleware/BackendUserAuthenticator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Middleware; /* diff --git a/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php b/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php index 64b586ae0532afe4d4c76cd987d71f9c7f5f7dcf..d5ede1f413b4aa04827f7633a2d843a10f83211a 100644 --- a/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php +++ b/typo3/sysext/core/Classes/Middleware/NormalizedParamsAttribute.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Middleware; /* diff --git a/typo3/sysext/core/Classes/Migrations/TcaMigration.php b/typo3/sysext/core/Classes/Migrations/TcaMigration.php index 33bcbd15f79f820de743c1cc30943c1742abda2a..1c89e4b8ab9dfaad83f0aab7da11a467d4cc778c 100644 --- a/typo3/sysext/core/Classes/Migrations/TcaMigration.php +++ b/typo3/sysext/core/Classes/Migrations/TcaMigration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Migrations; /* diff --git a/typo3/sysext/core/Classes/Package/AbstractServiceProvider.php b/typo3/sysext/core/Classes/Package/AbstractServiceProvider.php index 8932beaead6da718547421a7eebc6313c66ae7fd..5a61c2be3170fafed15193aa92ef3a3165d55327 100644 --- a/typo3/sysext/core/Classes/Package/AbstractServiceProvider.php +++ b/typo3/sysext/core/Classes/Package/AbstractServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Package; /* diff --git a/typo3/sysext/core/Classes/Package/Event/AfterPackageActivationEvent.php b/typo3/sysext/core/Classes/Package/Event/AfterPackageActivationEvent.php index 03cffa94ede979d52f2726bdafef4d9fd35e91b5..a6b1ed050e037c72f12bef4c4f05a1bc37f2046d 100644 --- a/typo3/sysext/core/Classes/Package/Event/AfterPackageActivationEvent.php +++ b/typo3/sysext/core/Classes/Package/Event/AfterPackageActivationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Package\Event; /* diff --git a/typo3/sysext/core/Classes/Package/Event/AfterPackageDeactivationEvent.php b/typo3/sysext/core/Classes/Package/Event/AfterPackageDeactivationEvent.php index fb95d64f009a8a1bdc41b6c0722d71fb3fb63c67..c493416c121cad489431ee6aaa3e38741bd486e9 100644 --- a/typo3/sysext/core/Classes/Package/Event/AfterPackageDeactivationEvent.php +++ b/typo3/sysext/core/Classes/Package/Event/AfterPackageDeactivationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Package\Event; /* diff --git a/typo3/sysext/core/Classes/Package/Event/BeforePackageActivationEvent.php b/typo3/sysext/core/Classes/Package/Event/BeforePackageActivationEvent.php index fccff637e1f4f17a3616fd37fc00dc75be97fc75..9db6f2792a26da347ea2b3c19e4cd99cd9cf6a3e 100644 --- a/typo3/sysext/core/Classes/Package/Event/BeforePackageActivationEvent.php +++ b/typo3/sysext/core/Classes/Package/Event/BeforePackageActivationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Package\Event; /* diff --git a/typo3/sysext/core/Classes/Package/Event/PackagesMayHaveChangedEvent.php b/typo3/sysext/core/Classes/Package/Event/PackagesMayHaveChangedEvent.php index fd404bfedd3e061f55e03797f0227c64b7786e2b..e8b171780ed0ba80891b30012441bf47978655c9 100644 --- a/typo3/sysext/core/Classes/Package/Event/PackagesMayHaveChangedEvent.php +++ b/typo3/sysext/core/Classes/Package/Event/PackagesMayHaveChangedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Package\Event; /* diff --git a/typo3/sysext/core/Classes/Package/PseudoServiceProvider.php b/typo3/sysext/core/Classes/Package/PseudoServiceProvider.php index 63edcab477b17bb6cee94797a092d9bc0b5331bd..587686b409b1cab61d9e4a7e61b928ca352e169e 100644 --- a/typo3/sysext/core/Classes/Package/PseudoServiceProvider.php +++ b/typo3/sysext/core/Classes/Package/PseudoServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Package; /* diff --git a/typo3/sysext/core/Classes/Page/AssetCollector.php b/typo3/sysext/core/Classes/Page/AssetCollector.php index 2ffc17be67826ee2d182a193693144b727dfdd65..d25556147dca6a246a50298e9fdf1e02983ff416 100644 --- a/typo3/sysext/core/Classes/Page/AssetCollector.php +++ b/typo3/sysext/core/Classes/Page/AssetCollector.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Page; /* diff --git a/typo3/sysext/core/Classes/Page/AssetRenderer.php b/typo3/sysext/core/Classes/Page/AssetRenderer.php index 2d1c73c694d4693e0e621f215bb7b0173a57170a..ec34ca207d97c78bf14450f9002eb938d7163b67 100644 --- a/typo3/sysext/core/Classes/Page/AssetRenderer.php +++ b/typo3/sysext/core/Classes/Page/AssetRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Page; /* diff --git a/typo3/sysext/core/Classes/PageTitle/AbstractPageTitleProvider.php b/typo3/sysext/core/Classes/PageTitle/AbstractPageTitleProvider.php index 41664fa883824e6ff26819af267a529a49f1ae05..96ac598386b86d163c2a5201d915833955c0edf9 100644 --- a/typo3/sysext/core/Classes/PageTitle/AbstractPageTitleProvider.php +++ b/typo3/sysext/core/Classes/PageTitle/AbstractPageTitleProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\PageTitle; diff --git a/typo3/sysext/core/Classes/PageTitle/PageTitleProviderInterface.php b/typo3/sysext/core/Classes/PageTitle/PageTitleProviderInterface.php index 732505fa6ef31ae7ce8931e2f1a62fde077b50c7..e5c7fbab79818dda6cd5931b2f8b1cbae2e8e04e 100644 --- a/typo3/sysext/core/Classes/PageTitle/PageTitleProviderInterface.php +++ b/typo3/sysext/core/Classes/PageTitle/PageTitleProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\PageTitle; diff --git a/typo3/sysext/core/Classes/PageTitle/PageTitleProviderManager.php b/typo3/sysext/core/Classes/PageTitle/PageTitleProviderManager.php index 46de0b4cb001a86c2c9e906ab12c3de17923c33d..c88b36b0711ca1a0649c859b5dca91358b1c105a 100644 --- a/typo3/sysext/core/Classes/PageTitle/PageTitleProviderManager.php +++ b/typo3/sysext/core/Classes/PageTitle/PageTitleProviderManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\PageTitle; diff --git a/typo3/sysext/core/Classes/PageTitle/RecordPageTitleProvider.php b/typo3/sysext/core/Classes/PageTitle/RecordPageTitleProvider.php index 67fcba92343ec607ef77a7fbba53d8f5f4186b72..e71cd47c32d703a45b3924cade5da51aa5f64ba6 100644 --- a/typo3/sysext/core/Classes/PageTitle/RecordPageTitleProvider.php +++ b/typo3/sysext/core/Classes/PageTitle/RecordPageTitleProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\PageTitle; diff --git a/typo3/sysext/core/Classes/Pagination/AbstractPaginator.php b/typo3/sysext/core/Classes/Pagination/AbstractPaginator.php index 692564c5df6ef56f1906fcf0952e4e9e587d98ec..b1db65cf4c915b0e00e66acfcb0a9474cc7ff082 100644 --- a/typo3/sysext/core/Classes/Pagination/AbstractPaginator.php +++ b/typo3/sysext/core/Classes/Pagination/AbstractPaginator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Pagination; diff --git a/typo3/sysext/core/Classes/Pagination/ArrayPaginator.php b/typo3/sysext/core/Classes/Pagination/ArrayPaginator.php index 7af9a81726d7cf8e9fc1b106e87237421f249d67..f4dd888584795b0106acaaf23e5b2168a02ae08a 100644 --- a/typo3/sysext/core/Classes/Pagination/ArrayPaginator.php +++ b/typo3/sysext/core/Classes/Pagination/ArrayPaginator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Pagination; diff --git a/typo3/sysext/core/Classes/Pagination/PaginationInterface.php b/typo3/sysext/core/Classes/Pagination/PaginationInterface.php index e5ff7f2bd90d57f71ed6d2bcd6187f023572af74..223086b9c76d317f8042161f7bbb0be579b5ce8a 100644 --- a/typo3/sysext/core/Classes/Pagination/PaginationInterface.php +++ b/typo3/sysext/core/Classes/Pagination/PaginationInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Pagination; diff --git a/typo3/sysext/core/Classes/Pagination/PaginatorInterface.php b/typo3/sysext/core/Classes/Pagination/PaginatorInterface.php index af0c4149daf462b68d9cb092b646fc9f5761d00d..9e106cfc5d2141b9217994c8fc04a15c6d80be1c 100644 --- a/typo3/sysext/core/Classes/Pagination/PaginatorInterface.php +++ b/typo3/sysext/core/Classes/Pagination/PaginatorInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Pagination; diff --git a/typo3/sysext/core/Classes/Pagination/SimplePagination.php b/typo3/sysext/core/Classes/Pagination/SimplePagination.php index d5af26ca39733883842bdbef0fba8e776d4e339e..f80ff954948402fe83af5119f9554df5fe456560 100644 --- a/typo3/sysext/core/Classes/Pagination/SimplePagination.php +++ b/typo3/sysext/core/Classes/Pagination/SimplePagination.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Pagination; diff --git a/typo3/sysext/core/Classes/Preparations/TcaPreparation.php b/typo3/sysext/core/Classes/Preparations/TcaPreparation.php index 3c29ead46a70cc0147b8f79fad429cdd3fc87799..9f1aa3b82f7f0737d1ac36911eb9d260c67a9811 100644 --- a/typo3/sysext/core/Classes/Preparations/TcaPreparation.php +++ b/typo3/sysext/core/Classes/Preparations/TcaPreparation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Preparations; /* diff --git a/typo3/sysext/core/Classes/Resource/Driver/StreamableDriverInterface.php b/typo3/sysext/core/Classes/Resource/Driver/StreamableDriverInterface.php index 3506a4290ebfc435c129dfa20672b73d92523135..03d82a8b472b5e3eeb86ae845c0ee7a0bd208870 100644 --- a/typo3/sysext/core/Classes/Resource/Driver/StreamableDriverInterface.php +++ b/typo3/sysext/core/Classes/Resource/Driver/StreamableDriverInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Driver; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedEvent.php index c5abc57bc1214df0cf740d05adc9cb07c0b13454..386c6bd434441be6c7d36d6917f28f1b2a230cfc 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedToIndexEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedToIndexEvent.php index 9efa5b7368e21b268add8461c2c735d450d2e6b7..7b58a96f3d4f0ab21b47db013f48010597669383 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedToIndexEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileAddedToIndexEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileContentsSetEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileContentsSetEvent.php index 3da3cc3788a3ea7fa143d703236be505be93f8b8..76d59b18374066e768db401b95b02c4051274915 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileContentsSetEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileContentsSetEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileCopiedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileCopiedEvent.php index 9c348aa18203c7765dae9296499b2ff1fda7035e..676c36cd538907b82c4b3dcdc8caf0f4861b0dc3 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileCopiedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileCopiedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileCreatedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileCreatedEvent.php index 73acc36b34b10dc25b4e49bebcb169e692d98dbc..be53112677a1ffb98b2b05d4762a2555463f0b7f 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileCreatedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileCreatedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileDeletedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileDeletedEvent.php index e26f4e28b70079039e4ef528c0cb5f1b78f48125..834276f0fe76c9b32fe5085ded4135600ba732eb 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileDeletedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileDeletedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileMarkedAsMissingEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileMarkedAsMissingEvent.php index bf6f13da63cc3f66f0cb2cb12ada94eb1a0b3f4c..26235a2825058a6425ef8eaf5f5dfda8fab113fd 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileMarkedAsMissingEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileMarkedAsMissingEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataCreatedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataCreatedEvent.php index ef5b1071ed9edc68930f3183224255f1308c9483..2f49eb7708d1d7a355f825d58d35bc0616600b54 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataCreatedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataCreatedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataDeletedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataDeletedEvent.php index e48b5074ded6c8e1edc59ec1e282dcfcc7104e23..30cac085ec4b15fc9a3dc952721bcf05c5487207 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataDeletedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataDeletedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataUpdatedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataUpdatedEvent.php index 2508b5c02a53bde498be0b4b78ef8b62efa88fd6..98a550a7828cc2d3b426be36d4999cab7db4f514 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataUpdatedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileMetaDataUpdatedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileMovedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileMovedEvent.php index c6eda1fbaa77a650128dec47126842aef0e210b9..cfaf5a758637e197744bd4b47d945e7026ad09f1 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileMovedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileMovedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileProcessingEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileProcessingEvent.php index 8184587737456081954b610a0ad58af972c8cdea..ed53421dc4b6d143bbe1eac15dc997a83c9bf9a5 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileProcessingEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileProcessingEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileRemovedFromIndexEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileRemovedFromIndexEvent.php index b7ab56704b4da807c8524b8020ec6e90ee331198..31eec02eb7d4be9defd004fe9fb4b7c16176525e 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileRemovedFromIndexEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileRemovedFromIndexEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileRenamedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileRenamedEvent.php index 86dcea6ec183e2c387903127bb69b69bede73aab..9ed86e3cda63ad858366dc43e8ce241b1262bb32 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileRenamedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileRenamedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileReplacedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileReplacedEvent.php index eeeb59268ed28d39a9a75dfc664025351403a3e2..df48a7f565fb390dedd8a9b7d656c05838699639 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileReplacedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileReplacedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFileUpdatedInIndexEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFileUpdatedInIndexEvent.php index 5c7cffb6569742eca439f8cd3eab9f0840e95deb..a5595b784efe7b4c0f96d6e46f2db3fb88acf032 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFileUpdatedInIndexEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFileUpdatedInIndexEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFolderAddedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFolderAddedEvent.php index f80d637eff855c975e68c8c190b7b87311e53708..19c4392657794218bc06b656b7ac3f409c0445a1 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFolderAddedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFolderAddedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFolderCopiedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFolderCopiedEvent.php index 0f41b514d6c2edc97709f765cb28a7d9bd5ca33c..d38d98d90adbe7e495d68573bc6593f9957c3945 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFolderCopiedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFolderCopiedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFolderDeletedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFolderDeletedEvent.php index 12ee2e2dad977eb8c0c6ab3913bfea832fd204dd..7ff0eae5865f551e7c63c81c068cba56c7eec487 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFolderDeletedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFolderDeletedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFolderMovedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFolderMovedEvent.php index 066647d9bafac9cbf3bfbe12e74e26e2db2d718b..8f73f3ed53b59b0ab16795520d348f833ce45a3d 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFolderMovedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFolderMovedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterFolderRenamedEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterFolderRenamedEvent.php index 54b870d27c3527f901a855798093a34118e24473..00aa25df6e6c6b2cbaaed6e04fb5899e9770e191 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterFolderRenamedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterFolderRenamedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/AfterResourceStorageInitializationEvent.php b/typo3/sysext/core/Classes/Resource/Event/AfterResourceStorageInitializationEvent.php index 95377bfddb74b54edb58ca49c8d8402dc8f1efca..0a5a1cb06b04341534e73e3be22b7e584ac9530f 100644 --- a/typo3/sysext/core/Classes/Resource/Event/AfterResourceStorageInitializationEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/AfterResourceStorageInitializationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileAddedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileAddedEvent.php index 4b5a41bba908ccc739e5d7507fdf5370556ae715..992953104b5edb527818c7a677d463611b11e56c 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileAddedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileAddedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileContentsSetEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileContentsSetEvent.php index b744d450ec437830668f8cb0d43ae72eeab18bc3..a91596aa215ae55040e4b07e177b555649637cef 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileContentsSetEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileContentsSetEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileCopiedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileCopiedEvent.php index e0ffa26a34cffcac5b1d2561e48938c56d08d946..14b481b800b87bb125e12fdf5ce8321835706162 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileCopiedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileCopiedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileCreatedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileCreatedEvent.php index 8fcfaf1a5bf198fee2a041d25864ede2f2a0ff31..511d11937a899b1ee87033679d82817d01250f21 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileCreatedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileCreatedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileDeletedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileDeletedEvent.php index 1b9beb6f14318fc12081075e7e62135899188776..a7344e451c460bcc07c33bc4b62bf469a945bf4a 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileDeletedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileDeletedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileMovedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileMovedEvent.php index 9f789a6bcf879eb3830fe0e48d9a29424497e51c..d2a2868480fd7c67d381a8c1b57f1957dabfcd77 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileMovedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileMovedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileProcessingEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileProcessingEvent.php index 9ac7960227968d52731b2dc06df3ef01f0a5f70f..56d84edbc7ccc7d18cf1738fbd1c384adaae50ff 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileProcessingEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileProcessingEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileRenamedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileRenamedEvent.php index f2ecf0563ebcb51333a140fcbc3adbff531d4a0e..13c4d554b2cc3fdef8d483b56c651c57e160e118 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileRenamedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileRenamedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFileReplacedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFileReplacedEvent.php index 4dfec0fbaf4771c16deed47652f4dd5e5ef3c78b..ebdb7135ed1ef2ad4d98975e583613079f768ee8 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFileReplacedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFileReplacedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderAddedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderAddedEvent.php index 693d7c12884147ecfed78b208c77eea2c0abca40..5214c6bf659094cd71b5b797e38689e41aa38100 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderAddedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderAddedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderCopiedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderCopiedEvent.php index dee4e9c81cf9317ebea0076c4839b6476e512b52..4a5e220e81102ad7e0839a96232b2c188473a887 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderCopiedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderCopiedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderDeletedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderDeletedEvent.php index b78ff50429f914105284eb095f4169aaece05b62..0713e431771ab24e257d63d66ecc1a98f729631a 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderDeletedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderDeletedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderMovedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderMovedEvent.php index 191ad9be3cab253c5e16de9fd4b03fa32ce044b3..a9d24f1405384d99966c4797e3c0b01542a45fcb 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderMovedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderMovedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderRenamedEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderRenamedEvent.php index ec2278ca0dbe8e92846dc1439b2acc6b700e1568..9fabde3abfc10f8974d3ca2f064062433d9dcdb3 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeFolderRenamedEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeFolderRenamedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/BeforeResourceStorageInitializationEvent.php b/typo3/sysext/core/Classes/Resource/Event/BeforeResourceStorageInitializationEvent.php index d2e67001d36afdd0ffbb4fc87882861cc048a86e..3e72a41d005f97baa6e9aea96fe8aee254e6b67f 100644 --- a/typo3/sysext/core/Classes/Resource/Event/BeforeResourceStorageInitializationEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/BeforeResourceStorageInitializationEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/EnrichFileMetaDataEvent.php b/typo3/sysext/core/Classes/Resource/Event/EnrichFileMetaDataEvent.php index cdcf34d2508cead92f04c625b826359cce542022..d25019e13d9599ac205ce15da21e6f1babfb7347 100644 --- a/typo3/sysext/core/Classes/Resource/Event/EnrichFileMetaDataEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/EnrichFileMetaDataEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/GeneratePublicUrlForResourceEvent.php b/typo3/sysext/core/Classes/Resource/Event/GeneratePublicUrlForResourceEvent.php index 3e0899a2fe94231e4a643a04a953c2287bab783f..8cd4e9e915cfbd2055d799efd284607d418330cc 100644 --- a/typo3/sysext/core/Classes/Resource/Event/GeneratePublicUrlForResourceEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/GeneratePublicUrlForResourceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Event/SanitizeFileNameEvent.php b/typo3/sysext/core/Classes/Resource/Event/SanitizeFileNameEvent.php index 4b0b209f8d041a6ac68ed3d09329f7a0118af84f..53b6c6033db2eca0783f969fa1e2828177b40f25 100644 --- a/typo3/sysext/core/Classes/Resource/Event/SanitizeFileNameEvent.php +++ b/typo3/sysext/core/Classes/Resource/Event/SanitizeFileNameEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Event; diff --git a/typo3/sysext/core/Classes/Resource/Exception/InvalidHashException.php b/typo3/sysext/core/Classes/Resource/Exception/InvalidHashException.php index 62271d1fdc064f50b6c1ceec672436937614a5ef..753e61e0b767df63fa4dc2be5d3e906c84f9fa65 100644 --- a/typo3/sysext/core/Classes/Resource/Exception/InvalidHashException.php +++ b/typo3/sysext/core/Classes/Resource/Exception/InvalidHashException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Exception; /* diff --git a/typo3/sysext/core/Classes/Resource/MetaDataAspect.php b/typo3/sysext/core/Classes/Resource/MetaDataAspect.php index 45baeeaf2c14d0ea555d8fac56af5fbbc1936fff..ffd9ef103c57d04a2ee0f78cf3ae293caddbc02d 100644 --- a/typo3/sysext/core/Classes/Resource/MetaDataAspect.php +++ b/typo3/sysext/core/Classes/Resource/MetaDataAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource; diff --git a/typo3/sysext/core/Classes/Resource/Processing/ProcessorRegistry.php b/typo3/sysext/core/Classes/Resource/Processing/ProcessorRegistry.php index 61ba70e42abff1950955ebdd2565114621ba23b1..7fe76c8d2bc010e915f6c39d11b5c5a35e0a29a5 100644 --- a/typo3/sysext/core/Classes/Resource/Processing/ProcessorRegistry.php +++ b/typo3/sysext/core/Classes/Resource/Processing/ProcessorRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Processing; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/FileSearchDemand.php b/typo3/sysext/core/Classes/Resource/Search/FileSearchDemand.php index 625a7fa9ae8d72437e639cbf81de33397c73ef84..34df7651672aecae055beb99d4c826f021336a7d 100644 --- a/typo3/sysext/core/Classes/Resource/Search/FileSearchDemand.php +++ b/typo3/sysext/core/Classes/Resource/Search/FileSearchDemand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/FileSearchQuery.php b/typo3/sysext/core/Classes/Resource/Search/FileSearchQuery.php index 3de665d968a820ef6ea7c81be933b06cc55174f2..6b4bf6ca8fdb8dc31fc1a39a63be9c90d6d459f1 100644 --- a/typo3/sysext/core/Classes/Resource/Search/FileSearchQuery.php +++ b/typo3/sysext/core/Classes/Resource/Search/FileSearchQuery.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/ConsistencyRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/ConsistencyRestriction.php index ed7d9b8c4128b796a62409ffbf578a6d844b2820..995e24f33f10bf53b7ea5066b7426882caa6eb41 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/ConsistencyRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/ConsistencyRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderHashesRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderHashesRestriction.php index bc0c153768e2e174460db86d1fd0c40840ae673e..b2c49372a200baa0d7236d9454d6c64614549711 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderHashesRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderHashesRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderIdentifierRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderIdentifierRestriction.php index f340f78c86d5f4e0e785b0d84afca692845db8ce..d46da22bbb5c9449906a7be67241301b62a7f30a 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderIdentifierRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderIdentifierRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderMountsRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderMountsRestriction.php index dd8dd0961768f449e13796abc4bfc0e9d3fb0664..9892ae136c75a81f2ab7c816e97946e866919b42 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderMountsRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderMountsRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderRestriction.php index 8817478d39d50cbcb3cfbe8b5319b8bb33f23ff4..97e90f904872dc486b061a6819ceb6335db64316 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/FolderRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/SearchTermRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/SearchTermRestriction.php index cf0b7fe3f843ae5e36f76cc7728cf6f588f8f372..69e8c3b717bd5319a6cc6debd5aa091164b11740 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/SearchTermRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/SearchTermRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/StorageRestriction.php b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/StorageRestriction.php index 22abd991952309f4193cf316bfe7e98d81fb4033..261afa9f2b72737ff0bf0de639aa74b9c58057d1 100644 --- a/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/StorageRestriction.php +++ b/typo3/sysext/core/Classes/Resource/Search/QueryRestrictions/StorageRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\QueryRestrictions; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/Result/DriverFilteredSearchResult.php b/typo3/sysext/core/Classes/Resource/Search/Result/DriverFilteredSearchResult.php index e530f090d883361a6274cda123112575df1e6f69..625291ec64426a4fbc60e69ed88d0a5170118c58 100644 --- a/typo3/sysext/core/Classes/Resource/Search/Result/DriverFilteredSearchResult.php +++ b/typo3/sysext/core/Classes/Resource/Search/Result/DriverFilteredSearchResult.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\Result; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/Result/EmptyFileSearchResult.php b/typo3/sysext/core/Classes/Resource/Search/Result/EmptyFileSearchResult.php index ece3da14086a3fe634db140d3b8f9d48a1260f89..ef787494f7c4c0b0c172ed8046b58276b4a64548 100644 --- a/typo3/sysext/core/Classes/Resource/Search/Result/EmptyFileSearchResult.php +++ b/typo3/sysext/core/Classes/Resource/Search/Result/EmptyFileSearchResult.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\Result; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResult.php b/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResult.php index 76b4d7bffa81349cf4300e7d6e7b9aa241d1bfe4..6df63e507e80b8500595236a7fad97be500f8479 100644 --- a/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResult.php +++ b/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResult.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\Result; /* diff --git a/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResultInterface.php b/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResultInterface.php index cba003fa990bc8fa3e0e3301efdd259e168db82d..db86c4e591093e4e2f0250bf7cd1e4b92b3fa6d3 100644 --- a/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResultInterface.php +++ b/typo3/sysext/core/Classes/Resource/Search/Result/FileSearchResultInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Search\Result; /* diff --git a/typo3/sysext/core/Classes/Resource/Security/FileNameValidator.php b/typo3/sysext/core/Classes/Resource/Security/FileNameValidator.php index 7e5bf308385615571c3505cf3c3451abfae81e20..846a41d5c5467995cb9389cbc0c749b45b3f7cc2 100644 --- a/typo3/sysext/core/Classes/Resource/Security/FileNameValidator.php +++ b/typo3/sysext/core/Classes/Resource/Security/FileNameValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Security; /* diff --git a/typo3/sysext/core/Classes/Resource/Service/ExtractorService.php b/typo3/sysext/core/Classes/Resource/Service/ExtractorService.php index e13c997ca23b29e9f0fd9f389f7fd98be30cdc30..183ebd7555d59f0ee7e26faecc591076d5ddca69 100644 --- a/typo3/sysext/core/Classes/Resource/Service/ExtractorService.php +++ b/typo3/sysext/core/Classes/Resource/Service/ExtractorService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Resource\Service; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/AspectFactory.php b/typo3/sysext/core/Classes/Routing/Aspect/AspectFactory.php index e7b1038bf6d30cced125f89ff36fede239185902..a3583ac0c7b56b967feabf1fc435dcc89d7db37f 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/AspectFactory.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/AspectFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/AspectInterface.php b/typo3/sysext/core/Classes/Routing/Aspect/AspectInterface.php index 6c67ce4f1378af5464bbd5afb6d87ecf61be4a8c..580cebb2c181f4b3043e93b483878bc91a2f6254 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/AspectInterface.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/AspectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/AspectTrait.php b/typo3/sysext/core/Classes/Routing/Aspect/AspectTrait.php index 1bb44e14b6b1a6d9e164735c348e2e961a92486b..d8c1c7441c120c1d63c81282210119d0058c4328 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/AspectTrait.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/AspectTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; /* diff --git a/typo3/sysext/core/Classes/Routing/Aspect/DelegateInterface.php b/typo3/sysext/core/Classes/Routing/Aspect/DelegateInterface.php index 27eb7feac533e83f1e4dc507cd535ddf98258b4f..3aba0e883269001aaa1e2066101a95b1d3e7e9df 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/DelegateInterface.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/DelegateInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/LocaleModifier.php b/typo3/sysext/core/Classes/Routing/Aspect/LocaleModifier.php index 9d64fbfe40c7acc1f8d0851d0cac1fe056d5356d..c80a0da461a572f5d06e476413562cd6436b7be3 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/LocaleModifier.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/LocaleModifier.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/MappableAspectInterface.php b/typo3/sysext/core/Classes/Routing/Aspect/MappableAspectInterface.php index 034287e18ccc6ae26ddee0386394c2443f33330b..6aa59f8b12174ba1fcf063d65fc95d3639e78b62 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/MappableAspectInterface.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/MappableAspectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php b/typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php index fb2dd92434ccc3955cf3ad2d156f8c2646138f97..dd0991c943a7e2b634b99c063d501de4757300e8 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/MappableProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/ModifiableAspectInterface.php b/typo3/sysext/core/Classes/Routing/Aspect/ModifiableAspectInterface.php index 7ccc9e72145a7fbccff2f4953219e5f6fc56c4a3..24c51fdc864f74fdb051bb3d9158203c5c71c949 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/ModifiableAspectInterface.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/ModifiableAspectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php b/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php index d88a9ad967ec14d4097fd96e5f43797acdd80331..d459f8a430dde0cfe397e3d824b9ae9b864a4c49 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/PersistedAliasMapper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/PersistedMappableAspectInterface.php b/typo3/sysext/core/Classes/Routing/Aspect/PersistedMappableAspectInterface.php index e61866601751bec99ac32baa236f21799e0b7a1b..86758c17a37dfd2394dad83d252f3d2a60c38823 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/PersistedMappableAspectInterface.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/PersistedMappableAspectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/PersistedPatternMapper.php b/typo3/sysext/core/Classes/Routing/Aspect/PersistedPatternMapper.php index 200c12d0a4a29390adfa73e593755a4561bce291..77e7f455ec56f1d3bad4903fc748ef69f4d00498 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/PersistedPatternMapper.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/PersistedPatternMapper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/PersistenceDelegate.php b/typo3/sysext/core/Classes/Routing/Aspect/PersistenceDelegate.php index b31b9a75e07279777a40ce0900f3ea9d019409ad..c7b71871d3adc0381b08cc50cae0f45742c85155 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/PersistenceDelegate.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/PersistenceDelegate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/SiteAccessorTrait.php b/typo3/sysext/core/Classes/Routing/Aspect/SiteAccessorTrait.php index d5737733322ba5f571db5f29fa266ecfc0f04b57..6e723dfbb1f569aa7a1dd806c74ec8714c40d4a7 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/SiteAccessorTrait.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/SiteAccessorTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/SiteLanguageAccessorTrait.php b/typo3/sysext/core/Classes/Routing/Aspect/SiteLanguageAccessorTrait.php index afe3111b3376732f098fadf9f1cdc94d6e8a1eef..08e91beb86e9d6231b03422191ea8ba010c5f15b 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/SiteLanguageAccessorTrait.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/SiteLanguageAccessorTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/StaticMappableAspectInterface.php b/typo3/sysext/core/Classes/Routing/Aspect/StaticMappableAspectInterface.php index 65317e7aa50c7ff961a9a5385b3930f1e43f5a78..4bde9291699cf3b2b5251f3aefc804a798650027 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/StaticMappableAspectInterface.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/StaticMappableAspectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/StaticRangeMapper.php b/typo3/sysext/core/Classes/Routing/Aspect/StaticRangeMapper.php index bb83251f583fa9bda2f27d0fc77c584ae6d90861..e39240d547d10fbaef7572b9e6542d2dca6ec5c2 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/StaticRangeMapper.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/StaticRangeMapper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Aspect/StaticValueMapper.php b/typo3/sysext/core/Classes/Routing/Aspect/StaticValueMapper.php index 2c96dd68672e5b7ce8f89d24f1f4edec84fab2b7..e08e7f2c865f0bee450ccc465e73baee657a66a3 100644 --- a/typo3/sysext/core/Classes/Routing/Aspect/StaticValueMapper.php +++ b/typo3/sysext/core/Classes/Routing/Aspect/StaticValueMapper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Aspect; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/AbstractEnhancer.php b/typo3/sysext/core/Classes/Routing/Enhancer/AbstractEnhancer.php index 00b3256d23e1b0c63d1b5c8921907d83198c54bf..398dfeaf2f47921cb7454729f8b8f02f092279b0 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/AbstractEnhancer.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/AbstractEnhancer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/DecoratingEnhancerInterface.php b/typo3/sysext/core/Classes/Routing/Enhancer/DecoratingEnhancerInterface.php index bece1f47b0c68db585df872fbeb3342c4e49499c..df6bdaa36fc13ee97c0abf587de74b1e7a2aabc2 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/DecoratingEnhancerInterface.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/DecoratingEnhancerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerFactory.php b/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerFactory.php index 3905da8c9e58bd53c532eb5aa90b7a3b5006f919..b9cb0e63f93f581923d876b3102f76daefd95692 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerFactory.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerInterface.php b/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerInterface.php index 5679b455dff0f72034742e42dcfde142f65e3d77..cee253dbcd4198100ff3b575f9e6ec6f2b3645a7 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerInterface.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/EnhancerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/InflatableEnhancerInterface.php b/typo3/sysext/core/Classes/Routing/Enhancer/InflatableEnhancerInterface.php index ff9253310ff1e6971f5375cbbc664e6ab369f91f..ad99cf0cb45dcf0f814bc21400b478c6c7630741 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/InflatableEnhancerInterface.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/InflatableEnhancerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/PageTypeDecorator.php b/typo3/sysext/core/Classes/Routing/Enhancer/PageTypeDecorator.php index a51857379ff05add8cff5499e4d8b108c8773586..fb5487d2bf00899d87c3f271a5a8f92dc9c40125 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/PageTypeDecorator.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/PageTypeDecorator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php b/typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php index 56423097d88456ae8ec2997ae26cc3d598a2136f..376736116defbd129f8e145a0760b6c8ed240cc4 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/PluginEnhancer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/ResultingInterface.php b/typo3/sysext/core/Classes/Routing/Enhancer/ResultingInterface.php index c2c073ee6675dbbc30f4e360ed90fb25ab8233e8..32f55d2daa3f307fafc8c7a64118b7da39dd3423 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/ResultingInterface.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/ResultingInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/RoutingEnhancerInterface.php b/typo3/sysext/core/Classes/Routing/Enhancer/RoutingEnhancerInterface.php index 13a5a66e3ac3115b5c2d0ced8c0a9c49d60269f8..cc098e7b1eb812e52beba007989c41206bb83a75 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/RoutingEnhancerInterface.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/RoutingEnhancerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/SimpleEnhancer.php b/typo3/sysext/core/Classes/Routing/Enhancer/SimpleEnhancer.php index a6474f260121ddbde9f1480b299385f44f00d0b0..1a0012412c4a902f5227ece79f60de2f3a279a64 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/SimpleEnhancer.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/SimpleEnhancer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php b/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php index 9cf3a94f8bf30e39e8cd26d3b1082a17cfd7b165..17261be32b2a18d6fceb470d622119001970e2c4 100644 --- a/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php +++ b/typo3/sysext/core/Classes/Routing/Enhancer/VariableProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Enhancer; diff --git a/typo3/sysext/core/Classes/Routing/InvalidRouteArgumentsException.php b/typo3/sysext/core/Classes/Routing/InvalidRouteArgumentsException.php index d5250ddfe6cfcc37feee05a0553c33714cc1aa99..14767b18cbe6f16fdf6a1f300a88bfb442f2daa3 100644 --- a/typo3/sysext/core/Classes/Routing/InvalidRouteArgumentsException.php +++ b/typo3/sysext/core/Classes/Routing/InvalidRouteArgumentsException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/Legacy/PersistedAliasMapperLegacyTrait.php b/typo3/sysext/core/Classes/Routing/Legacy/PersistedAliasMapperLegacyTrait.php index 735ef91c9f00ff1a90529fef4a8129a7638d977a..1d9e0cb8017282483f4e613e5f78c059c1ca6e76 100644 --- a/typo3/sysext/core/Classes/Routing/Legacy/PersistedAliasMapperLegacyTrait.php +++ b/typo3/sysext/core/Classes/Routing/Legacy/PersistedAliasMapperLegacyTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Legacy; diff --git a/typo3/sysext/core/Classes/Routing/Legacy/PersistedPatternMapperLegacyTrait.php b/typo3/sysext/core/Classes/Routing/Legacy/PersistedPatternMapperLegacyTrait.php index a2ddd38ee033d4fd3f69404fbe8ff5a33c750ab1..01953ae5eff1a7c20a5d3957befb5277dab5d87c 100644 --- a/typo3/sysext/core/Classes/Routing/Legacy/PersistedPatternMapperLegacyTrait.php +++ b/typo3/sysext/core/Classes/Routing/Legacy/PersistedPatternMapperLegacyTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing\Legacy; diff --git a/typo3/sysext/core/Classes/Routing/PageArguments.php b/typo3/sysext/core/Classes/Routing/PageArguments.php index 5c76d351b76ab28f7f96494561359fd08a243601..856d17f8f39bcde7b6eaf5d0ce5ca791d431edb9 100644 --- a/typo3/sysext/core/Classes/Routing/PageArguments.php +++ b/typo3/sysext/core/Classes/Routing/PageArguments.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/PageRouter.php b/typo3/sysext/core/Classes/Routing/PageRouter.php index c101f224bafa3bab47a3f5db570f4ec26848277b..17b1737357644b2741d9bc6e6205f66ded16989f 100644 --- a/typo3/sysext/core/Classes/Routing/PageRouter.php +++ b/typo3/sysext/core/Classes/Routing/PageRouter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/PageSlugCandidateProvider.php b/typo3/sysext/core/Classes/Routing/PageSlugCandidateProvider.php index ccf339710fd7d83f11b774871170e41a8a1f8e97..6e5cd5c4cde078076e16378dcc9ef2c82b529174 100644 --- a/typo3/sysext/core/Classes/Routing/PageSlugCandidateProvider.php +++ b/typo3/sysext/core/Classes/Routing/PageSlugCandidateProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/PageUriMatcher.php b/typo3/sysext/core/Classes/Routing/PageUriMatcher.php index aa98891c63437701e65ddcb5599fe83c6d50f1c3..6d97275c537231020e9b34edb665ce37d484cb48 100644 --- a/typo3/sysext/core/Classes/Routing/PageUriMatcher.php +++ b/typo3/sysext/core/Classes/Routing/PageUriMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/Route.php b/typo3/sysext/core/Classes/Routing/Route.php index 2e352773a6d1d5441a158508cb96b9d56e6c429d..5d953fbf0ab6c242977eaf48ed6a5c555dded120 100644 --- a/typo3/sysext/core/Classes/Routing/Route.php +++ b/typo3/sysext/core/Classes/Routing/Route.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/RouteCollection.php b/typo3/sysext/core/Classes/Routing/RouteCollection.php index 6320ef09b38ec2f67ade1ea4307a42ae875e273b..69ff8bafae29635ee5a11f2059776bb6859555c9 100644 --- a/typo3/sysext/core/Classes/Routing/RouteCollection.php +++ b/typo3/sysext/core/Classes/Routing/RouteCollection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/RouteNotFoundException.php b/typo3/sysext/core/Classes/Routing/RouteNotFoundException.php index 30f3515d69eee3da3b922c299356d52d858267ea..2313c657801a511d6556bb98cee7077edd70c52b 100644 --- a/typo3/sysext/core/Classes/Routing/RouteNotFoundException.php +++ b/typo3/sysext/core/Classes/Routing/RouteNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/RouteResultInterface.php b/typo3/sysext/core/Classes/Routing/RouteResultInterface.php index 303a724c8b8e34dab9f4d8e9b07728dd009aeb74..a557ab2850f286fbcc4d2e59ec975f40a78a2933 100644 --- a/typo3/sysext/core/Classes/Routing/RouteResultInterface.php +++ b/typo3/sysext/core/Classes/Routing/RouteResultInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/RouterInterface.php b/typo3/sysext/core/Classes/Routing/RouterInterface.php index f523f35798d8f82cafa2580b416d71bfd3469f4a..986977de57df0c1052e2b27a74853b065012f17e 100644 --- a/typo3/sysext/core/Classes/Routing/RouterInterface.php +++ b/typo3/sysext/core/Classes/Routing/RouterInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/SiteMatcher.php b/typo3/sysext/core/Classes/Routing/SiteMatcher.php index 6cf13add689be531591044c6bb557c19bddc800c..96ef0545a90f26b5cfe7feb33ac43a7d55bd3439 100644 --- a/typo3/sysext/core/Classes/Routing/SiteMatcher.php +++ b/typo3/sysext/core/Classes/Routing/SiteMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/SiteRouteResult.php b/typo3/sysext/core/Classes/Routing/SiteRouteResult.php index d0767b8b2bf43416e1d7519e1bcc1e580eb968c9..73fca0e8fb7ab7255de082dcb88a3607b93a59f5 100644 --- a/typo3/sysext/core/Classes/Routing/SiteRouteResult.php +++ b/typo3/sysext/core/Classes/Routing/SiteRouteResult.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/UnableToLinkToPageException.php b/typo3/sysext/core/Classes/Routing/UnableToLinkToPageException.php index 622526c297ca2784cb3eafbbe5242674aa80d922..475eae731c29fb7f8938aa71166a076bd2e9991e 100644 --- a/typo3/sysext/core/Classes/Routing/UnableToLinkToPageException.php +++ b/typo3/sysext/core/Classes/Routing/UnableToLinkToPageException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Routing/UrlGenerator.php b/typo3/sysext/core/Classes/Routing/UrlGenerator.php index 2523af41f243cb25fa92a3ce68df6beb78cce5ef..c9d48f9945e2140e915d3ac08cb0d3bf9c067f67 100644 --- a/typo3/sysext/core/Classes/Routing/UrlGenerator.php +++ b/typo3/sysext/core/Classes/Routing/UrlGenerator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Routing; diff --git a/typo3/sysext/core/Classes/Service/Archive/ZipService.php b/typo3/sysext/core/Classes/Service/Archive/ZipService.php index 4af00aa242c2ef2c6870dc5224629b1c714fd21b..7867b9534a38d0ea35863608d0375a5ddace9ebc 100644 --- a/typo3/sysext/core/Classes/Service/Archive/ZipService.php +++ b/typo3/sysext/core/Classes/Service/Archive/ZipService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Service\Archive; /* diff --git a/typo3/sysext/core/Classes/ServiceProvider.php b/typo3/sysext/core/Classes/ServiceProvider.php index 92878d73d17c6a05c33cf1886430bbd96ea59e58..a6f45a56f51ba2ae2778180d76b2b9f391eddf42 100644 --- a/typo3/sysext/core/Classes/ServiceProvider.php +++ b/typo3/sysext/core/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core; /* diff --git a/typo3/sysext/core/Classes/Session/Backend/DatabaseSessionBackend.php b/typo3/sysext/core/Classes/Session/Backend/DatabaseSessionBackend.php index f8c4cfb9990f82f8793def60634a8df2c4f55a2b..a76faab9ec6d186c5a94fce0136e01052817b871 100644 --- a/typo3/sysext/core/Classes/Session/Backend/DatabaseSessionBackend.php +++ b/typo3/sysext/core/Classes/Session/Backend/DatabaseSessionBackend.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session\Backend; /* diff --git a/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotCreatedException.php b/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotCreatedException.php index a0168ac3c079ffd012241e553b73dc06a7802eed..91b7786f88d73136a8e1f6f5ce269c30b5075dd6 100644 --- a/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotCreatedException.php +++ b/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotCreatedException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session\Backend\Exception; /* diff --git a/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotFoundException.php b/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotFoundException.php index ce0cfa6df69839cb73b8435033b8d6dd0644149f..568a04f2bf48f9c8f3b1060a5a95bca8b377da19 100644 --- a/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotFoundException.php +++ b/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session\Backend\Exception; /* diff --git a/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotUpdatedException.php b/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotUpdatedException.php index ade897513ef79137e7bb6dd4800a1b18c4366b05..5370ae609857f2583600c1ad7c1337f0a4dfecb5 100644 --- a/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotUpdatedException.php +++ b/typo3/sysext/core/Classes/Session/Backend/Exception/SessionNotUpdatedException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session\Backend\Exception; /* diff --git a/typo3/sysext/core/Classes/Session/Backend/RedisSessionBackend.php b/typo3/sysext/core/Classes/Session/Backend/RedisSessionBackend.php index 7adcc8fc165c758e9ddf93aaff80fcd1bf5908d8..619ab8ca6ec677e5202ae43e69cf86d437dfcf63 100644 --- a/typo3/sysext/core/Classes/Session/Backend/RedisSessionBackend.php +++ b/typo3/sysext/core/Classes/Session/Backend/RedisSessionBackend.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session\Backend; /* diff --git a/typo3/sysext/core/Classes/Session/Backend/SessionBackendInterface.php b/typo3/sysext/core/Classes/Session/Backend/SessionBackendInterface.php index f2f759191992325015252bbaa032548746d5c981..e7b88f7a5be47458d593f259d0c4ff4159749c7f 100644 --- a/typo3/sysext/core/Classes/Session/Backend/SessionBackendInterface.php +++ b/typo3/sysext/core/Classes/Session/Backend/SessionBackendInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session\Backend; /* diff --git a/typo3/sysext/core/Classes/Session/SessionManager.php b/typo3/sysext/core/Classes/Session/SessionManager.php index c9a4c77cf1051f0d8992050c826dc6ed50188a08..8b9ed45f30c0e65845988f1f4b317ee8934deba6 100644 --- a/typo3/sysext/core/Classes/Session/SessionManager.php +++ b/typo3/sysext/core/Classes/Session/SessionManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Session; /* diff --git a/typo3/sysext/core/Classes/Site/Entity/NullSite.php b/typo3/sysext/core/Classes/Site/Entity/NullSite.php index 7733f4b058afaa3a2541b4245346a6d8612c1e92..35b69ac295fae93d08257037eb293340d637f5e8 100644 --- a/typo3/sysext/core/Classes/Site/Entity/NullSite.php +++ b/typo3/sysext/core/Classes/Site/Entity/NullSite.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site\Entity; diff --git a/typo3/sysext/core/Classes/Site/Entity/Site.php b/typo3/sysext/core/Classes/Site/Entity/Site.php index 019ccea6c3de8bfc318193c5c72da679deb60e2f..b9eae7178cd67b44b257c57444774f78694cf12e 100644 --- a/typo3/sysext/core/Classes/Site/Entity/Site.php +++ b/typo3/sysext/core/Classes/Site/Entity/Site.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site\Entity; diff --git a/typo3/sysext/core/Classes/Site/Entity/SiteInterface.php b/typo3/sysext/core/Classes/Site/Entity/SiteInterface.php index 363e62c9888374cd4351d9c5c05c45e820fd2032..b17371a6084e4349a9c0851cac3017c9d4f89b7e 100644 --- a/typo3/sysext/core/Classes/Site/Entity/SiteInterface.php +++ b/typo3/sysext/core/Classes/Site/Entity/SiteInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site\Entity; diff --git a/typo3/sysext/core/Classes/Site/Entity/SiteLanguage.php b/typo3/sysext/core/Classes/Site/Entity/SiteLanguage.php index c9aaf6457204f8cc2f4c15eda5a6f6125ec8b7e1..c0f5d9f83fba6152903fc5c95f041eff466384d9 100644 --- a/typo3/sysext/core/Classes/Site/Entity/SiteLanguage.php +++ b/typo3/sysext/core/Classes/Site/Entity/SiteLanguage.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site\Entity; diff --git a/typo3/sysext/core/Classes/Site/SiteAwareInterface.php b/typo3/sysext/core/Classes/Site/SiteAwareInterface.php index 84b56724e0ed4f1825761884aa5a74dac7f73c46..5fdf4ef4fb42583dcf93aee7a5e5fbf096c5c14b 100644 --- a/typo3/sysext/core/Classes/Site/SiteAwareInterface.php +++ b/typo3/sysext/core/Classes/Site/SiteAwareInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site; diff --git a/typo3/sysext/core/Classes/Site/SiteFinder.php b/typo3/sysext/core/Classes/Site/SiteFinder.php index 7ac8ae3ff4fe9b44964e94e1b2d8303439445780..b6b77b53a7fae0c884b29d8afb54814461333f4d 100644 --- a/typo3/sysext/core/Classes/Site/SiteFinder.php +++ b/typo3/sysext/core/Classes/Site/SiteFinder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site; diff --git a/typo3/sysext/core/Classes/Site/SiteLanguageAwareInterface.php b/typo3/sysext/core/Classes/Site/SiteLanguageAwareInterface.php index 6b136a3d9c45d471aeed0a1a21b3c4655ac69819..cc1b3bf580ac21258070d7b1bb49c1737634cbc3 100644 --- a/typo3/sysext/core/Classes/Site/SiteLanguageAwareInterface.php +++ b/typo3/sysext/core/Classes/Site/SiteLanguageAwareInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site; diff --git a/typo3/sysext/core/Classes/Site/SiteLanguageAwareTrait.php b/typo3/sysext/core/Classes/Site/SiteLanguageAwareTrait.php index 86ce2257931f64f0e24ac40f0f9dfb9fcb6df609..bdd9fcff5c4c80ef09afaaf0fcafb99226126ed7 100644 --- a/typo3/sysext/core/Classes/Site/SiteLanguageAwareTrait.php +++ b/typo3/sysext/core/Classes/Site/SiteLanguageAwareTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Site; diff --git a/typo3/sysext/core/Classes/SysLog/Action.php b/typo3/sysext/core/Classes/SysLog/Action.php index 22314b476e154f954a690727c907c71b39ef3bb6..ef32c66b4a9eb2549b8ae3d413dd576aa3d011e1 100644 --- a/typo3/sysext/core/Classes/SysLog/Action.php +++ b/typo3/sysext/core/Classes/SysLog/Action.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog; /* diff --git a/typo3/sysext/core/Classes/SysLog/Action/Cache.php b/typo3/sysext/core/Classes/SysLog/Action/Cache.php index 585528af2329d3db88cfbf0ee164c3e72b725a0e..88cf111e75fd44a7f67245447fa32b77d0e498f3 100644 --- a/typo3/sysext/core/Classes/SysLog/Action/Cache.php +++ b/typo3/sysext/core/Classes/SysLog/Action/Cache.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog\Action; /* diff --git a/typo3/sysext/core/Classes/SysLog/Action/Database.php b/typo3/sysext/core/Classes/SysLog/Action/Database.php index e06de5e4e07445fc07a8d483472da3a2a8c0ff8f..988169253d05426bbd533dad277bbcc35d21d18d 100644 --- a/typo3/sysext/core/Classes/SysLog/Action/Database.php +++ b/typo3/sysext/core/Classes/SysLog/Action/Database.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog\Action; /* diff --git a/typo3/sysext/core/Classes/SysLog/Action/File.php b/typo3/sysext/core/Classes/SysLog/Action/File.php index 6795304d01ffdf4b2ffe7189abfeb2fdfe752a86..26cf47f0c46f98626972ab7e5898d25dadc51d93 100644 --- a/typo3/sysext/core/Classes/SysLog/Action/File.php +++ b/typo3/sysext/core/Classes/SysLog/Action/File.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog\Action; /* diff --git a/typo3/sysext/core/Classes/SysLog/Action/Login.php b/typo3/sysext/core/Classes/SysLog/Action/Login.php index 728b59c1604c04e150133fb49ce03f8ae6950e0d..397854a5e03434d501390435107ac37daab741a4 100644 --- a/typo3/sysext/core/Classes/SysLog/Action/Login.php +++ b/typo3/sysext/core/Classes/SysLog/Action/Login.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog\Action; /* diff --git a/typo3/sysext/core/Classes/SysLog/Action/Setting.php b/typo3/sysext/core/Classes/SysLog/Action/Setting.php index 9124ffa2cee07cd8a790bdb32525c7fa50143771..3123aceff903ea9c835adbb8eeef1febe11b0b73 100644 --- a/typo3/sysext/core/Classes/SysLog/Action/Setting.php +++ b/typo3/sysext/core/Classes/SysLog/Action/Setting.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog\Action; /* diff --git a/typo3/sysext/core/Classes/SysLog/Error.php b/typo3/sysext/core/Classes/SysLog/Error.php index 6eb06cb865dbad8ece38387fd637942b076de56f..0e1de88564f92d89e699c05c968062a03300cfb7 100644 --- a/typo3/sysext/core/Classes/SysLog/Error.php +++ b/typo3/sysext/core/Classes/SysLog/Error.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog; /* diff --git a/typo3/sysext/core/Classes/SysLog/Type.php b/typo3/sysext/core/Classes/SysLog/Type.php index 123174f5e8a6b1b92e368558974522786b165743..0746e1c3d781a29970b2d98f89fd5ae9547955ef 100644 --- a/typo3/sysext/core/Classes/SysLog/Type.php +++ b/typo3/sysext/core/Classes/SysLog/Type.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\SysLog; /* diff --git a/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php b/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php index 51d5f7e2cb735f085a438f61df6476e45c5b9417..9c15f7a619dec6ad0a9e914a2ecfb95face2540a 100644 --- a/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php +++ b/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tree\Event; diff --git a/typo3/sysext/core/Classes/Type/BitSet.php b/typo3/sysext/core/Classes/Type/BitSet.php index adb8d81ccc1a160b6a698cf6521274ba2ca6f9c2..8adcec6c67cc6ac413494bfd180b79e7d17508a9 100644 --- a/typo3/sysext/core/Classes/Type/BitSet.php +++ b/typo3/sysext/core/Classes/Type/BitSet.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/core/Classes/TypoScript/Parser/ConstantConfigurationParser.php b/typo3/sysext/core/Classes/TypoScript/Parser/ConstantConfigurationParser.php index 625ad959a0e1bb77d699db0a80067baa83d2bd7e..fd53236bb99bf658a72d38464e5b4d3e54e9d5a4 100644 --- a/typo3/sysext/core/Classes/TypoScript/Parser/ConstantConfigurationParser.php +++ b/typo3/sysext/core/Classes/TypoScript/Parser/ConstantConfigurationParser.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\TypoScript\Parser; /* diff --git a/typo3/sysext/core/Classes/TypoScript/TypoScriptService.php b/typo3/sysext/core/Classes/TypoScript/TypoScriptService.php index f5feb721ad2a3c73bdae43a3385992b2919c8f70..5eb278083c1b9a6f075dd87a47f727badb66d953 100644 --- a/typo3/sysext/core/Classes/TypoScript/TypoScriptService.php +++ b/typo3/sysext/core/Classes/TypoScript/TypoScriptService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\TypoScript; /* diff --git a/typo3/sysext/core/Classes/Utility/Exception/MissingArrayPathException.php b/typo3/sysext/core/Classes/Utility/Exception/MissingArrayPathException.php index c49c4b8673311eecfee4127a54989f1f730c0a5f..36b4fc2f1ddd26ecf0961c95d99e5b2ebc3d2d18 100644 --- a/typo3/sysext/core/Classes/Utility/Exception/MissingArrayPathException.php +++ b/typo3/sysext/core/Classes/Utility/Exception/MissingArrayPathException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Utility\Exception; /* diff --git a/typo3/sysext/core/Classes/Utility/Exception/NotImplementedMethodException.php b/typo3/sysext/core/Classes/Utility/Exception/NotImplementedMethodException.php index 620a8c6cae99cc08763a0885625f342bb77fcd4e..0b30bc383ac27dbd72063601190a0f591706c9b3 100644 --- a/typo3/sysext/core/Classes/Utility/Exception/NotImplementedMethodException.php +++ b/typo3/sysext/core/Classes/Utility/Exception/NotImplementedMethodException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Utility\Exception; /* diff --git a/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php b/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php index 43d60a160c4074d9a021186a57c6528ceeeca9da..f7c5c1ec4b300fdbbadb200e48fa7b01b8dd7244 100644 --- a/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php +++ b/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Utility; /* diff --git a/typo3/sysext/core/Classes/Utility/PermutationUtility.php b/typo3/sysext/core/Classes/Utility/PermutationUtility.php index 2474df08742826488e145fe5c72efe9bba0df9b4..c5c76769203c2d687d644c7cd010c3e50ba9000d 100644 --- a/typo3/sysext/core/Classes/Utility/PermutationUtility.php +++ b/typo3/sysext/core/Classes/Utility/PermutationUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Utility; /* diff --git a/typo3/sysext/core/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php b/typo3/sysext/core/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php index 88206e091b353e6a044beed77fce9b89b196d330..f7dc89a5a9d010452b6424507cdaf424a33f42b8 100644 --- a/typo3/sysext/core/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php +++ b/typo3/sysext/core/Classes/ViewHelpers/Form/TypoScriptConstantsViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ViewHelpers\Form; /* diff --git a/typo3/sysext/core/Classes/ViewHelpers/IconForResourceViewHelper.php b/typo3/sysext/core/Classes/ViewHelpers/IconForResourceViewHelper.php index fdae94e8a57273cd9d9cbbfe1b081de9aefc4ab6..5137679031c13ab878fec828a709ec6cba5a9610 100644 --- a/typo3/sysext/core/Classes/ViewHelpers/IconForResourceViewHelper.php +++ b/typo3/sysext/core/Classes/ViewHelpers/IconForResourceViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\ViewHelpers; /* diff --git a/typo3/sysext/core/Configuration/Services.php b/typo3/sysext/core/Configuration/Services.php index 0c5420a9d0921049bff470b05287d2ec98cb158d..22a1b7bc8e85f4f5d7c3f3171d82e0a998f0ed82 100644 --- a/typo3/sysext/core/Configuration/Services.php +++ b/typo3/sysext/core/Configuration/Services.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core; use Psr\Http\Server\MiddlewareInterface; diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php index cf60448fe96e8c971be8a71104b3495daabe2533..f93e398377e246c0187c9ac35ec0d4df91722d4a 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/CompareUserCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\BackendUser; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php index 38df2f2c051e8c1687ecad43dcb019237062ec57..0f59e92f4fc4f47c5a9d9cb24d80ade1658b29f6 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListGroupCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\BackendUser; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php index aa790f072ec8ab33b4c8941c90299b61e855e40a..05634a4e40cfa8f444364aa4de0410379cac281d 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/BackendUser/ListUserCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\BackendUser; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php index e2d00d48cd2844a225d12ebcaf437920167c596e..319fb912f49bdec3f89ad2425f60fd19bbbe430a 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/GetExtensionsCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Extensionmanager; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php index 9277e55c861730ab039daa4235079bd0cd3c452d..6525893d709c4291f60f0ba2fac1dc002b94ff91 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Extensionmanager/InstalledExtensionsCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Extensionmanager; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php index 135b75311b96adb8455682942b42bdd1cb8e978b..01f4f5c0056fd04995e97d0c6bf864c228ce27b3 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FileList; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/AbstractElementsBasicCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/AbstractElementsBasicCest.php index bbae6d78f5c6ab7d070cede432ddeb29b505dce4..98d523296966e7d8520a58827be721450b6dc2a1 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/AbstractElementsBasicCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/AbstractElementsBasicCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/CategoryTreeCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/CategoryTreeCest.php index 14286d7930d466efd77a44d6e18dd91c038eddb1..32491885771d216d4d8ee6d346d70adcc51b65ec 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/CategoryTreeCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/CategoryTreeCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputDateCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputDateCest.php index fecafbca572081f4644963eac9a1bf2db79632f1..b00790a56b6cbb62b7fea3853f110a1f4cffb8de 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputDateCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputDateCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputEvalCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputEvalCest.php index bbc164d657bcb04056ccf5559e9ae352bfc17252..351b6779b578ef52e2c98e06b57c6a624cf23d29 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputEvalCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputEvalCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputRangeCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputRangeCest.php index 16baf9e96ce8bccdd7f7f292a63cab4804188870..f0af6326a5a3a5db4c4f10e5d57465c8046ce4d3 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputRangeCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputRangeCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputSimpleCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputSimpleCest.php index 176d74005c5a9c4c2e6742e88f5d08f08cd4d08b..0bd6e3116fa0a6e0cf83b54914cbec30cddc0c68 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputSimpleCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsBasicInputSimpleCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsGroupCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsGroupCest.php index f8875d4d15b9a2e3563f750303bef2f56323c3ac..ab40b0f8134e56069e323da6382116dd2d7fefb0 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsGroupCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/ElementsGroupCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php index 87e7d942b445f96c6505a40ddd70f863aed36b12..e5cdbb65df4055fcb226c0d5631fcb8d3368ce70 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/Inline1nCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/Inline1nCest.php index b430a51b2ca8cfb23310346d74d663138b36d7f2..49dff2d49e88985f6c1c04245a7d2d5c989a72a0 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/Inline1nCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/Inline1nCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\FormEngine; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/General/ModuleMenuCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/General/ModuleMenuCest.php index 979a18b586921b42f31186d708aac1d95f4520fa..0e278e49d039467187a82a472831e1c7addf75e4 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/General/ModuleMenuCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/General/ModuleMenuCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\General; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Login/BackendLoginCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Login/BackendLoginCest.php index 835fd1330530337ab7bf229e5f7d4b2d1fbf739f..8acead507cddc625f0e2b6fcf74c207600c4a994 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Login/BackendLoginCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Login/BackendLoginCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Login; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Page/AddPageInPageModuleCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Page/AddPageInPageModuleCest.php index 0f89766402038d9698ae7ea6b6cbb5592558e4c9..62a35e6cdd3f93764b112e4879a58a02b85d004b 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Page/AddPageInPageModuleCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Page/AddPageInPageModuleCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Page; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Page/PageModuleCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Page/PageModuleCest.php index ac9ce1fcc5075b100e3372ba5b8bcefd3420e4ea..c579046ead8fe1b804bc9cb991860000f4db6beb 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Page/PageModuleCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Page/PageModuleCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Page; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/RecordList/SysNoteCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/RecordList/SysNoteCest.php index 7420eb8cae348210f97e59fe742efe672e497d16..3df071d0d033848499f231cc189a344f2a589d37 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/RecordList/SysNoteCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/RecordList/SysNoteCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\RecordList; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Redirect/RedirectModuleCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Redirect/RedirectModuleCest.php index 3696b17d0e55334cbd18faabe04777d546e11c64..dbbb1217f640e1c8f23e9ebe329ce88cef130785 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Redirect/RedirectModuleCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Redirect/RedirectModuleCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Redirect; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php index a6f4bd2c0984938530a6fcddac2729cd3750bf1a..ba7d10c54ffbd448464688ead48f622e3561bab6 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Scheduler/TasksCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Scheduler; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Site/SiteModuleCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Site/SiteModuleCest.php index 78b56c2359c343e0ac1f564d545efcc2584a7e97..6065d1139f4cd82b5692902f2ac7be03a630aa95 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Site/SiteModuleCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Site/SiteModuleCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Redirect; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php index c449251dca38855972c278726f343517693aacec..9aa40854b1e64d81a9cc62ce5e0671ccc961c83d 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Template/TemplateCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Template; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/BookmarkCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/BookmarkCest.php index 0036115dcd75a83ad3f5c1fc944b2d08f5fcd7ec..86eaee1eaed4d440b93518ad6d106046a65db960 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/BookmarkCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/BookmarkCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/FlushCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/FlushCest.php index 8693cd426aa015e5878edbd0a79f09fbdd7df6d3..0a4ba35cc313290fa68636ff45d8860989fb8a53 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/FlushCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/FlushCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/HelpCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/HelpCest.php index 89373b15e1a742dec21132eba9160b79c7d0ccad..8c80c406ec223fe7af88930e780b2c9b8a92f0f9 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/HelpCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/HelpCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/LogoCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/LogoCest.php index 49d1263f203f89dbdbad0df2247542d9e8f25006..2b589a735b402695a3463abb9513ad32723afac1 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/LogoCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/LogoCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/ModuleMenuButtonCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/ModuleMenuButtonCest.php index 33a925ef33e66f97baebac6b5fa28474ac91c3fd..77af83528f84a8ff8e491ae8bd4fc4a246fed8e5 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/ModuleMenuButtonCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/ModuleMenuButtonCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/NavigationComponentTreeCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/NavigationComponentTreeCest.php index f9917ebb3d1369214c9842f79987ab52a39c2cf6..aaa31656040b17d98ad2657d25af72437844a7a4 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/NavigationComponentTreeCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/NavigationComponentTreeCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/SearchCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/SearchCest.php index 5b5461ee276e6e8cdbaa3995624fd94e419db363..3ea398d60b865958066caab7d0b61f5a40bc9e22 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/SearchCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/SearchCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/UsernameOnAvatarCest.php b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/UsernameOnAvatarCest.php index 7784479463571f5e877f2a9f48d95672a7b06ff6..e7294d543f8d0e0c07bb7edb8380ce3af7f9524e 100644 --- a/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/UsernameOnAvatarCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Backend/Topbar/UsernameOnAvatarCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Backend\Topbar; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php b/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php index 5ec39f2d208b0412e82033a693ca28a970df46f6..70c0e75b96c10903536a09bed59045a79a46c6aa 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install; diff --git a/typo3/sysext/core/Tests/Acceptance/Install/Mysql/BlankPageCest.php b/typo3/sysext/core/Tests/Acceptance/Install/Mysql/BlankPageCest.php index 53ded7e384e7f68a8e9f3c2996d0adfe946c3b7e..3637942d64b32a188a5b2744eb4a86a394d4d667 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/Mysql/BlankPageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/Mysql/BlankPageCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install\Mysql; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Install/Mysql/IntroductionPackageCest.php b/typo3/sysext/core/Tests/Acceptance/Install/Mysql/IntroductionPackageCest.php index 6d74ecb3fa65a0b615a186186bc38b2650813c74..af87bbf1360f73f4ed3bcab29481aaee27c5c3ef 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/Mysql/IntroductionPackageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/Mysql/IntroductionPackageCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install\Mysql; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/BlankPageCest.php b/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/BlankPageCest.php index b5f27bf5f0da120d3269b18737d03d7230c0ecea..dc87312b837bc975b039fb2822d11f3ba0c2ba91 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/BlankPageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/BlankPageCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install\Postgresql; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/IntroductionPackageCest.php b/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/IntroductionPackageCest.php index 659f9b9c0de7140dfc038c93f46b1bb540f40aa7..0400910bec44d6a604cf614bdeb4fba97caa951d 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/IntroductionPackageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/Postgresql/IntroductionPackageCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install\Postgresql; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/BlankPageCest.php b/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/BlankPageCest.php index e462ce919ff68192066197fc53a665a34d96f53e..8952e6d6703e5fe142943add5866afe7e3c777be 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/BlankPageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/BlankPageCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install\Sqlite; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/IntroductionPackageCest.php b/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/IntroductionPackageCest.php index 18e94ff06bac8449bf6b1db8ebafa06081aae360..d0c33bbec241e3b66ee943acb19f0e1384d2e082 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/IntroductionPackageCest.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/Sqlite/IntroductionPackageCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Install\Sqlite; /* diff --git a/typo3/sysext/core/Tests/Acceptance/InstallTool/AbstractCest.php b/typo3/sysext/core/Tests/Acceptance/InstallTool/AbstractCest.php index 35d58ee50ecb6a6e6f1ee3607e71e8a1d9845fac..2cca440f61b0e91cc951e84d6645a71c04ec8c18 100644 --- a/typo3/sysext/core/Tests/Acceptance/InstallTool/AbstractCest.php +++ b/typo3/sysext/core/Tests/Acceptance/InstallTool/AbstractCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\InstallTool; /* diff --git a/typo3/sysext/core/Tests/Acceptance/InstallTool/LoginCest.php b/typo3/sysext/core/Tests/Acceptance/InstallTool/LoginCest.php index 2be9beec9f7e10008d0d08e515cf7566283e92f6..118e86d74c05b262791cb6eb31a9d2476cbf2fcd 100644 --- a/typo3/sysext/core/Tests/Acceptance/InstallTool/LoginCest.php +++ b/typo3/sysext/core/Tests/Acceptance/InstallTool/LoginCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\InstallTool; /* diff --git a/typo3/sysext/core/Tests/Acceptance/InstallTool/MaintenanceCest.php b/typo3/sysext/core/Tests/Acceptance/InstallTool/MaintenanceCest.php index af34b2aa93d892041964c47a696e618c943f239a..d961bd3218289f8e5cbe987bae424e8d2f2bbf09 100644 --- a/typo3/sysext/core/Tests/Acceptance/InstallTool/MaintenanceCest.php +++ b/typo3/sysext/core/Tests/Acceptance/InstallTool/MaintenanceCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\InstallTool; /* diff --git a/typo3/sysext/core/Tests/Acceptance/PageTree/KeyboardAccess/SelectPagetreeWithKeyboardCest.php b/typo3/sysext/core/Tests/Acceptance/PageTree/KeyboardAccess/SelectPagetreeWithKeyboardCest.php index dd904cdbbdb4caf3ae3131bd63d79ae71b7e1c9a..7dc83380c6543645c8a7df41bcb4de35693e1b09 100644 --- a/typo3/sysext/core/Tests/Acceptance/PageTree/KeyboardAccess/SelectPagetreeWithKeyboardCest.php +++ b/typo3/sysext/core/Tests/Acceptance/PageTree/KeyboardAccess/SelectPagetreeWithKeyboardCest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\PageTree\KeyboardAccess; diff --git a/typo3/sysext/core/Tests/Acceptance/Support/BackendTester.php b/typo3/sysext/core/Tests/Acceptance/Support/BackendTester.php index 36dac168c78fef3829457e4fff7fe12d6e229c20..6c32dc90a04840eab14046914d4ede37705a4288 100644 --- a/typo3/sysext/core/Tests/Acceptance/Support/BackendTester.php +++ b/typo3/sysext/core/Tests/Acceptance/Support/BackendTester.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Support; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Support/Extension/BackendCoreEnvironment.php b/typo3/sysext/core/Tests/Acceptance/Support/Extension/BackendCoreEnvironment.php index e2af8f0a4394cb26641d6c8e91622a1795bf4138..bfc95e14420e3ace6c4325a9c655eee532bc4af2 100644 --- a/typo3/sysext/core/Tests/Acceptance/Support/Extension/BackendCoreEnvironment.php +++ b/typo3/sysext/core/Tests/Acceptance/Support/Extension/BackendCoreEnvironment.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Support\Extension; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Support/Extension/PageTreeCoreEnvironment.php b/typo3/sysext/core/Tests/Acceptance/Support/Extension/PageTreeCoreEnvironment.php index 0451325765ae4e6c3a1be8149b68309816c7b776..5c3849fb8c904ad4dfd882820f1d6f4328626a02 100644 --- a/typo3/sysext/core/Tests/Acceptance/Support/Extension/PageTreeCoreEnvironment.php +++ b/typo3/sysext/core/Tests/Acceptance/Support/Extension/PageTreeCoreEnvironment.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Support\Extension; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Support/Helper/ModalDialog.php b/typo3/sysext/core/Tests/Acceptance/Support/Helper/ModalDialog.php index c66d63a84a5bd160422dca42c4189472dfb83c3b..2b5f34b77abbe7b590759d85ca3fc74edca6b000 100644 --- a/typo3/sysext/core/Tests/Acceptance/Support/Helper/ModalDialog.php +++ b/typo3/sysext/core/Tests/Acceptance/Support/Helper/ModalDialog.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Support\Helper; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Support/Helper/PageTree.php b/typo3/sysext/core/Tests/Acceptance/Support/Helper/PageTree.php index 1151c4301d4190d1a2c80416923202e58db7aa9f..7201e1d7cddcd4e50bf271e9c0197db0be2788cf 100644 --- a/typo3/sysext/core/Tests/Acceptance/Support/Helper/PageTree.php +++ b/typo3/sysext/core/Tests/Acceptance/Support/Helper/PageTree.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Support\Helper; /* diff --git a/typo3/sysext/core/Tests/Acceptance/Support/InstallTester.php b/typo3/sysext/core/Tests/Acceptance/Support/InstallTester.php index a502a864521658a16c76f32779639fbdc0eaeac9..b8cfe145dc8b746c58ab8b312b75e8d20c6f805a 100644 --- a/typo3/sysext/core/Tests/Acceptance/Support/InstallTester.php +++ b/typo3/sysext/core/Tests/Acceptance/Support/InstallTester.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Acceptance\Support; /* diff --git a/typo3/sysext/core/Tests/Functional/Authentication/AuthenticationServiceTest.php b/typo3/sysext/core/Tests/Functional/Authentication/AuthenticationServiceTest.php index d003f8fd0dd8f3bd1f527e9bb6a19b990939ad8b..3e7656bc576eea4f6748ba12d86792d14d229bfa 100644 --- a/typo3/sysext/core/Tests/Functional/Authentication/AuthenticationServiceTest.php +++ b/typo3/sysext/core/Tests/Functional/Authentication/AuthenticationServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Authentication; /* diff --git a/typo3/sysext/core/Tests/Functional/Authentication/BackendUserAuthenticationTest.php b/typo3/sysext/core/Tests/Functional/Authentication/BackendUserAuthenticationTest.php index c5e395800e3ad00f9000501299d92eddd13a6e73..8aa03d3e646b5bf9dfc786f1b98e6195c6ef8ea9 100644 --- a/typo3/sysext/core/Tests/Functional/Authentication/BackendUserAuthenticationTest.php +++ b/typo3/sysext/core/Tests/Functional/Authentication/BackendUserAuthenticationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Authentication; diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/Fixtures/HookFixture.php b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/Fixtures/HookFixture.php index 617280008ddff473317637b769a3b51e119a335f..f1ed327dc1953e6918238e3fe617e022b6db4a22 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/Fixtures/HookFixture.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/Fixtures/HookFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTest.php index 291436181d17ee8dff007ed92238d18f38449e7d..f2918bcef45832280133d2a2262c4478894815e3 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTranslationTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTranslationTest.php index 6f3d5d951fe9788c0585e5d1ab084162f740d9cb..7be4af9f58504818fc7bc66c6b92f620669f782a 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTranslationTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/GetUniqueTranslationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler; diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/HookTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/HookTest.php index 0ecd1d45d4da8971231a61caa85f1724a42ce616..cc203384cb4b3013a7aebe5506994e894f9677f4 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/HookTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/HookTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/SpecialLanguagesTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/SpecialLanguagesTest.php index f2e373231c2afbed8a4ef3d478e91d4260e66722..d5f479f0f2ecc8a6629807a4ad65260e1df4c8d7 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/SpecialLanguagesTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/DataHandler/SpecialLanguagesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\DataHandler; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/DataResolving/PlainDataResolverTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/DataResolving/PlainDataResolverTest.php index bf4dee49fd09b094a004c764cd612ab092123238..9588d9f812b8ffe576a39fa170f0eb51d7ff03f7 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/DataResolving/PlainDataResolverTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/DataResolving/PlainDataResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of TYPO3 GmbHs software toolkit. diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForCheckboxes.php b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForCheckboxes.php index 63fafb82a738609f86cc3161b7155d0995061f4b..0fb02a4e26709f91f5b2b3a33f0aaf2f2a963c39 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForCheckboxes.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForCheckboxes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForSelect.php b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForSelect.php index 5a2c17c10ef8fcffbaa788594d4f93c19900e9cf..8b07bf6d29f5005c0284200346c2bcf80f44786a 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForSelect.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/CheckValueTestForSelect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Hooks/PagesTsConfigGuardTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Hooks/PagesTsConfigGuardTest.php index cf57dd06ca51ebcf25db40fbb474143a36a7f91d..8693051e0d8dd8c022287ebbe5990f3ecb22ef23 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Hooks/PagesTsConfigGuardTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/Hooks/PagesTsConfigGuardTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular\Hooks; /* diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/MultiSiteTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/MultiSiteTest.php index dccd215e89ed7f994214548b37fbd63deccf06d5..548281f94718195b947000d90c35af78b223f64a 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/Regular/MultiSiteTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/Regular/MultiSiteTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\Regular; diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/Slug/SlugHelperTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/Slug/SlugHelperTest.php index a81ff78e00e5d926c0e3459af33fe1c6ecf173c2..bce1c15d5e738fdb71aec04470f937b9f38e4b66 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/Slug/SlugHelperTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/Slug/SlugHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\DataHandling\Slug; /* diff --git a/typo3/sysext/core/Tests/Functional/Database/Query/Expression/ExpressionBuilderTest.php b/typo3/sysext/core/Tests/Functional/Database/Query/Expression/ExpressionBuilderTest.php index b514ef37c73704907ac2305ecd5e1cea04b40edf..dbfe3d4ee6694f267862ce0ed1d2b0acaab57dab 100644 --- a/typo3/sysext/core/Tests/Functional/Database/Query/Expression/ExpressionBuilderTest.php +++ b/typo3/sysext/core/Tests/Functional/Database/Query/Expression/ExpressionBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Database\Query\Expression; /* diff --git a/typo3/sysext/core/Tests/Functional/Database/QueryGeneratorTest.php b/typo3/sysext/core/Tests/Functional/Database/QueryGeneratorTest.php index 267b335c2f7c179cbce72e7bb2e1082e65ed3724..d22a2abade020872a52c88fc24364e27e738cb67 100644 --- a/typo3/sysext/core/Tests/Functional/Database/QueryGeneratorTest.php +++ b/typo3/sysext/core/Tests/Functional/Database/QueryGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Database; diff --git a/typo3/sysext/core/Tests/Functional/Database/Schema/SchemaMigratorTest.php b/typo3/sysext/core/Tests/Functional/Database/Schema/SchemaMigratorTest.php index 4b37f5d8a9d9204323b052660b02266a1d1119c1..e06f4f59b0ab26c09e9d84c009ecb418727a7d03 100644 --- a/typo3/sysext/core/Tests/Functional/Database/Schema/SchemaMigratorTest.php +++ b/typo3/sysext/core/Tests/Functional/Database/Schema/SchemaMigratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Database\Schema; diff --git a/typo3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php b/typo3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php index 3cd32c6e13ffec6cec45a44b936d44d49efd7d3b..ab67cb53ce3e01b6aacda2b14bd6ebb4d161ecb7 100644 --- a/typo3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php +++ b/typo3/sysext/core/Tests/Functional/Error/ErrorHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Error; /* diff --git a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Extbase/Persistence/Classes.php b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Extbase/Persistence/Classes.php index e7d69404370260aa5d0bb70101a135bc795241f0..a1f3aae26cf19106772c8c113e8d99e5fb1c0c36 100644 --- a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Extbase/Persistence/Classes.php +++ b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/irre_tutorial/Configuration/Extbase/Persistence/Classes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \OliverHader\IrreTutorial\Domain\Model\Content::class => [ diff --git a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/Controller/MetaPluginController.php b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/Controller/MetaPluginController.php index 331576335c83c20d5e6ab545a01572c7bf46181f..714cebdbad08e75f429a3217dad892848b4f6c91 100644 --- a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/Controller/MetaPluginController.php +++ b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/Controller/MetaPluginController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\TestMeta\Controller; /* diff --git a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/PageTitle/CustomPageTitleProvider.php b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/PageTitle/CustomPageTitleProvider.php index e8b0d2369e52425727bb0eab7275531fc133fa32..32b4e64007bf76b0754a321cc48df33d1b981fc8 100644 --- a/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/PageTitle/CustomPageTitleProvider.php +++ b/typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_meta/Classes/PageTitle/CustomPageTitleProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\TestMeta\PageTitle; /* diff --git a/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/PhpError.php b/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/PhpError.php index 8527becd0617108b03f2f7dae2303e0c27f409b7..190748af91b5146a902c843ae0e8420a36595232 100644 --- a/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/PhpError.php +++ b/typo3/sysext/core/Tests/Functional/Fixtures/Frontend/PhpError.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Fixtures\Frontend; /* diff --git a/typo3/sysext/core/Tests/Functional/IO/PharStreamWrapperInterceptorTest.php b/typo3/sysext/core/Tests/Functional/IO/PharStreamWrapperInterceptorTest.php index 0a3fb29416151972cc1b3f6fbf6788e919c98f3a..f3a4a95c6659563156b88fd9c078507c1b689a15 100644 --- a/typo3/sysext/core/Tests/Functional/IO/PharStreamWrapperInterceptorTest.php +++ b/typo3/sysext/core/Tests/Functional/IO/PharStreamWrapperInterceptorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\IO; /* diff --git a/typo3/sysext/core/Tests/Functional/Imaging/ImageMagickFileTest.php b/typo3/sysext/core/Tests/Functional/Imaging/ImageMagickFileTest.php index 0047b6d1e33a50f065fc7e73f8f21aeb6b0a4c97..5d6401d1357a141dce3af38ac7f8e7d0147e3b3c 100644 --- a/typo3/sysext/core/Tests/Functional/Imaging/ImageMagickFileTest.php +++ b/typo3/sysext/core/Tests/Functional/Imaging/ImageMagickFileTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Imaging; /* diff --git a/typo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php b/typo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php index ac92ced917cda9c1135a1f93d8f294129d406279..c67bdb1a9912fad3c17025dec472654ce4b3cad8 100644 --- a/typo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php +++ b/typo3/sysext/core/Tests/Functional/Mail/FluidEmailTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Mail; /* diff --git a/typo3/sysext/core/Tests/Functional/MetaDataHandling/PluginsTest.php b/typo3/sysext/core/Tests/Functional/MetaDataHandling/PluginsTest.php index dd30191b5a3deed186c9fac705257c9567acf304..8f0731eb7da9befaf6a8fcb78dc69a10f6ee86c0 100644 --- a/typo3/sysext/core/Tests/Functional/MetaDataHandling/PluginsTest.php +++ b/typo3/sysext/core/Tests/Functional/MetaDataHandling/PluginsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\MetaDataHandling; /* diff --git a/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedAliasMapperTest.php b/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedAliasMapperTest.php index ab12770cfbde753b596b08d0262e301f9b04ad1f..286138fb658e7c1436fd75618eaf7c36f44cc2d7 100644 --- a/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedAliasMapperTest.php +++ b/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedAliasMapperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Routing\Aspect; /* diff --git a/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedPatternMapperTest.php b/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedPatternMapperTest.php index 0803d5b338e70cfa26d83fff771ea20d3ad4f482..097078cc132c24b7cb2326aa784554bb9586dd0f 100644 --- a/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedPatternMapperTest.php +++ b/typo3/sysext/core/Tests/Functional/Routing/Aspect/PersistedPatternMapperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Routing\Aspect; /* diff --git a/typo3/sysext/core/Tests/Functional/Service/Archive/ZipServiceTest.php b/typo3/sysext/core/Tests/Functional/Service/Archive/ZipServiceTest.php index 0c00e2d96e96ab65371a136d6bf831dc8b5ffcbd..3001938040f14eeb4d6f207f6f93ec15f52d778a 100644 --- a/typo3/sysext/core/Tests/Functional/Service/Archive/ZipServiceTest.php +++ b/typo3/sysext/core/Tests/Functional/Service/Archive/ZipServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Service\Archive; /* diff --git a/typo3/sysext/core/Tests/Functional/Session/Backend/DatabaseSessionBackendTest.php b/typo3/sysext/core/Tests/Functional/Session/Backend/DatabaseSessionBackendTest.php index 91dcf7f066c22e982e8a994a014a400261babf91..790054afdcf955e6c9ede4dd3628bc9bb2ceb573 100644 --- a/typo3/sysext/core/Tests/Functional/Session/Backend/DatabaseSessionBackendTest.php +++ b/typo3/sysext/core/Tests/Functional/Session/Backend/DatabaseSessionBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Session\Backend; /* diff --git a/typo3/sysext/core/Tests/Functional/Session/Backend/RedisSessionBackendTest.php b/typo3/sysext/core/Tests/Functional/Session/Backend/RedisSessionBackendTest.php index fc1ced8ec08add2e9ff6ef98508c984ff65439f8..479e30d208b9d9b9af5ad852ac459934696246e5 100644 --- a/typo3/sysext/core/Tests/Functional/Session/Backend/RedisSessionBackendTest.php +++ b/typo3/sysext/core/Tests/Functional/Session/Backend/RedisSessionBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Session\Backend; /* diff --git a/typo3/sysext/core/Tests/Functional/Session/SessionManagerTest.php b/typo3/sysext/core/Tests/Functional/Session/SessionManagerTest.php index 5de40de542e6a7a9dc147802b05eeb969643f046..944b31159d9219e19dfc7cf9f176b9d135e968f9 100644 --- a/typo3/sysext/core/Tests/Functional/Session/SessionManagerTest.php +++ b/typo3/sysext/core/Tests/Functional/Session/SessionManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\Session; /* diff --git a/typo3/sysext/core/Tests/Functional/SiteHandling/SiteBasedTestTrait.php b/typo3/sysext/core/Tests/Functional/SiteHandling/SiteBasedTestTrait.php index 62ef96dc70af3c07e28e1aba3bc13a2fd4fa402a..bce4808523daa02b72e4671b274e2246f5ce5f33 100644 --- a/typo3/sysext/core/Tests/Functional/SiteHandling/SiteBasedTestTrait.php +++ b/typo3/sysext/core/Tests/Functional/SiteHandling/SiteBasedTestTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php b/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php index dda8fc58948f80b63bf39c9ab2bbeed3b67300ed..7bc6f4b1654ad2e15379479a57d9633f3b35a16f 100644 --- a/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php +++ b/typo3/sysext/core/Tests/Unit/Authentication/AbstractUserAuthenticationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Authentication; /* diff --git a/typo3/sysext/core/Tests/Unit/Authentication/AuthenticationServiceTest.php b/typo3/sysext/core/Tests/Unit/Authentication/AuthenticationServiceTest.php index 475093f2fbbe195b26e54d714ab8b0cdb1b65f7a..28dbf42d92407b43ade1f3ba1ac16106b4f3dccb 100644 --- a/typo3/sysext/core/Tests/Unit/Authentication/AuthenticationServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/Authentication/AuthenticationServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Authentication; /* diff --git a/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php b/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php index 78e381f42edcaa88b5730a275cefb8b7af7895ec..4a017eacecb2650994b7092c44dcdea16d810968 100644 --- a/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php +++ b/typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Authentication; /* diff --git a/typo3/sysext/core/Tests/Unit/Authentication/IpLockerTest.php b/typo3/sysext/core/Tests/Unit/Authentication/IpLockerTest.php index 3b6cb6a4e1d67f52ec811a7894370ae674abdd9e..de9941d584047af8ca460d586f07a25a6728753a 100644 --- a/typo3/sysext/core/Tests/Unit/Authentication/IpLockerTest.php +++ b/typo3/sysext/core/Tests/Unit/Authentication/IpLockerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Authentication; /* diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php index f03bd7cb634e10734792d160fbdc4dd5ed4f8006..e6f6e0a7adca1b155e641ca83f0e0b906df27148 100644 --- a/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php +++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/FileBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend; diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php index 7b123ad9377090fe280f56810af93940a4655a31..962eb3231a8ed89935e732870d7462b5abe67455 100644 --- a/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php +++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/PdoBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend; /* diff --git a/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php b/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php index 424ae9e53f882de2af3d2d10d02ff4309e60c7c1..494a510c96ecaa4fa1f134c2397ca2dca3d00f0a 100644 --- a/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php +++ b/typo3/sysext/core/Tests/Unit/Cache/Backend/Typo3DatabaseBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Cache\Backend; /* diff --git a/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php b/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php index f6330048490a76765d3a4b4b9f935ea2209475e1..c43222d38ee2800bbd418caa6de83aae635aac20 100644 --- a/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/Category/CategoryRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Category; /* diff --git a/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php b/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php index 2b81c7b28d4ab2e257d01c89ff44d2586979fb80..f211f604a8f062f35290ebb138ed5dc98699508a 100644 --- a/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php +++ b/typo3/sysext/core/Tests/Unit/Charset/CharsetConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Charset; diff --git a/typo3/sysext/core/Tests/Unit/Command/SendEmailCommandTest.php b/typo3/sysext/core/Tests/Unit/Command/SendEmailCommandTest.php index afba45ad7da5e041a4615a7e9c96c6e1f25cea2d..5f8908364897b4263cbd409ad2eb00306290efdc 100644 --- a/typo3/sysext/core/Tests/Unit/Command/SendEmailCommandTest.php +++ b/typo3/sysext/core/Tests/Unit/Command/SendEmailCommandTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Command; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php b/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php index 4b8a24707766a70a70f1e1ca8590d5423ef5713e..b93ddc14e930e6ef881a5b5a98b2bd8932b3ae9f 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/ConfigurationManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration; diff --git a/typo3/sysext/core/Tests/Unit/Configuration/ExtensionConfigurationTest.php b/typo3/sysext/core/Tests/Unit/Configuration/ExtensionConfigurationTest.php index 7a85f77bc376ba4ca27b92b395762837254a82ad..d75aefa853a662be061fd5c185043d03f75fc02c 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/ExtensionConfigurationTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/ExtensionConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FeaturesTest.php b/typo3/sysext/core/Tests/Unit/Configuration/FeaturesTest.php index b030e951779351e14d2466b0330cd13a164538d8..acc405162511a4ec5b810f18eae90dfe8b3963d9 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FeaturesTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FeaturesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnArray.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnArray.php index 0609d9ed009ec4e5f23796d6810638dc08444865..f5c1b07ca8d30df80ec1c879007ffea3e4c27934 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnArray.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnArray.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnEmptyArray.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnEmptyArray.php index e319357b0d56e1a34f8f8a91dcc734549ea70ae1..aaf33b9bc39b1589bcd8ceb34aa63ef61bbbfe37 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnEmptyArray.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnEmptyArray.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnString.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnString.php index af680e0733d25d4db808c9f3bf3469b51f84dd7c..ae0c25a478e07b87ab2e552b204a3a94d6e6ca1c 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnString.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookReturnString.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookThrowException.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookThrowException.php index 3c5c6e0e27b8826876e3534a111605bc673fedf6..1a766d9e5abb047043cae59654f9314c9dd05c6b 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookThrowException.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPostProcessHookThrowException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnArray.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnArray.php index 9d971c6d37891ba42390467c8931e0e7c7c5b261..1bccd7584f3c8c4913314948b07443cded06ded7 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnArray.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnArray.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnEmptyArray.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnEmptyArray.php index 14808c28b76a8975b0af478c3b407b1dd2ac9dc1..d1f7d84af411c3bbc578e1d7221176eddee3ad38 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnEmptyArray.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnEmptyArray.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnString.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnString.php index 7cab457e48dfdf25e83abf5f82595dc5d1203fed..fd7497ba1123cf254fc3c534c1c10f3837d2d353 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnString.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookReturnString.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookThrowException.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookThrowException.php index 1b3bdea342ca5928362e2f8f1b6f93aed88d0b2a..65f0b441a00915acfe68212fc10debd25fd597d9 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookThrowException.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureIdentifierPreProcessHookThrowException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnArray.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnArray.php index 1fe3317530ab9b6caaa76561c131fae0969a7081..c46f12423c640771f682825e84eabc47af21e092 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnArray.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnArray.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnString.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnString.php index d52c69650a9ca49179b76de010edc893e0e0d4e9..41210d154f7472df5fc6c5ef50365e1ba9fa6076 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnString.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookReturnString.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookThrowException.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookThrowException.php index 95cfc9667fb31d73907fb786abc4a9ef6211ca79..912d3dc4b582a183e826f1986d962eadbe72ebf7 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookThrowException.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePostProcessHookThrowException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnEmptyString.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnEmptyString.php index 8c449f34af4491e991dc19605ed30a4c72c69b4b..4be5b99b8f929c02569d193d966773ff2d0d9aed 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnEmptyString.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnEmptyString.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnObject.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnObject.php index b6cf8a96bdb8d7b1ff7dfc4f7a112b2ca0923b9d..e8e076b2dc8f12240f3476f814859833c24af95a 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnObject.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnObject.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnString.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnString.php index 1b065f8d714b9f5af3a623fd68b8a8474d61757c..d14c00e34f08f0046f849ee9fa36644e3d86386a 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnString.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookReturnString.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookThrowException.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookThrowException.php index d734a7366c5f48d97b279d369f4221ef6a0dc634..8573fc79da67462c52fedf0746c587a9d0275b57 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookThrowException.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/Fixtures/DataStructureParsePreProcessHookThrowException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/FlexFormToolsTest.php b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/FlexFormToolsTest.php index 07a5b6c5c0ba1ed6379443d27f9569d09ebbfda2..15bc561662c1c166af5fbdc290148f5fedbcbe6d 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/FlexFormToolsTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/FlexForm/FlexFormToolsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/Loader/PageTsConfigLoaderTest.php b/typo3/sysext/core/Tests/Unit/Configuration/Loader/PageTsConfigLoaderTest.php index 9083a654ddbecbdc052e8cd5fb8e466652ab823e..f7f68cb7efe9d53c546ac231ad2cca6a1631dd99 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/Loader/PageTsConfigLoaderTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/Loader/PageTsConfigLoaderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\Loader; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php b/typo3/sysext/core/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php index ddabb5114b5d1c4cd1147b4f5863cd5c83e139a3..5a558a2e524d388aaef0272f66649296ed22b95b 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\Loader; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/Parser/PageTsConfigParserTest.php b/typo3/sysext/core/Tests/Unit/Configuration/Parser/PageTsConfigParserTest.php index e73e54077fd1a039077dad257ca427440e182db6..44d0eee04cb44147b8aca0eeb0eee7fecf8a86ef 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/Parser/PageTsConfigParserTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/Parser/PageTsConfigParserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\Parser; /* diff --git a/typo3/sysext/core/Tests/Unit/Configuration/RichtextTest.php b/typo3/sysext/core/Tests/Unit/Configuration/RichtextTest.php index 2480dde32c6bad0d56631e9d57384c16ed9d63ec..842bb11bf334c643ba41542712b261507810fd52 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/RichtextTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/RichtextTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration; diff --git a/typo3/sysext/core/Tests/Unit/Configuration/SiteConfigurationTest.php b/typo3/sysext/core/Tests/Unit/Configuration/SiteConfigurationTest.php index 89186aef4f95a89a336d25cad1a8d4f93a76db05..f7928b323f2ff3f714c4c38197cdfc95db9c1745 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/SiteConfigurationTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/SiteConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration; diff --git a/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcherTest.php b/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcherTest.php index 850ae749136998df543fd1d6e400ad71838c9d54..56e800564eaa3c732276dac12b28ce88a555f789 100644 --- a/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcherTest.php +++ b/typo3/sysext/core/Tests/Unit/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Configuration\TypoScript\ConditionMatching; /* diff --git a/typo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php b/typo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php index aa301cb9b658967a46331be3e4195a0e50a6a388..07a61581813b11e130351614bcd81f831511c12f 100644 --- a/typo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/Console/CommandRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Console; /* diff --git a/typo3/sysext/core/Tests/Unit/Context/ContextTest.php b/typo3/sysext/core/Tests/Unit/Context/ContextTest.php index fd3db36123100f56105cd2d3dd82009d4ccc9366..04ea859269f953ab83ddd5680ed82736edc56901 100644 --- a/typo3/sysext/core/Tests/Unit/Context/ContextTest.php +++ b/typo3/sysext/core/Tests/Unit/Context/ContextTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Context; /* diff --git a/typo3/sysext/core/Tests/Unit/Context/DateTimeAspectTest.php b/typo3/sysext/core/Tests/Unit/Context/DateTimeAspectTest.php index db6202e88a311e7c759a51b287d39d35c169c817..bc219a6c64fca4ed0a4752e01b8a96912a71105a 100644 --- a/typo3/sysext/core/Tests/Unit/Context/DateTimeAspectTest.php +++ b/typo3/sysext/core/Tests/Unit/Context/DateTimeAspectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Context; /* diff --git a/typo3/sysext/core/Tests/Unit/Context/UserAspectTest.php b/typo3/sysext/core/Tests/Unit/Context/UserAspectTest.php index 0a0618f4fc4e519df5e046814b02e1e853735f6b..5ef26f1f808e06d87e7154b92724e890ee38528a 100644 --- a/typo3/sysext/core/Tests/Unit/Context/UserAspectTest.php +++ b/typo3/sysext/core/Tests/Unit/Context/UserAspectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Context; /* diff --git a/typo3/sysext/core/Tests/Unit/Context/VisibilityAspectTest.php b/typo3/sysext/core/Tests/Unit/Context/VisibilityAspectTest.php index 962c3c77026d4af2d5fb5e1e83d28e2c532129f7..934b6436917f692b8d87f0bbf1a244b3c4d05d6a 100644 --- a/typo3/sysext/core/Tests/Unit/Context/VisibilityAspectTest.php +++ b/typo3/sysext/core/Tests/Unit/Context/VisibilityAspectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Context; /* diff --git a/typo3/sysext/core/Tests/Unit/Context/WorkspaceAspectTest.php b/typo3/sysext/core/Tests/Unit/Context/WorkspaceAspectTest.php index 53ff4f75e49afd173b55860e2b2e7a01476d6848..736463673b20c332c3fa8e33ef084c9103029151 100644 --- a/typo3/sysext/core/Tests/Unit/Context/WorkspaceAspectTest.php +++ b/typo3/sysext/core/Tests/Unit/Context/WorkspaceAspectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Context; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php index a57f423d0bdcf2c6173b51fa50625e38b903b37a..8a32f711c3273530740cb4c83466f7a705e6dcbd 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2iPasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php index cd85d663e5710edf89ac58167bbd43e3091d58d6..d37848e919670d43f6575866569d12edf23fa5da 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Argon2idPasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BcryptPasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BcryptPasswordHashTest.php index cc0d2406d3d03641764fa013ddf2a65afdb81f8c..361d0c2a9ab39d5638c22b5f7a38b20d22854320 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BcryptPasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BcryptPasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BlowfishPasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BlowfishPasswordHashTest.php index fa8dbeca9c3227cba6c81da432ce274b9466d918..0b24488f965d52add2f900194a200f9a7c91ea9f 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BlowfishPasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/BlowfishPasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Fixtures/TestPasswordHash.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Fixtures/TestPasswordHash.php index 0f3ead9b7f66a37885e1e38d9811763ff421a3ce..f4c71252d857234992784574f56a87ec544b5fd6 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Fixtures/TestPasswordHash.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Fixtures/TestPasswordHash.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Md5PasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Md5PasswordHashTest.php index 80f385909a5d70467543562e102c2371784a1249..a59283465b2ce65d8eccd5664ffc64050eced351 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Md5PasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Md5PasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PasswordHashFactoryTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PasswordHashFactoryTest.php index e92d4b8ac805cd9e5e36d2ad66cafa97b768d642..2ca2f0bf0ae059ff7d7f880b4c1ff4a4622855b1 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PasswordHashFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PasswordHashFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Pbkdf2PasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Pbkdf2PasswordHashTest.php index 37c21785a7ee74a2ec9b3bbf295f16cda0add524..c273508b493ab97b11b4f8adb301329188eb57d9 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Pbkdf2PasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/Pbkdf2PasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PhpassPasswordHashTest.php b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PhpassPasswordHashTest.php index 05beaf4167415a2650c265e2796e3838f8e6cbcb..c2cf6f29c6f5b4fd4453d5e3beabce195ab07e4f 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PhpassPasswordHashTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/PasswordHashing/PhpassPasswordHashTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto\PasswordHashing; /* diff --git a/typo3/sysext/core/Tests/Unit/Crypto/RandomTest.php b/typo3/sysext/core/Tests/Unit/Crypto/RandomTest.php index a2e90a35ddef33332f00f91af240f343e414a387..2ea26bc0f912d6c0699771120473189df523f826 100644 --- a/typo3/sysext/core/Tests/Unit/Crypto/RandomTest.php +++ b/typo3/sysext/core/Tests/Unit/Crypto/RandomTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Crypto; /* diff --git a/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php b/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php index 112f88c2326fb199b68e7abb02629e9f6528bcea..d798df0e65cad7630f8407c082c43a4bb30b2cfe 100644 --- a/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/DataHandling/DataHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DataHandling; /* diff --git a/typo3/sysext/core/Tests/Unit/DataHandling/Model/CorrelationIdTest.php b/typo3/sysext/core/Tests/Unit/DataHandling/Model/CorrelationIdTest.php index 36fc597f8a1170247747f964391b110c85bf3a49..0e539fb2b64128cf59ddc4395d366caa2bc55c95 100644 --- a/typo3/sysext/core/Tests/Unit/DataHandling/Model/CorrelationIdTest.php +++ b/typo3/sysext/core/Tests/Unit/DataHandling/Model/CorrelationIdTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DataHandling\Model; /* diff --git a/typo3/sysext/core/Tests/Unit/DataHandling/SlugHelperTest.php b/typo3/sysext/core/Tests/Unit/DataHandling/SlugHelperTest.php index 71af0b95b721e425030b6752ac9fa678d6dd42e9..72ec078c128ba68d6085754dc704872cace1abea 100644 --- a/typo3/sysext/core/Tests/Unit/DataHandling/SlugHelperTest.php +++ b/typo3/sysext/core/Tests/Unit/DataHandling/SlugHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DataHandling; diff --git a/typo3/sysext/core/Tests/Unit/Database/ConnectionPoolTest.php b/typo3/sysext/core/Tests/Unit/Database/ConnectionPoolTest.php index 9f454e1862112aea1acf49abdae2913a8d10c9a6..ce5e3acc988e3ccaa9c44190c189c1bcdc0efd73 100644 --- a/typo3/sysext/core/Tests/Unit/Database/ConnectionPoolTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/ConnectionPoolTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php b/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php index 50568e1919e80c6f296c33179528f47a2904a9dc..8f628f92fa28523e5043a2ff169a98a12b410d4a 100644 --- a/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Platform/PlatformInformationTest.php b/typo3/sysext/core/Tests/Unit/Database/Platform/PlatformInformationTest.php index 239ad17489e0f05edc7c79f0f55536570718965d..9342a79fbe604bd2e753d4bc64c4d21ffa896fb8 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Platform/PlatformInformationTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Platform/PlatformInformationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Platform; diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/BulkInsertTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/BulkInsertTest.php index e2bf0bb1ef77b6b40ff43b564349157b0c3b8126..a64751661697d8a8136972ec72e18a453d7c0723 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/BulkInsertTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/BulkInsertTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Expression/ExpressionBuilderTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Expression/ExpressionBuilderTest.php index 2f7c2d5b9b1d847e0e93a259dc71c62ed18798ce..3912c29556ddfe250c3da07f24bb9af69590ad8a 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Expression/ExpressionBuilderTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Expression/ExpressionBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Expression; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php index a9d168216d0d47ac5cf521517b50be4261e2a400..424ef1ff69ef45e12611997a298476ef9520c171 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/QueryBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/QueryHelperTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/QueryHelperTest.php index 88158038fd47fc606e2ff7acfe767c0bf19660a9..d3ec89a269fe9999575ebbed558502c0c50cc231 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/QueryHelperTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/QueryHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query; diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionContainerTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionContainerTest.php index fd4796f36d400a577018876c9aafe3f3d2785a1c..0d65ba9a0b9032f45621bb5522b85d334439b0a2 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionContainerTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionContainerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionTestCase.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionTestCase.php index 969b7738ad893b8ef1c8b370cfbfc6a267af1308..1ab8b415b8a20521936961add53a421c4a84fe69 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionTestCase.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/AbstractRestrictionTestCase.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/BackendWorkspaceRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/BackendWorkspaceRestrictionTest.php index fbae24b5d9598f679dea83b6b84d585f11a1a313..fc4ed4d5e822650e6c899609eccc6ceab73cb150 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/BackendWorkspaceRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/BackendWorkspaceRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DefaultRestrictionContainerTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DefaultRestrictionContainerTest.php index 85808985db9eaa4e30f8407093f6b5765ef54fc6..f3b26d2516eb629f503eeb49dc7e1e73f5e704f7 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DefaultRestrictionContainerTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DefaultRestrictionContainerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DeletedRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DeletedRestrictionTest.php index afc3e2c5621da00e93402c099801aafc0708da73..fa14ba579f3fc874f78a806d04702da7fa32cdda 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DeletedRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DeletedRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DocumentTypeExclusionRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DocumentTypeExclusionRestrictionTest.php index 69d21aecb78d1884466db28d246efcd2f5c867a1..7f4124a7114437e768d4811791384e75355f67ea 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DocumentTypeExclusionRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/DocumentTypeExclusionRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/EndTimeRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/EndTimeRestrictionTest.php index 98d7c4c02df025dc49aeb1e254bcca9541344bb3..508b7ded08405281982b06966bb717dc4478d272 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/EndTimeRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/EndTimeRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendGroupRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendGroupRestrictionTest.php index fed6714fd16bcaeb0e65393929be63d2210628d2..f8360071ad15786812c0b115f950117d0eaa1ffa 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendGroupRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendGroupRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendRestrictionContainerTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendRestrictionContainerTest.php index a843ed93fa65c3191f01486292b36f3c4562205e..b8aa4b694fadf9c965666868e5dcbfbce3fdf1a8 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendRestrictionContainerTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendRestrictionContainerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendWorkspaceRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendWorkspaceRestrictionTest.php index 9e293843a45d097f2db547ce345a394fb424525e..5904a0d2bfb67330232350800063cdc1cb5b8f48 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendWorkspaceRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/FrontendWorkspaceRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/HiddenRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/HiddenRestrictionTest.php index e18bac1976c0295a6d7466f849a19b4a2fec9e6a..4be13c1b9c57491237360d8df4522d7116a707fe 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/HiddenRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/HiddenRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php index 66d66efe5260fc6c8ddb174ff949a703565d2001..f6d1763ad54186f71f02f8515e56c6ceafd0e36c 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/RootLevelRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/RootLevelRestrictionTest.php index 88617efeb7bdf7ed22d737f9dd0f2f2038bc76ef..1a5faefc424a5faf66fe60728595e62c5c9d9191 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/RootLevelRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/RootLevelRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/StartTimeRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/StartTimeRestrictionTest.php index 75dd79a9ee79d44a67e167a1f5829dd228e55a1d..48f1d96f675f9c41a32894e8b0c755ddb49f8925 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/StartTimeRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/StartTimeRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/WorkspaceRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/WorkspaceRestrictionTest.php index deb8186eed0f304a7c8a10001d710cc43631dcf4..19c4549cfd1736edb94147c9dfdde55bfcb5eba4 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/WorkspaceRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/WorkspaceRestrictionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Query\Restriction; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/QueryGeneratorTest.php b/typo3/sysext/core/Tests/Unit/Database/QueryGeneratorTest.php index e84a76c8f1b1003e360f43cbcada827e6b182f04..008aca46d5134bf6354546372408280d4975e2a2 100644 --- a/typo3/sysext/core/Tests/Unit/Database/QueryGeneratorTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/QueryGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/ConnectionMigratorTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/ConnectionMigratorTest.php index e1dfa28e108987f1cc34452835ca2b9e99f30d4b..edb7cc61de5354d6f1325e307872cf280ad29fcb 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/ConnectionMigratorTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/ConnectionMigratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/DefaultTcaSchemaTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/DefaultTcaSchemaTest.php index 23ca1bf36cfdc75ebce538194da33bc231a69668..2ec7ef5abfc1ae366806872ba347d6ffe0f0d5a1 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/DefaultTcaSchemaTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/DefaultTcaSchemaTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/EventListener/SchemaColumnDefinitionListenerTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/EventListener/SchemaColumnDefinitionListenerTest.php index d80cdc978c6aa800af1fb83f444744568c8104e5..aa302c1e843e9786248cca76256a850521813d53 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/EventListener/SchemaColumnDefinitionListenerTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/EventListener/SchemaColumnDefinitionListenerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\EventListener; /* diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/AbstractDataTypeBaseTestCase.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/AbstractDataTypeBaseTestCase.php index b24394f34a2207089125fe03c82f51146e41dff2..9b80eb43291c6eb06efb89a910bca281647cf4e9 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/AbstractDataTypeBaseTestCase.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/AbstractDataTypeBaseTestCase.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionAttributesTest.php index 4cdfa601e826595eecfc5d2e09ec9af54897810b..d21c7b1a644196c39e70460e84fa74667ede0a53 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionAttributesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionItemTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionItemTest.php index fc95d4b87b5edb0ad3d81de27276a142de7cfd8d..0237d7a6e0b86a05611bc40cc9ce17581830fdf5 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionItemTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ColumnDefinitionItemTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/CreateTableFragmentTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/CreateTableFragmentTest.php index 415e0982cf35b67d371bc40e33e67093abe87247..2b905424464d69ab349f3e4fa1bf9d0b99c1dc1e 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/CreateTableFragmentTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/CreateTableFragmentTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php index 76e8ff66109a11f15cbffc60abc9a87d2169aad0..7c0e78e6c5baa61bf8a31207b0105eea07c63c20 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypeAttributes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php index 217dec12d81ed3fb8b771fdd5afbace894e0a428..f290bcde41c1dd92c76dc2487f1e806ce6533df5 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypeAttributes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php index ba418eba501d754967ce432d826d4e40af4e110d..c2e1b662b10019df57803813b926d86a4ee76121 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypeAttributes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BinaryDataTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BinaryDataTypeTest.php index 06b8796ac31fbac290a9df7c8729133375f445c6..9e3cd838657f05f6da3c19f0098e63803eca2c2e 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BinaryDataTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BinaryDataTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BitDataTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BitDataTypeTest.php index ee18e7b5414e9c689fc8b3fbed682d1c2161872c..4d9b6f0e2e20ff489f53d2c1fd5da9870d39880f 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BitDataTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BitDataTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BlobTypesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BlobTypesTest.php index b642148e30745f5675d13cdcd788d018117242e7..5bbb6fa107fa0dbf857ed18f0ff1870b70181f7e 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BlobTypesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/BlobTypesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/CharDataTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/CharDataTypeTest.php index a3041a36023ace0684cb349b4550c542db87b28b..9ff04748c4a868eb8207434f73bf222bb17c6a68 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/CharDataTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/CharDataTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/DateTimeTypesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/DateTimeTypesTest.php index 123c99620f731e9593c75d90380db1a27b167099..d98a9069e5b24a1d77ae77ae4234df79d2838ac0 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/DateTimeTypesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/DateTimeTypesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/EnumDataTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/EnumDataTypeTest.php index 7d890f0d42412d85e8912b205fd0c7b6132f8bfb..cfdf907ebbffbc02e56833c4fe95fe4d473f2650 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/EnumDataTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/EnumDataTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FixedPointTypesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FixedPointTypesTest.php index 2ba4c48bae1bcee3df7cbe51eb0e8aec99945b65..b14997c572e41cd182dfeaa20352dfb502e97710 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FixedPointTypesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FixedPointTypesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FloatingPointTypesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FloatingPointTypesTest.php index 650ad2dbcb05608c4f500347e0fb7a003724a6d4..853e6f95f8f1ab5b74692792edd197e08cb232f8 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FloatingPointTypesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/FloatingPointTypesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/IntegerTypesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/IntegerTypesTest.php index 770fac87a2001a2ba23c5fddb94ab66e07920448..802ae197805e68715467160d050fd1665b98aac1 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/IntegerTypesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/IntegerTypesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/JsonDataTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/JsonDataTypeTest.php index ff72e4d84f18406b32884f8d711c252851999dc0..474df1b736b5ff660a16cb66109bccb071341fb0 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/JsonDataTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/JsonDataTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/SetDataTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/SetDataTypeTest.php index 9f9660b9212f0de39788222247b550625ac75cc6..016800759782f5b0d3b949c8ff521dba937a7fff 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/SetDataTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/SetDataTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/TextTypesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/TextTypesTest.php index 69546c88b9a52ea25e252e95e1107943d8f7c9dc..3bfd70b77be7054d0e2a492fc327944e2298ac76 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/TextTypesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypes/TextTypesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\DataTypes; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ForeignKeyDefinitionTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ForeignKeyDefinitionTest.php index a021b80dd98896f5d3f209e0197dffba9d490775..6ec04fc36d31a0a18d5084164626bff2f9173d0b 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ForeignKeyDefinitionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ForeignKeyDefinitionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/IndexDefinitionTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/IndexDefinitionTest.php index f00e3e8f6590873aa6f4f0a0bc061fdbfad97fa8..ed78272595b8653c503aa3656eec3dbfa6ba5f7e 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/IndexDefinitionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/IndexDefinitionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ReferenceDefinitionTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ReferenceDefinitionTest.php index b06d4f915aa03e1dc2d71ace910bfb9e9ceeb888..7093dfa09cfed58f492455166a6abee1e04d57a9 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ReferenceDefinitionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/ReferenceDefinitionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php index 819f9afba66175f71d7583c79ce6e7c6cfc9487f..7b91fef236f270123e38e713796c76bc4d1e213e 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableOptionsTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableOptionsTest.php index 48218ba41ee8734dc7400002dd92ab37ce6f410c..fd097446b902014852806dbd2088ee85870c9a9d 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableOptionsTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/TableOptionsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/SqlReaderTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/SqlReaderTest.php index c40d7674baa0af662a87a5b2099d375211a94711..3dc339185f6b36c40d1a5078e81ae29eb8a0a14c 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/SqlReaderTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/SqlReaderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Types/EnumTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Types/EnumTypeTest.php index 806dbaa8179e9836214e1657b16a23c8c044659d..ad6b0400f3f82d1acfdda4fadcb285f8d91e3b17 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Types/EnumTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Types/EnumTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Types; diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Types/SetTypeTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Types/SetTypeTest.php index 5b0853592b25a7d8504a83199f86aeeafbeb17df..0cb1cd22721feea08537c7578dfafeb43267ce43 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Types/SetTypeTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Types/SetTypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database\Schema\Types; diff --git a/typo3/sysext/core/Tests/Unit/Database/SoftReferenceIndexTest.php b/typo3/sysext/core/Tests/Unit/Database/SoftReferenceIndexTest.php index c1049d3392b1812fc94791adfc3b42137b8278bd..e7261dc12af03e430ae7f97e9b2899bee5a16d7d 100644 --- a/typo3/sysext/core/Tests/Unit/Database/SoftReferenceIndexTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/SoftReferenceIndexTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Database; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/FailsafeContainerTest.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/FailsafeContainerTest.php index 85ab9435a39c76d4b91f048713b60146871e9b14..b4bae24187fe8a0cdcf4cb5d33bec10d9fa2367e 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/FailsafeContainerTest.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/FailsafeContainerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestRegistryServiceProvider.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestRegistryServiceProvider.php index 92559ca09397a6f1a5aa1dcac4fc78876ac6cfe6..ba9ad30c8fbf8a206654ed87d024e2b6ba9e792e 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestRegistryServiceProvider.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestRegistryServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProvider.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProvider.php index 557c6001fde1a544d45993c2b50399264e7bfde3..26a563c724056ff784576599ba71b4ba437ce7ca 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProvider.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderFactoryOverride.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderFactoryOverride.php index 167e294a20545725fd4daf7e8666830d43cc5f89..fdbcb425a97e578ce44970e99119406794385d5a 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderFactoryOverride.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderFactoryOverride.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride.php index cbd60f477cac73edba4334d66534f71f529a2347..451f9b24ede9d5f9638743b8a951559c4e3aa2fa 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride2.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride2.php index f3063c22aeba7d4b1312b8d2511de1cc6150762d..9ca4b22ed22d23d769852efa83d69a86ddaf85d1 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride2.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestServiceProviderOverride2.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestStatefulServiceProvider.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestStatefulServiceProvider.php index e34e0d6ba9f031b226f302323346c3e33485be79..c6564801164bdac088df5c9284b3363ae19a871e 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestStatefulServiceProvider.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/Fixtures/TestStatefulServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/ListenerProviderPassTest.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/ListenerProviderPassTest.php index 9e1f58f599040df86ea93e667ecfb52c5ee80af9..beb28e066be120f21eec95b017f032cabd1eb0ec 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/ListenerProviderPassTest.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/ListenerProviderPassTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderCompilationPassTest.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderCompilationPassTest.php index e1a371d1929a5d0311d8e85ddb2748e4690dce42..6a0539f2009ffc53d5108c9d0a74ae383c827df6 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderCompilationPassTest.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderCompilationPassTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection; /* diff --git a/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderRegistryTest.php b/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderRegistryTest.php index 29be14bbac84387d8194ea5f9faec7fa809212ca..7151da16b983da0e4ec6f088b18f92bbae7e2dd5 100644 --- a/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/DependencyInjection/ServiceProviderRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\DependencyInjection; /* diff --git a/typo3/sysext/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php b/typo3/sysext/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php index 64d067b6c19d17c2e8e795989ef85a773ed88f0e..1baa6d64d65976c7498a8920607cd2f1bfc779b3 100644 --- a/typo3/sysext/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php +++ b/typo3/sysext/core/Tests/Unit/EventDispatcher/EventDispatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\EventDispatcher; /* diff --git a/typo3/sysext/core/Tests/Unit/EventDispatcher/ListenerProviderTest.php b/typo3/sysext/core/Tests/Unit/EventDispatcher/ListenerProviderTest.php index 1bb8f6791dfdfee862262675a30357d17103e8ef..7d6668eadf3a3ca380b2646308a7c720317c5146 100644 --- a/typo3/sysext/core/Tests/Unit/EventDispatcher/ListenerProviderTest.php +++ b/typo3/sysext/core/Tests/Unit/EventDispatcher/ListenerProviderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\EventDispatcher; /* diff --git a/typo3/sysext/core/Tests/Unit/ExpressionLanguage/ResolverTest.php b/typo3/sysext/core/Tests/Unit/ExpressionLanguage/ResolverTest.php index 4aa5d242cfd490ddf3cfcd09510fb71b20eb7f05..876aba10ce262b327364c0f431012807496616a9 100644 --- a/typo3/sysext/core/Tests/Unit/ExpressionLanguage/ResolverTest.php +++ b/typo3/sysext/core/Tests/Unit/ExpressionLanguage/ResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\ExpressionLanguage; /* diff --git a/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php b/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php index 73c85fc71ca8279a1485b7267254ab6ceaf815ef..6f8548c3d2e73129a8010fb6203826efa24df438 100644 --- a/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php +++ b/typo3/sysext/core/Tests/Unit/FormProtection/AbstractFormProtectionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\FormProtection; /* diff --git a/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php b/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php index a7ea6e1f865f1383b31beabb5ee0f0699fa147c0..17507e3006f7fbf8b236a576a5246a4fa3591d66 100644 --- a/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php +++ b/typo3/sysext/core/Tests/Unit/Html/HtmlParserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Html; diff --git a/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php b/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php index 7c3318c94b3962922ef6860bf28ab09fb46e0811..87b480db3d907c1b9e9840826775278781bf9584 100644 --- a/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php +++ b/typo3/sysext/core/Tests/Unit/Html/RteHtmlParserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Html; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/ClientTest.php b/typo3/sysext/core/Tests/Unit/Http/ClientTest.php index 5bfbf360768741244d686ff8a9d1e969e6529f5f..0ca20818386d8f9410708afac71285b8ab3d28e8 100644 --- a/typo3/sysext/core/Tests/Unit/Http/ClientTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/ClientTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/Fixtures/MiddlewareFixture.php b/typo3/sysext/core/Tests/Unit/Http/Fixtures/MiddlewareFixture.php index 7b75c44cddd2dcb5774445af7c377b2f82eaf985..4f23d2f6cf526838a0ebc341a1584e9c556ea723 100644 --- a/typo3/sysext/core/Tests/Unit/Http/Fixtures/MiddlewareFixture.php +++ b/typo3/sysext/core/Tests/Unit/Http/Fixtures/MiddlewareFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/MiddlewareDispatcherTest.php b/typo3/sysext/core/Tests/Unit/Http/MiddlewareDispatcherTest.php index 975b16bc0b13a9ef3d8b3b73ce4de508909bc533..a671274e90cb2a8b1e01b054c74f767a220aeb1a 100644 --- a/typo3/sysext/core/Tests/Unit/Http/MiddlewareDispatcherTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/MiddlewareDispatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/MiddlewareStackResolverTest.php b/typo3/sysext/core/Tests/Unit/Http/MiddlewareStackResolverTest.php index c3a59b5b4f0196bca0c16d97d6be0b240a7f1ab6..7a4ace939e642e8461b50b46a42b0e4026960750 100644 --- a/typo3/sysext/core/Tests/Unit/Http/MiddlewareStackResolverTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/MiddlewareStackResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/NormalizedParamsTest.php b/typo3/sysext/core/Tests/Unit/Http/NormalizedParamsTest.php index 85c1c2a4ed5fe7d8d94e0efd30cdc5473cd972db..4c7b507ad4a81e03e0da82c9eef313a32b5b35bc 100644 --- a/typo3/sysext/core/Tests/Unit/Http/NormalizedParamsTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/NormalizedParamsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/RequestFactoryTest.php b/typo3/sysext/core/Tests/Unit/Http/RequestFactoryTest.php index c6202cd764ee0ddb717588b833dde7d6b08ef054..9da418b20207901f1cf7aa7825e728b3e4db4143 100644 --- a/typo3/sysext/core/Tests/Unit/Http/RequestFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/RequestFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/ResponseFactoryTest.php b/typo3/sysext/core/Tests/Unit/Http/ResponseFactoryTest.php index 4a582e0981e8a93f58a60e88303a74daefe902b6..c15327275bdc2f99ee3cc3d826231622db888603 100644 --- a/typo3/sysext/core/Tests/Unit/Http/ResponseFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/ResponseFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/ServerRequestFactoryTest.php b/typo3/sysext/core/Tests/Unit/Http/ServerRequestFactoryTest.php index e07c99e8fc1c9fb2243634332337676963b51fc1..0d65566a850d68fee7d4fa417ab878ea63c013a5 100644 --- a/typo3/sysext/core/Tests/Unit/Http/ServerRequestFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/ServerRequestFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/StreamFactoryTest.php b/typo3/sysext/core/Tests/Unit/Http/StreamFactoryTest.php index 2cb30573b6d26525ca3b32984c3e604acaa4facc..dcf0f697ba81140dfbd955b2a10cd0883e4c8a12 100644 --- a/typo3/sysext/core/Tests/Unit/Http/StreamFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/StreamFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/UploadedFileFactoryTest.php b/typo3/sysext/core/Tests/Unit/Http/UploadedFileFactoryTest.php index a36253c2b7573dfc40f01ace858a32b45d03a92c..5eef186cbfbad0cb3ede48263e09346257c11855 100644 --- a/typo3/sysext/core/Tests/Unit/Http/UploadedFileFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/UploadedFileFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Http/UriFactoryTest.php b/typo3/sysext/core/Tests/Unit/Http/UriFactoryTest.php index dd05030797f07050a98a661af9e5997c836e56a6..f9ad31fab3fd31541a497bb5c828f24abdadf8ec 100644 --- a/typo3/sysext/core/Tests/Unit/Http/UriFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Http/UriFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Http; /* diff --git a/typo3/sysext/core/Tests/Unit/Imaging/IconFactoryTest.php b/typo3/sysext/core/Tests/Unit/Imaging/IconFactoryTest.php index 30ade518bc35aa89373200867c603148b94f38cf..e2d46bcff3f512e624b3b42a71d5789c026683fe 100644 --- a/typo3/sysext/core/Tests/Unit/Imaging/IconFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Imaging/IconFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Imaging; /* diff --git a/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/AreaTest.php b/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/AreaTest.php index c7bdddb17ae841f9edcd66ab742c8b76e9bea851..3ea1df3e2f109975d145239637d2147a2d6b172c 100644 --- a/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/AreaTest.php +++ b/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/AreaTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantCollectionTest.php b/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantCollectionTest.php index 843fd8e23871656b4c8f239a36362280eef9939c..b72ab56899af41a5ecca3848df89c3859c007c0c 100644 --- a/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantCollectionTest.php +++ b/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantCollectionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantTest.php b/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantTest.php index ffe6134ae09edcac258d85e4215056f7af7024eb..6eeafa435adfb70c714b3db7eca7f8f435d49288 100644 --- a/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantTest.php +++ b/typo3/sysext/core/Tests/Unit/Imaging/ImageManipulation/CropVariantTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Imaging\ImageManipulation; /* diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/FileLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/FileLinkHandlerTest.php index 04417dad7a27cee1448d3a0300b23d8368d8d2c7..4330ffa9d22a9ce3ab84788d3a6792620a8accc9 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/FileLinkHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/FileLinkHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\LinkHandling; /* diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/LegacyLinkNotationConverterTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/LegacyLinkNotationConverterTest.php index 8f56b201b38ea917689312f79c48f315dfe5fbd8..617720b998551b185cd785265259bfc36e928c32 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/LegacyLinkNotationConverterTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/LegacyLinkNotationConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\LinkHandling; /* diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php index 5ac5152964e01bd0dcb5053b27d5db54078c61c3..4db547443639c289129e7b6c5dbeb49ee8cfc462 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/LinkServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\LinkHandling; /* diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php index feb87df9b2890d90613ac4bc69c8e1bbd0ad062f..1a9612858ddd3313d917bc47d1f76e51a556a3dd 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\LinkHandling; /* diff --git a/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php b/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php index 1c724bffaf567eab4aa6ad286f144ccee48b1c05..dfd5a4e47f4b0036d58d74d7ebfcbccdb948f238 100644 --- a/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php +++ b/typo3/sysext/core/Tests/Unit/Log/LogManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Log; /* diff --git a/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php b/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php index fa107d0b1b388406ef75b40f54bc1a41f914c104..780917dd0e1a0d6758576f0fce6280cfc9486c79 100644 --- a/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php +++ b/typo3/sysext/core/Tests/Unit/Log/LogRecordTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Log; /* diff --git a/typo3/sysext/core/Tests/Unit/Log/Processor/WebProcessorTest.php b/typo3/sysext/core/Tests/Unit/Log/Processor/WebProcessorTest.php index 26b6c69133bc814490dfc47fcbfce277c811f398..928b537f305b2a7460f230c41650315d56ba9228 100644 --- a/typo3/sysext/core/Tests/Unit/Log/Processor/WebProcessorTest.php +++ b/typo3/sysext/core/Tests/Unit/Log/Processor/WebProcessorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Log\Processor; /* diff --git a/typo3/sysext/core/Tests/Unit/Log/Writer/FileWriterTest.php b/typo3/sysext/core/Tests/Unit/Log/Writer/FileWriterTest.php index 24fd8ed53132212489a8f4bda3a360cc265ae502..ef6ab4fe56582346ce8349da6755a2d9e40dbf29 100644 --- a/typo3/sysext/core/Tests/Unit/Log/Writer/FileWriterTest.php +++ b/typo3/sysext/core/Tests/Unit/Log/Writer/FileWriterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Log\Writer; /* diff --git a/typo3/sysext/core/Tests/Unit/Mail/MailMessageTest.php b/typo3/sysext/core/Tests/Unit/Mail/MailMessageTest.php index d3e35e89e302f40f8875507db98e64bc0131836f..a20bc16f30703560b4a4e486b648a8e7fd65ef45 100644 --- a/typo3/sysext/core/Tests/Unit/Mail/MailMessageTest.php +++ b/typo3/sysext/core/Tests/Unit/Mail/MailMessageTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Mail; /* diff --git a/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php b/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php index 36716bc70130f9cdb64a0088f10f6a54d9595fda..6089bbc6ffbeaad47673e9c0156944a5ff2f62bd 100644 --- a/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php +++ b/typo3/sysext/core/Tests/Unit/Mail/MailerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Mail; /* diff --git a/typo3/sysext/core/Tests/Unit/Mail/TransportFactoryTest.php b/typo3/sysext/core/Tests/Unit/Mail/TransportFactoryTest.php index be55009c77a1424f57e983829667f23be990a9c8..af9f861c149f308e54cefc2d2b7dd88a687cb937 100644 --- a/typo3/sysext/core/Tests/Unit/Mail/TransportFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Mail/TransportFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Mail; /* diff --git a/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageTest.php b/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageTest.php index 23e6f1bc192309dbceafa8f2ce386d10e6bfb231..cc217bc9a5f8a0c5e8ba5cfbfef5d14e90bb15f9 100644 --- a/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageTest.php +++ b/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Messaging; /* diff --git a/typo3/sysext/core/Tests/Unit/MetaTag/MetaTagManagerRegistryTest.php b/typo3/sysext/core/Tests/Unit/MetaTag/MetaTagManagerRegistryTest.php index 64ccd78ad0efb3cd13989d091a550a8b33670339..c76da66f5f54fd4e239a01a43ee0f3dab8d9bb51 100644 --- a/typo3/sysext/core/Tests/Unit/MetaTag/MetaTagManagerRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/MetaTag/MetaTagManagerRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\MetaTag; diff --git a/typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php b/typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php index 97b276416f76c2cbb6832375b779052576e15a82..172681a399e349a2d93fd3f279cf5c8d61569cfb 100644 --- a/typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php +++ b/typo3/sysext/core/Tests/Unit/Migrations/TcaMigrationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Migrations; /* diff --git a/typo3/sysext/core/Tests/Unit/Package/AbstractServiceProviderTest.php b/typo3/sysext/core/Tests/Unit/Package/AbstractServiceProviderTest.php index 022cd4471cffaaeb5574df9668ab4a72645e419e..ad9a22df68a2f43e8691643656727b773b5c8fb1 100644 --- a/typo3/sysext/core/Tests/Unit/Package/AbstractServiceProviderTest.php +++ b/typo3/sysext/core/Tests/Unit/Package/AbstractServiceProviderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Package; /* diff --git a/typo3/sysext/core/Tests/Unit/Package/Mocks/Package1ServiceProviderMock.php b/typo3/sysext/core/Tests/Unit/Package/Mocks/Package1ServiceProviderMock.php index 6f6b7fc753ca002f30ce7deab61ef8ef1317571b..74adb492013360d0cdf3a62fd7299c180296d3a5 100644 --- a/typo3/sysext/core/Tests/Unit/Package/Mocks/Package1ServiceProviderMock.php +++ b/typo3/sysext/core/Tests/Unit/Package/Mocks/Package1ServiceProviderMock.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Package\Mocks; /* diff --git a/typo3/sysext/core/Tests/Unit/Package/Mocks/Package2ServiceProviderMock.php b/typo3/sysext/core/Tests/Unit/Package/Mocks/Package2ServiceProviderMock.php index 0aa1e7536fd636614e74b82587d43eaa07ece4e5..9ea2b283e5c7c4ef154096b5f41fb90c1718202f 100644 --- a/typo3/sysext/core/Tests/Unit/Package/Mocks/Package2ServiceProviderMock.php +++ b/typo3/sysext/core/Tests/Unit/Package/Mocks/Package2ServiceProviderMock.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Package\Mocks; /* diff --git a/typo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php b/typo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php index e5364e1f61507bd821b1216635929a0346666e04..34c104cfd30ab11117fdf0d40baef0fdd3a2fade 100644 --- a/typo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php +++ b/typo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Package; /* * diff --git a/typo3/sysext/core/Tests/Unit/Page/AssetCollectorTest.php b/typo3/sysext/core/Tests/Unit/Page/AssetCollectorTest.php index e592def90be6dc712fe1df529932cc49767c8680..fda98fd047670f1a16872cbbc0cc9ebff49f28ff 100644 --- a/typo3/sysext/core/Tests/Unit/Page/AssetCollectorTest.php +++ b/typo3/sysext/core/Tests/Unit/Page/AssetCollectorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Page; diff --git a/typo3/sysext/core/Tests/Unit/Page/AssetDataProvider.php b/typo3/sysext/core/Tests/Unit/Page/AssetDataProvider.php index 109f8e3a06e2b8f08634be327f8a99feca1d724c..6aff3122600ed3504d99f76e3fba25fd7641e80e 100644 --- a/typo3/sysext/core/Tests/Unit/Page/AssetDataProvider.php +++ b/typo3/sysext/core/Tests/Unit/Page/AssetDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Page; diff --git a/typo3/sysext/core/Tests/Unit/Page/AssetRendererTest.php b/typo3/sysext/core/Tests/Unit/Page/AssetRendererTest.php index b3bd0fd133b342a39dda7ddadceb4eff1a176fcb..4d4bf50ab305b430e8cfb6180528c73562f6816d 100644 --- a/typo3/sysext/core/Tests/Unit/Page/AssetRendererTest.php +++ b/typo3/sysext/core/Tests/Unit/Page/AssetRendererTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Page; diff --git a/typo3/sysext/core/Tests/Unit/Pagination/ArrayPaginatorTest.php b/typo3/sysext/core/Tests/Unit/Pagination/ArrayPaginatorTest.php index 34d7a9fd703c75ba9417b0b5eb692ef7a5f19b69..fba34e94c022f94fd44b99e23a98d12b826b8435 100644 --- a/typo3/sysext/core/Tests/Unit/Pagination/ArrayPaginatorTest.php +++ b/typo3/sysext/core/Tests/Unit/Pagination/ArrayPaginatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Pagination; diff --git a/typo3/sysext/core/Tests/Unit/Pagination/SimplePaginationTest.php b/typo3/sysext/core/Tests/Unit/Pagination/SimplePaginationTest.php index 1bbe97ed5bf272f4de5104beccf5541175c6d33f..4b6b9f9db55af6af426aa1ac83dc289773aacf34 100644 --- a/typo3/sysext/core/Tests/Unit/Pagination/SimplePaginationTest.php +++ b/typo3/sysext/core/Tests/Unit/Pagination/SimplePaginationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Pagination; diff --git a/typo3/sysext/core/Tests/Unit/Resource/AbstractFileTest.php b/typo3/sysext/core/Tests/Unit/Resource/AbstractFileTest.php index 9d34bb00a3fc4adfa7821560838c1b17e5b8b337..1afd8825ca2ac4034b63bba4c8f762c55a7757b5 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/AbstractFileTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/AbstractFileTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php b/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php index 87ff1a19aa6e88ecb4463a1437543a227e707367..ab0f96f1490dd459189bbb576250e212eb5c0cb5 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Driver/DriverRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Driver; diff --git a/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php b/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php index 2b1f99d75e02036fd815dd21fa80305e62d85ce2..d447bf2fa589108fb7f56e5ffecdfba13e3bc83a 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Driver/LocalDriverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Driver; diff --git a/typo3/sysext/core/Tests/Unit/Resource/FileTest.php b/typo3/sysext/core/Tests/Unit/Resource/FileTest.php index 9ea0e117ac7a8624317147813561597c4722c523..bcbd010fd4f8333f1bcd85d943e0209e15278b0d 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/FileTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/FileTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/MetaDataAspectTest.php b/typo3/sysext/core/Tests/Unit/Resource/MetaDataAspectTest.php index e720b3af5966b610a4c7273a44a4c6c61ce3487d..07ce19df06e9b8680fc229e17131b39b3c9903ce 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/MetaDataAspectTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/MetaDataAspectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; diff --git a/typo3/sysext/core/Tests/Unit/Resource/OnlineMedia/Helpers/VimeoHelperTest.php b/typo3/sysext/core/Tests/Unit/Resource/OnlineMedia/Helpers/VimeoHelperTest.php index 942b0932db5bddc9ac72e1413f25cb76d57ca7c7..29be5f7058d9c79676f4abdbb9a3446e95e0ff89 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/OnlineMedia/Helpers/VimeoHelperTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/OnlineMedia/Helpers/VimeoHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\OnlineMedia\Helpers; diff --git a/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php b/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php index 1b8c972a503c63fbe783921e53ce0a417ad0dc80..1c9e3aa423e579b11525fdd77dad57ed7249105e 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/ProcessedFileTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/Processing/ProcessorRegistryTest.php b/typo3/sysext/core/Tests/Unit/Resource/Processing/ProcessorRegistryTest.php index 843f0bc7d49f0d4585d9481688950b4450debe6c..e7e34da1ee88175f783d4c24926c11598bf054d5 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Processing/ProcessorRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Processing/ProcessorRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Processing; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/Rendering/AudioTagRendererTest.php b/typo3/sysext/core/Tests/Unit/Resource/Rendering/AudioTagRendererTest.php index 7c97bd499f1ebfa13f8317993e9db30246f79ea6..ec8bf3bdd750943f7f6fd6118f47e47c785ec4a2 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Rendering/AudioTagRendererTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Rendering/AudioTagRendererTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Rendering; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/Rendering/VideoTagRendererTest.php b/typo3/sysext/core/Tests/Unit/Resource/Rendering/VideoTagRendererTest.php index f42a9f0c0ed2d91ae37bc5b2e6f4115e6f8f6b26..e91aa63dc49676fc38ff9afd0d6ba92fa192ede0 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Rendering/VideoTagRendererTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Rendering/VideoTagRendererTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Rendering; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/Rendering/VimeoRendererTest.php b/typo3/sysext/core/Tests/Unit/Resource/Rendering/VimeoRendererTest.php index 41b4f6f28cf1f013a841aa5f5ba4b281aac05688..b072525e767798a8d44a295e2c912283471b1159 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Rendering/VimeoRendererTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Rendering/VimeoRendererTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Rendering; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/Rendering/YouTubeRendererTest.php b/typo3/sysext/core/Tests/Unit/Resource/Rendering/YouTubeRendererTest.php index f2d0d2e96472e05550e35d055675921db9bb9537..941a55ab478757920e7a63ec451a85c3bff8507b 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Rendering/YouTubeRendererTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Rendering/YouTubeRendererTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Rendering; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorIntegrationTest.php b/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorIntegrationTest.php index 53b87940f1941da6e00e7cffcf6d3d5bf641972b..8fb59044eb9b33a9da75003d0de7904ce60190fe 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorIntegrationTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorIntegrationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; diff --git a/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php b/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php index e7473897856b1888daa859e6524dd32e4c84ea72..5627fa7f66f805665f267fb7e8b6143c0ad75764 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; /* diff --git a/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest/Fixtures/TestableResourceCompressor.php b/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest/Fixtures/TestableResourceCompressor.php index eedbf9bd14ae89cccc052caf160522fd89802848..d30c811a686bda22bba70218417bdd7e53651942 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest/Fixtures/TestableResourceCompressor.php +++ b/typo3/sysext/core/Tests/Unit/Resource/ResourceCompressorTest/Fixtures/TestableResourceCompressor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\ResourceCompressorTest\Fixtures; diff --git a/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php b/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php index 9265696d3d05bf44a1ead0d6dfce82c42391943f..b0c48c31cd59c69eb8e905c03eb82d001bc606f6 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/ResourceStorageTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource; diff --git a/typo3/sysext/core/Tests/Unit/Resource/Security/FileNameValidatorTest.php b/typo3/sysext/core/Tests/Unit/Resource/Security/FileNameValidatorTest.php index b7c110668010cbd54643d12868bf4a9c99b6cab1..b2c398fd3b911cc8466b491d92562806755a8949 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Security/FileNameValidatorTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Security/FileNameValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Security; diff --git a/typo3/sysext/core/Tests/Unit/Resource/Service/ExtractorServiceTest.php b/typo3/sysext/core/Tests/Unit/Resource/Service/ExtractorServiceTest.php index 37dac3375807c69c082d9b96ef49b8a40296beeb..15c385daa2a29a50ed2efb85cd89ecb3dcb12745 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Service/ExtractorServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Service/ExtractorServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Resource\Service; diff --git a/typo3/sysext/core/Tests/Unit/Routing/Aspect/AspectFactoryTest.php b/typo3/sysext/core/Tests/Unit/Routing/Aspect/AspectFactoryTest.php index 7917311dfab511c523a4a73d105cfa8adb5c000a..0abac038ecfa1da979fd3c4f755aa4bc1acb3c43 100644 --- a/typo3/sysext/core/Tests/Unit/Routing/Aspect/AspectFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Routing/Aspect/AspectFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Routing\Aspect; diff --git a/typo3/sysext/core/Tests/Unit/Routing/Enhancer/VariableProcessorTest.php b/typo3/sysext/core/Tests/Unit/Routing/Enhancer/VariableProcessorTest.php index 139ceceec2d10cb7a8425016b6fcb7dc4618860b..39a0147a9c6d7ec5da2fedc3a56d240173fcf20f 100644 --- a/typo3/sysext/core/Tests/Unit/Routing/Enhancer/VariableProcessorTest.php +++ b/typo3/sysext/core/Tests/Unit/Routing/Enhancer/VariableProcessorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Routing\Enhancer; diff --git a/typo3/sysext/core/Tests/Unit/Routing/PageRouterTest.php b/typo3/sysext/core/Tests/Unit/Routing/PageRouterTest.php index 14c62813247941819cea1c6cd1e40c0f24c2949d..ed5e6800a1a52f1a709e350d2335be6fcc0486d0 100644 --- a/typo3/sysext/core/Tests/Unit/Routing/PageRouterTest.php +++ b/typo3/sysext/core/Tests/Unit/Routing/PageRouterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Routing; diff --git a/typo3/sysext/core/Tests/Unit/Routing/SiteMatcherTest.php b/typo3/sysext/core/Tests/Unit/Routing/SiteMatcherTest.php index 23ce38fd34b173961e9bf0c13c8b2e108ee3d67b..61f1d56fab39e3a04fa95d102857c98ddaab02e0 100644 --- a/typo3/sysext/core/Tests/Unit/Routing/SiteMatcherTest.php +++ b/typo3/sysext/core/Tests/Unit/Routing/SiteMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Routing; /* diff --git a/typo3/sysext/core/Tests/Unit/Service/MarkerBasedTemplateServiceTest.php b/typo3/sysext/core/Tests/Unit/Service/MarkerBasedTemplateServiceTest.php index 62d2234d562fc5e048a97c20a4d38eadaf073fb2..21545a77dc57256574144594bb50cd11e7f232f7 100644 --- a/typo3/sysext/core/Tests/Unit/Service/MarkerBasedTemplateServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/Service/MarkerBasedTemplateServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Service; diff --git a/typo3/sysext/core/Tests/Unit/Session/Backend/DatabaseSessionBackendTest.php b/typo3/sysext/core/Tests/Unit/Session/Backend/DatabaseSessionBackendTest.php index 6224bb1a6c4024d13ad4ed0c8826ad83ddf83cff..58b29459f37c1c5ffabe25af1f90f115e17a3edf 100644 --- a/typo3/sysext/core/Tests/Unit/Session/Backend/DatabaseSessionBackendTest.php +++ b/typo3/sysext/core/Tests/Unit/Session/Backend/DatabaseSessionBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Session\Backend; /* diff --git a/typo3/sysext/core/Tests/Unit/Session/Backend/RedisSessionBackendTest.php b/typo3/sysext/core/Tests/Unit/Session/Backend/RedisSessionBackendTest.php index b277d04681f348977f51fde025674aa332b2b0cd..e63c491f539b954b944ac10ad5f0b9d69bf8c80d 100644 --- a/typo3/sysext/core/Tests/Unit/Session/Backend/RedisSessionBackendTest.php +++ b/typo3/sysext/core/Tests/Unit/Session/Backend/RedisSessionBackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Session\Backend; /* diff --git a/typo3/sysext/core/Tests/Unit/Session/SessionManagerTest.php b/typo3/sysext/core/Tests/Unit/Session/SessionManagerTest.php index ba34af8657843e38917c7092ad6cdf84db820b12..964410898a11b3023c637e0c7d916a2cbc8b7851 100644 --- a/typo3/sysext/core/Tests/Unit/Session/SessionManagerTest.php +++ b/typo3/sysext/core/Tests/Unit/Session/SessionManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Session; /* diff --git a/typo3/sysext/core/Tests/Unit/Site/Entity/SiteLanguageTest.php b/typo3/sysext/core/Tests/Unit/Site/Entity/SiteLanguageTest.php index 2f83ccd625bd3196aa8771c6e61850f2fd969ee6..642d07af20802e933359fce113f455148673c16d 100644 --- a/typo3/sysext/core/Tests/Unit/Site/Entity/SiteLanguageTest.php +++ b/typo3/sysext/core/Tests/Unit/Site/Entity/SiteLanguageTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Site\Entity; diff --git a/typo3/sysext/core/Tests/Unit/Site/Entity/SiteTest.php b/typo3/sysext/core/Tests/Unit/Site/Entity/SiteTest.php index 8a4548def2da435254213bdf554d1a68f0cbc350..2bdac6f3c5e9c2183df3d0180ab0850639cf5fb8 100644 --- a/typo3/sysext/core/Tests/Unit/Site/Entity/SiteTest.php +++ b/typo3/sysext/core/Tests/Unit/Site/Entity/SiteTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Site\Entity; diff --git a/typo3/sysext/core/Tests/Unit/TimeTracker/TimeTrackerTest.php b/typo3/sysext/core/Tests/Unit/TimeTracker/TimeTrackerTest.php index 19d1a6bbc5be08f0352900bd51fe5395a180c65d..bbbd95ba98ef9cbbff3d844a3617eb82d340e321 100644 --- a/typo3/sysext/core/Tests/Unit/TimeTracker/TimeTrackerTest.php +++ b/typo3/sysext/core/Tests/Unit/TimeTracker/TimeTrackerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\TimeTracker; /* diff --git a/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php b/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php index c254f1a2179479669f1e7ceef732e848ed52f38c..0bded251f502bac80433618310f71246831957ff 100644 --- a/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php +++ b/typo3/sysext/core/Tests/Unit/Tree/TableConfiguration/TreeDataProviderFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Tree\TableConfiguration; /* diff --git a/typo3/sysext/core/Tests/Unit/Type/BitSetTest.php b/typo3/sysext/core/Tests/Unit/Type/BitSetTest.php index 330e53efaaec1acacae022e91a956ccc2eb8c997..13973343889117c8e13408a70fa80cac35c418c0 100644 --- a/typo3/sysext/core/Tests/Unit/Type/BitSetTest.php +++ b/typo3/sysext/core/Tests/Unit/Type/BitSetTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/core/Tests/Unit/Type/EnumerationTest.php b/typo3/sysext/core/Tests/Unit/Type/EnumerationTest.php index dcffe806e1cfbe870d277f1ede469ca0b7ebbe34..5535e797e1e71d8a3a7491b3f232d743bebc2eea 100644 --- a/typo3/sysext/core/Tests/Unit/Type/EnumerationTest.php +++ b/typo3/sysext/core/Tests/Unit/Type/EnumerationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Type; diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/Parser/ConstantConfigurationParserTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/Parser/ConstantConfigurationParserTest.php index 66bb613fcfa0e900b72b284d0bc0c83f90953b13..50b5972c9127311a26229d08f3c16727ac53e46c 100644 --- a/typo3/sysext/core/Tests/Unit/TypoScript/Parser/ConstantConfigurationParserTest.php +++ b/typo3/sysext/core/Tests/Unit/TypoScript/Parser/ConstantConfigurationParserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\TypoScript\Parser; diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php index bdb887ec16244eda6b0f6bf72fb62a14d9ad6eea..ba5c27ef67364220a9a5289785641b417c6359af 100644 --- a/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php +++ b/typo3/sysext/core/Tests/Unit/TypoScript/Parser/TypoScriptParserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\TypoScript\Parser; diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php index b43780c2236c68c0abeea08ae62852d3d1bcf31e..bc71baeaace622010f31dda2a7d27a11e92d96ae 100644 --- a/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\TypoScript; diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/TypoScriptServiceTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/TypoScriptServiceTest.php index 608685d495f6e4eb76f3379fd2d0a9de193beb68..b451457875c804eab857553e477cbdd045db3bec 100644 --- a/typo3/sysext/core/Tests/Unit/TypoScript/TypoScriptServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/TypoScript/TypoScriptServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\TypoScript; diff --git a/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php index bd4b4cb764c264f2ae77f7bf65b765b4519d5aa7..b85125e85469b306df60604a8ed530bd94a3de1d 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/CommandUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/CommandUtilityTest.php index 89e7322bd050574ea07c7d2f14af47603b642b87..b8f41aa9cb01e5f37304a35dc613c651efc5c9ec 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/CommandUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/CommandUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ArrayUtilityFilterRecursiveCallbackFixture.php b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ArrayUtilityFilterRecursiveCallbackFixture.php index b487996a0488716a3d465b44008ec7fb02a7785d..f9714db802ae5c0ad39f1757da0cb730d9e607fd 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ArrayUtilityFilterRecursiveCallbackFixture.php +++ b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/ArrayUtilityFilterRecursiveCallbackFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/GeneralUtilityMakeInstanceInjectLoggerFixture.php b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/GeneralUtilityMakeInstanceInjectLoggerFixture.php index 68cb9f90e0c97be591a877cad75ddf5500e4ecad..228581a04cedbc6fa72f59012a4490e477673293 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/GeneralUtilityMakeInstanceInjectLoggerFixture.php +++ b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/GeneralUtilityMakeInstanceInjectLoggerFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/StringValue.php b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/StringValue.php index 1791c3c79aec7549a54033aa0de13d908efb629f..680b15da84766bb54e8a060efc7dfe3d4aa2fc13 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/Fixtures/StringValue.php +++ b/typo3/sysext/core/Tests/Unit/Utility/Fixtures/StringValue.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility\Fixtures; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php index 7d69b19ba9321e2b92707d0d4bb558fa8c5b2cd7..60a902bf20c68851199047e0bd3a0febe85eba1d 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php index ff4a8c025d0caf4336064d889a682ca3134f8dcd..e8b53b5140c39312fc258f941385931af3c831c1 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/PathUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility; diff --git a/typo3/sysext/core/Tests/Unit/Utility/PermutationUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/PermutationUtilityTest.php index 8b1e252344885d8905a3f4ffe1b32411bbaeabd1..265c0db2d60bd04ac1471e36dd9b2746700920d0 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/PermutationUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/PermutationUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility; /* diff --git a/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php index a119c25ce76dcb7ef008df13e26665a55b59ea55..032380a71b538c5ac12d712f25db23134b745d48 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/RootlineUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Utility; diff --git a/typo3/sysext/core/Tests/Unit/ViewHelpers/IconViewHelperTest.php b/typo3/sysext/core/Tests/Unit/ViewHelpers/IconViewHelperTest.php index 782d165a49d7ffcab8ec5c73a22c9e004b7ed9c7..67b73c5025070e7fa042f380d785bc8da874192d 100644 --- a/typo3/sysext/core/Tests/Unit/ViewHelpers/IconViewHelperTest.php +++ b/typo3/sysext/core/Tests/Unit/ViewHelpers/IconViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\ViewHelpers; /* diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/Fixtures/PublicMethodDeprecationTraitTextFixture.php b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/Fixtures/PublicMethodDeprecationTraitTextFixture.php index 5b8baacc8adcc888d0e6ab9767c1753d0a36bb6c..5ad73e3b793f503cb6b2b72327fcbc08175815c2 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/Fixtures/PublicMethodDeprecationTraitTextFixture.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/Fixtures/PublicMethodDeprecationTraitTextFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\UnitDeprecated\Compatibility\Fixtures; /* diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicMethodDeprecationTraitTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicMethodDeprecationTraitTest.php index 3ae24e84fff7325576a61f0b32f2227e7eae7bb6..108b5b3b8fa86cc39f26e7e7872a936bef399468 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicMethodDeprecationTraitTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicMethodDeprecationTraitTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\UnitDeprecated\Compatibility; /* diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php index d01200c829f05949f271b5541733071d51070aff..76ff53175d73dc070d85c9b259c3d0d4ac502d90 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Compatibility/PublicPropertyDeprecationTraitTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Compatibility; /* diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Console/CommandRegistryTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Console/CommandRegistryTest.php index 10ee80a3a11910577e3636860c33d4f0ba7a18e6..49b1aeddde2aad2c42136c2ae1636412d2998592 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Console/CommandRegistryTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Console/CommandRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\UnitDeprecated\Console; /* diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Localization/LocalizationFactoryTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Localization/LocalizationFactoryTest.php index 07ba2cc38a86c4f36264986a6285696e3109d411..fdcb6b4e926e4ac6c30ead18ff55fdf27929c94a 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Localization/LocalizationFactoryTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Localization/LocalizationFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\UnitDeprecated\Localization; /* diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Localization/Parser/LocallangXmlParserTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Localization/Parser/LocallangXmlParserTest.php index 15cd285441da30c9f49dc73573e5639317e7200a..a5aa415ae7b475cf2b511a468317603ab15e171e 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Localization/Parser/LocallangXmlParserTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Localization/Parser/LocallangXmlParserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Localization\Parser; /* diff --git a/typo3/sysext/dashboard/Classes/Controller/AbstractController.php b/typo3/sysext/dashboard/Classes/Controller/AbstractController.php index c1ba10a8863dc52574677c0b8967a009ce12d8dd..e8e990f1f47a3849f54907fa3555ac6953d6991b 100644 --- a/typo3/sysext/dashboard/Classes/Controller/AbstractController.php +++ b/typo3/sysext/dashboard/Classes/Controller/AbstractController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Controller; /* diff --git a/typo3/sysext/dashboard/Classes/Controller/DashboardController.php b/typo3/sysext/dashboard/Classes/Controller/DashboardController.php index 671b2278b109af253bfb862858099fe68333040f..01b46e50f1f99584b64581fa7e77dae110743899 100644 --- a/typo3/sysext/dashboard/Classes/Controller/DashboardController.php +++ b/typo3/sysext/dashboard/Classes/Controller/DashboardController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Controller; /* diff --git a/typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php b/typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php index dbe46bd9527a7312c44731d978c5f107d664e270..9e425680ebc915555707e81245737e70424f5629 100644 --- a/typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php +++ b/typo3/sysext/dashboard/Classes/Controller/WidgetAjaxController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Controller; /* diff --git a/typo3/sysext/dashboard/Classes/Dashboard.php b/typo3/sysext/dashboard/Classes/Dashboard.php index df66eeaf7cffd44b6330bbad565ad32269aa5e36..f5eec79cd72221e7d5ad0f02391c33023b7562cf 100644 --- a/typo3/sysext/dashboard/Classes/Dashboard.php +++ b/typo3/sysext/dashboard/Classes/Dashboard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/DashboardInitializationService.php b/typo3/sysext/dashboard/Classes/DashboardInitializationService.php index 088e2c4177f88cc26435a14c294d38441c8ddcb5..2c40477aa97a14323f020f5a559ca2d70561ea7e 100644 --- a/typo3/sysext/dashboard/Classes/DashboardInitializationService.php +++ b/typo3/sysext/dashboard/Classes/DashboardInitializationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; diff --git a/typo3/sysext/dashboard/Classes/DashboardPreset.php b/typo3/sysext/dashboard/Classes/DashboardPreset.php index e68ba1d280e8e066af231195ea41ca3daca43aba..506c9aae29404935ecf4f9c085a36de425ab020f 100644 --- a/typo3/sysext/dashboard/Classes/DashboardPreset.php +++ b/typo3/sysext/dashboard/Classes/DashboardPreset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/DashboardPresetRegistry.php b/typo3/sysext/dashboard/Classes/DashboardPresetRegistry.php index ae4f61e80e22db6a72e6c13e8ee575b997d53164..f7e6a47940e7b0472ae39bfbc0ee9f6bed55abae 100644 --- a/typo3/sysext/dashboard/Classes/DashboardPresetRegistry.php +++ b/typo3/sysext/dashboard/Classes/DashboardPresetRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/DashboardRepository.php b/typo3/sysext/dashboard/Classes/DashboardRepository.php index 4db64fe024a157d5f06617e12ded44a523a5e642..9063a4fc4e34b36e620baf3a2c5d7c47f6555613 100644 --- a/typo3/sysext/dashboard/Classes/DashboardRepository.php +++ b/typo3/sysext/dashboard/Classes/DashboardRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/DependencyInjection/DashboardWidgetPass.php b/typo3/sysext/dashboard/Classes/DependencyInjection/DashboardWidgetPass.php index f22edef4d98094d1a5563c2da104ff12813b1ddc..d609f709019c653a569990e92953360fca1da398 100644 --- a/typo3/sysext/dashboard/Classes/DependencyInjection/DashboardWidgetPass.php +++ b/typo3/sysext/dashboard/Classes/DependencyInjection/DashboardWidgetPass.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\DependencyInjection; /* diff --git a/typo3/sysext/dashboard/Classes/ServiceProvider.php b/typo3/sysext/dashboard/Classes/ServiceProvider.php index 51784438545d7c9601787a8b91463eec5801d509..af67b2268932763aae3e48f15da9c7c87060247a 100644 --- a/typo3/sysext/dashboard/Classes/ServiceProvider.php +++ b/typo3/sysext/dashboard/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/Utility/ButtonUtility.php b/typo3/sysext/dashboard/Classes/Utility/ButtonUtility.php index 890cc98ade0f2b81a0427a3e8b7db823676934ab..b4d9e4f5f69e68c01c2e7b651631f34a14dfa492 100644 --- a/typo3/sysext/dashboard/Classes/Utility/ButtonUtility.php +++ b/typo3/sysext/dashboard/Classes/Utility/ButtonUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Utility; /* diff --git a/typo3/sysext/dashboard/Classes/Views/Factory.php b/typo3/sysext/dashboard/Classes/Views/Factory.php index bcc072325696b8fb21741a76518083815417405b..3047c145243a7de4b6a974fbe7208f7a664f5350 100644 --- a/typo3/sysext/dashboard/Classes/Views/Factory.php +++ b/typo3/sysext/dashboard/Classes/Views/Factory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Views; /* diff --git a/typo3/sysext/dashboard/Classes/WidgetApi.php b/typo3/sysext/dashboard/Classes/WidgetApi.php index 2fce884df3658b426cf7e582933d1245c2682ecf..0ced43862cb96d38c9545cd68f5275ccc505e1f2 100644 --- a/typo3/sysext/dashboard/Classes/WidgetApi.php +++ b/typo3/sysext/dashboard/Classes/WidgetApi.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/WidgetGroup.php b/typo3/sysext/dashboard/Classes/WidgetGroup.php index 752e19d37b3b9d60b824da46c79e5f132bdaa794..5160a79a4c04965e893b3ae6fe283fc514efd9c5 100644 --- a/typo3/sysext/dashboard/Classes/WidgetGroup.php +++ b/typo3/sysext/dashboard/Classes/WidgetGroup.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/WidgetGroupInitializationService.php b/typo3/sysext/dashboard/Classes/WidgetGroupInitializationService.php index 8fec06754d78e11e16466435b884827c9380af74..77b189a8ce2c6e91c662f6dc56be2e28def0e30b 100644 --- a/typo3/sysext/dashboard/Classes/WidgetGroupInitializationService.php +++ b/typo3/sysext/dashboard/Classes/WidgetGroupInitializationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/WidgetGroupRegistry.php b/typo3/sysext/dashboard/Classes/WidgetGroupRegistry.php index 53164abcf73be9fb6507c9eaa5de95cde1b7456e..79c3e1afd02a09462bc6c39fc1023a17c1b9ec6a 100644 --- a/typo3/sysext/dashboard/Classes/WidgetGroupRegistry.php +++ b/typo3/sysext/dashboard/Classes/WidgetGroupRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/WidgetRegistry.php b/typo3/sysext/dashboard/Classes/WidgetRegistry.php index 97172c257a2e3a3177d38fb5cec60142a901d98e..9d492c32dd9a7961bf1239adb02b64278bd107da 100644 --- a/typo3/sysext/dashboard/Classes/WidgetRegistry.php +++ b/typo3/sysext/dashboard/Classes/WidgetRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/BarChartWidget.php b/typo3/sysext/dashboard/Classes/Widgets/BarChartWidget.php index 66052161b8924328528ef21fd85025b20221a374..fadc8fd01082fc73a3367276ac1543a4b14bd3d0 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/BarChartWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/BarChartWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/CtaWidget.php b/typo3/sysext/dashboard/Classes/Widgets/CtaWidget.php index aeb490d7894050de62303d2336718b15efe06f03..b9f59ebb5fc03102505d0d3f14b06e5d57b22009 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/CtaWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/CtaWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/DoughnutChartWidget.php b/typo3/sysext/dashboard/Classes/Widgets/DoughnutChartWidget.php index 8a2860302035641db93609d590cd8995b6c3d22f..4e088ba807591c602ec2e2d8a67cad108c423c6c 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/DoughnutChartWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/DoughnutChartWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalCssInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalCssInterface.php index 2e7e95c359ad4e46b94ec6078c186c85938e4908..62729df4b4248d7dd67c6783f017c17b0a023fac 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalCssInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalCssInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalJavaScriptInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalJavaScriptInterface.php index acb38d693233436d2bb8cd9087361a708f2a2b5f..c4483246ef874488fcc5b6aa0e23e4f03205c10e 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalJavaScriptInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalJavaScriptInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ButtonProviderInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ButtonProviderInterface.php index a308a6ade61565cf596b245c1e994c7132c7ab8a..795a66ba84aafd7b49595aca31398dce863b56f5 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ButtonProviderInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ButtonProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ChartDataProviderInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ChartDataProviderInterface.php index 78ee384ba8e8b749006e66b66948a3edbb091c41..7805ccdee72c820b602a71dcc4b9bfaa61b08f6c 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ChartDataProviderInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ChartDataProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/EventDataInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/EventDataInterface.php index b8ee4398c5b346d5b3e25be34fb6be483b170793..fdf7c3f1f99ab154adec6e560ad5788d4b1bc1b0 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/EventDataInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/EventDataInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ListDataProviderInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ListDataProviderInterface.php index e2899767c21ce3740ded77fd39b18a6711705438..27da2ff83dedd76c08226190f73602a5c5474074 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ListDataProviderInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/ListDataProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/NumberWithIconDataProviderInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/NumberWithIconDataProviderInterface.php index 21e6dbb4a6f1214776da0092c04294ee735b34ac..2460aae6850a6f094b71ad8201e204f287beecf3 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/NumberWithIconDataProviderInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/NumberWithIconDataProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/RequireJsModuleInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/RequireJsModuleInterface.php index 71071bc4efcc55e33b5c917376fc953f38207b81..f271a56163f5c76f2e8b3db2a211bd9f4942bc14 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/RequireJsModuleInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/RequireJsModuleInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetConfigurationInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetConfigurationInterface.php index 37e0964f56eb5229e4014ca7967a4cedcfde85e1..083470ac2142b30a79224fd5f6f107f94a8bdf63 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetConfigurationInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetConfigurationInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetInterface.php b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetInterface.php index c59c6521d801719d53bf5fb28e916b7d0662e8f0..7bfa486442c0273ed928c25393ea0b11ae1f5d56 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetInterface.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Interfaces; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/ListWidget.php b/typo3/sysext/dashboard/Classes/Widgets/ListWidget.php index 5ca2ea49f8e3005d322b20b62fef0e7739c627b0..e6af1a820f9b8840522c5371bfd44b436fa17e1a 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/ListWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/ListWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/NumberWithIconWidget.php b/typo3/sysext/dashboard/Classes/Widgets/NumberWithIconWidget.php index 41446748d217df98fb39a94a12a19a296ce2e35b..f40e454c33fe481d7f891ac8618f7ab0e9db738a 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/NumberWithIconWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/NumberWithIconWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Provider/ButtonProvider.php b/typo3/sysext/dashboard/Classes/Widgets/Provider/ButtonProvider.php index 5a8a9d812489c80b90067fd95adaad5886bec25e..6bc251185eb9301e044dd39a14158560cf3a131e 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Provider/ButtonProvider.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Provider/ButtonProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Provider; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Provider/NumberOfFailedLoginsDataProvider.php b/typo3/sysext/dashboard/Classes/Widgets/Provider/NumberOfFailedLoginsDataProvider.php index 159c52b03a2d7ffc6c863c6431d0a66ad58c854d..3080926b138144295a158d7f269a0119ea7e0c18 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Provider/NumberOfFailedLoginsDataProvider.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Provider/NumberOfFailedLoginsDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Provider; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogButtonProvider.php b/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogButtonProvider.php index 6be6af5c5a9d4fd2f57b3c4991391f71f4432498..43688dbf0ce3dab75a22cd91852689556b0e594c 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogButtonProvider.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogButtonProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Provider; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogErrorsDataProvider.php b/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogErrorsDataProvider.php index 0a6b70c0dd96138581d18bd73e77ce73adf5183e..7cf5ca52b725ec406cacc44a8faafcf1675667dd 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogErrorsDataProvider.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Provider/SysLogErrorsDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Provider; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/Provider/TypeOfUsersChartDataProvider.php b/typo3/sysext/dashboard/Classes/Widgets/Provider/TypeOfUsersChartDataProvider.php index 06d330b7f1f8bcd45ce1f9939f6c99a1b92583e1..46b0bdfd57a5bc0453b488fc8c95a620c7402c10 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/Provider/TypeOfUsersChartDataProvider.php +++ b/typo3/sysext/dashboard/Classes/Widgets/Provider/TypeOfUsersChartDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets\Provider; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/RssWidget.php b/typo3/sysext/dashboard/Classes/Widgets/RssWidget.php index 14ba8673d04dc094169a468fe60b23afafa07f3a..b0bde164edbf0421a0121bc33d0f7198bb0cd082 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/RssWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/RssWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/T3GeneralInformationWidget.php b/typo3/sysext/dashboard/Classes/Widgets/T3GeneralInformationWidget.php index 6d31f3eb0e45d27109fe038a582ad4e76d7af3a6..0cdb2ec78564f56548f75f79037263915a69a813 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/T3GeneralInformationWidget.php +++ b/typo3/sysext/dashboard/Classes/Widgets/T3GeneralInformationWidget.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Classes/Widgets/WidgetConfiguration.php b/typo3/sysext/dashboard/Classes/Widgets/WidgetConfiguration.php index 008ca099cc77e3f1384a9c4277c5e2d4ffe11ed6..170791557858cbb4934b2c43854a8422009081c8 100644 --- a/typo3/sysext/dashboard/Classes/Widgets/WidgetConfiguration.php +++ b/typo3/sysext/dashboard/Classes/Widgets/WidgetConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Widgets; /* diff --git a/typo3/sysext/dashboard/Configuration/Services.php b/typo3/sysext/dashboard/Configuration/Services.php index b88db377b78651a17863a78561293c2b5b2ee3b5..6ef40975bb8966e077c2f1992bf5c3e54c22325e 100644 --- a/typo3/sysext/dashboard/Configuration/Services.php +++ b/typo3/sysext/dashboard/Configuration/Services.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard; use Symfony\Component\DependencyInjection\ContainerBuilder; diff --git a/typo3/sysext/dashboard/Tests/Unit/DashboardPresetRegistryTest.php b/typo3/sysext/dashboard/Tests/Unit/DashboardPresetRegistryTest.php index 1e2ce1274442f4965ea9e57870e669c42e701c1a..21921182d49e7f574fa9a2939edcfbd630f3bb88 100644 --- a/typo3/sysext/dashboard/Tests/Unit/DashboardPresetRegistryTest.php +++ b/typo3/sysext/dashboard/Tests/Unit/DashboardPresetRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Tests\Unit; diff --git a/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php b/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php index 13b4176a900dcd842f67b95ab26b214054730cb2..b76abbe3db457eb9e6dcebe6d3b0f97f34c128f8 100644 --- a/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php +++ b/typo3/sysext/dashboard/Tests/Unit/DependencyInjection/DashboardWidgetPassTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Tests\Unit; diff --git a/typo3/sysext/dashboard/Tests/Unit/WidgetGroupRegistryTest.php b/typo3/sysext/dashboard/Tests/Unit/WidgetGroupRegistryTest.php index 23b007d299dba25fcb8c526f3eae199237e9f41b..db3c68d52ded280c615f2c8f73bf4973ff4179e8 100644 --- a/typo3/sysext/dashboard/Tests/Unit/WidgetGroupRegistryTest.php +++ b/typo3/sysext/dashboard/Tests/Unit/WidgetGroupRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Tests\Unit; diff --git a/typo3/sysext/dashboard/Tests/Unit/WidgetRegistryTest.php b/typo3/sysext/dashboard/Tests/Unit/WidgetRegistryTest.php index 7b245d443addb849f9d634453d538eced1797787..78705bf62166f5178199adc0172a9ea58e5781ec 100644 --- a/typo3/sysext/dashboard/Tests/Unit/WidgetRegistryTest.php +++ b/typo3/sysext/dashboard/Tests/Unit/WidgetRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Dashboard\Tests\Unit; diff --git a/typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php b/typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php index 661aeb79f4fa9115e3341d792ae71a28fc77cab5..112edfe7f7eabd194ae1aec0a72ac5da51d70770 100644 --- a/typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php +++ b/typo3/sysext/extbase/Classes/Annotation/IgnoreValidation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Annotation; diff --git a/typo3/sysext/extbase/Classes/Annotation/Inject.php b/typo3/sysext/extbase/Classes/Annotation/Inject.php index 80560fcb3be8f1babdd298e89d8e455150ccfab0..829ac6507ec9b81b8a34b2b57f6d2b09c757f3a8 100644 --- a/typo3/sysext/extbase/Classes/Annotation/Inject.php +++ b/typo3/sysext/extbase/Classes/Annotation/Inject.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Annotation; diff --git a/typo3/sysext/extbase/Classes/Annotation/ORM/Cascade.php b/typo3/sysext/extbase/Classes/Annotation/ORM/Cascade.php index 15f10e587a53b9ec5f105241e264ab37c8d7ed56..624f4012494c2b63b831eadafbf380d016db5e8d 100644 --- a/typo3/sysext/extbase/Classes/Annotation/ORM/Cascade.php +++ b/typo3/sysext/extbase/Classes/Annotation/ORM/Cascade.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Annotation\ORM; diff --git a/typo3/sysext/extbase/Classes/Annotation/ORM/Lazy.php b/typo3/sysext/extbase/Classes/Annotation/ORM/Lazy.php index d11b1d3c28cfe7b591ad7a3850a35fee275f93fd..2924c020e0d36f126289400ea944558f8506120e 100644 --- a/typo3/sysext/extbase/Classes/Annotation/ORM/Lazy.php +++ b/typo3/sysext/extbase/Classes/Annotation/ORM/Lazy.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Annotation\ORM; diff --git a/typo3/sysext/extbase/Classes/Annotation/ORM/Transient.php b/typo3/sysext/extbase/Classes/Annotation/ORM/Transient.php index 00a81e640cbcc920e6fc4954f8e4bac5b68a9934..38c733549d9de33cdcaed77b20fd045b9e8bd368 100644 --- a/typo3/sysext/extbase/Classes/Annotation/ORM/Transient.php +++ b/typo3/sysext/extbase/Classes/Annotation/ORM/Transient.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Annotation\ORM; diff --git a/typo3/sysext/extbase/Classes/Annotation/Validate.php b/typo3/sysext/extbase/Classes/Annotation/Validate.php index a16201199208076ae5ae43c6bc05c57a584447a5..215b2d3d0b5f5d69a8c808dd2e10e7d75d5b627e 100644 --- a/typo3/sysext/extbase/Classes/Annotation/Validate.php +++ b/typo3/sysext/extbase/Classes/Annotation/Validate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Annotation; diff --git a/typo3/sysext/extbase/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/extbase/Classes/Compatibility/SlotReplacement.php index 7f85165179fb86971286230eb463e4a3b1146e42..5c060846bd740c08f2829e15f42d528ed8b6043d 100644 --- a/typo3/sysext/extbase/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/extbase/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Compatibility; /* diff --git a/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php b/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php index a6b8e522cf204148cd1170680204947a31a00c6b..2010eee2ac3f7b58f6437fd99214f41c9c1c864b 100644 --- a/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php +++ b/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration; diff --git a/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php b/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php index 2a171a112190525ef1f44cac36938dc5f7428810..4ea0ce7580f81fedcb32e0ffdf7774d0f5b03a05 100644 --- a/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php +++ b/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration; diff --git a/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php b/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php index 1366c33afa6b68124d747179f5b56783e32c382a..b2892e15507997ddfb06dfb3a281f7f76ad46638 100644 --- a/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php +++ b/typo3/sysext/extbase/Classes/Configuration/ConfigurationManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration; diff --git a/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php b/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php index 3e55b23ecd1911679551c0a265c27417c7fbbcaa..d2b6342301ca5d8f640446577d7e51765cf42cf0 100644 --- a/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php +++ b/typo3/sysext/extbase/Classes/Configuration/ConfigurationManagerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration; diff --git a/typo3/sysext/extbase/Classes/Configuration/Exception.php b/typo3/sysext/extbase/Classes/Configuration/Exception.php index 8d0768dd6461d9d2244bfa78c2bdd8a9f337e994..2ea69beb2fd7f995578c2eab596da8bc13d6eb39 100644 --- a/typo3/sysext/extbase/Classes/Configuration/Exception.php +++ b/typo3/sysext/extbase/Classes/Configuration/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration; diff --git a/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationTypeException.php b/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationTypeException.php index 5e2888b0c698ebe3568387bdbabbcccf4739e73c..f6b14bd227b5e9883399ee96eb340dc42ec46a60 100644 --- a/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationTypeException.php +++ b/typo3/sysext/extbase/Classes/Configuration/Exception/InvalidConfigurationTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration\Exception; diff --git a/typo3/sysext/extbase/Classes/Configuration/Exception/ParseErrorException.php b/typo3/sysext/extbase/Classes/Configuration/Exception/ParseErrorException.php index 42a51f9a44e365662448d714137c3f53b8851168..54b12d860cafc79e9c5b44071de0749c5b928fe2 100644 --- a/typo3/sysext/extbase/Classes/Configuration/Exception/ParseErrorException.php +++ b/typo3/sysext/extbase/Classes/Configuration/Exception/ParseErrorException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration\Exception; diff --git a/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php b/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php index d9d849c8dadb3dd614a6bcb0d4fec7959566a6eb..af1e79a904adde44d2c1b524c235d808cc5d30f0 100644 --- a/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php +++ b/typo3/sysext/extbase/Classes/Configuration/FrontendConfigurationManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Configuration; diff --git a/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfiguration.php b/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfiguration.php index 99a04b9f0ff8c186c35312461dcf5269c492e130..7a7f51fdecada17c4556e3716bc17bffbb92f2fb 100644 --- a/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfiguration.php +++ b/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfigurationFactory.php b/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfigurationFactory.php index 46e8705701f0a8bb5c755a0f38b4de8137d611dc..56550f0cde67eb0ff5f06ba191f5dbfa512747c3 100644 --- a/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfigurationFactory.php +++ b/typo3/sysext/extbase/Classes/Configuration/RequestHandlersConfigurationFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Classes/Core/Bootstrap.php b/typo3/sysext/extbase/Classes/Core/Bootstrap.php index 773bb2e6bdaece98ae85ab4ccb1b9cee7ceb44fb..ab55f8b5435cb2385580d4964d21e33d527c4524 100644 --- a/typo3/sysext/extbase/Classes/Core/Bootstrap.php +++ b/typo3/sysext/extbase/Classes/Core/Bootstrap.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Core; diff --git a/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php b/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php index 22bc0a8d4c3cf9cf802134e9c24e9e978ed1377c..904863b4b7876f77d9ac7a340e195c1ce10b2ff9 100644 --- a/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php +++ b/typo3/sysext/extbase/Classes/Core/BootstrapInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Core; diff --git a/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserGroupRepository.php b/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserGroupRepository.php index 02e7d36f9f5ad69e7f97628c648232569cec9743..353fcd9256192d65faf4d7195bed2d2d5c9f6763 100644 --- a/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserGroupRepository.php +++ b/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserGroupRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Domain\Repository; diff --git a/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserRepository.php b/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserRepository.php index cab9c13d3ed9c7dd6ca500c7d88cc4a0fbe750b8..cef2c11a5689d5f12fb32167b238a55041b32a09 100644 --- a/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserRepository.php +++ b/typo3/sysext/extbase/Classes/Domain/Repository/BackendUserRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Domain\Repository; diff --git a/typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php b/typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php index e2dfb8014419bde8a80b2deb3517d794e3e93e55..0a84de5c3976cbe6153b1ee11677faf2678b8476 100644 --- a/typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php +++ b/typo3/sysext/extbase/Classes/Domain/Repository/CategoryRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Domain\Repository; diff --git a/typo3/sysext/extbase/Classes/Domain/Repository/FileMountRepository.php b/typo3/sysext/extbase/Classes/Domain/Repository/FileMountRepository.php index 0164e4d4b23e87a547c07c27ff6b0aadd4e134ca..66ac9fb8d7161b10cb80eb11cabf3fb64eb0cd1f 100644 --- a/typo3/sysext/extbase/Classes/Domain/Repository/FileMountRepository.php +++ b/typo3/sysext/extbase/Classes/Domain/Repository/FileMountRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Domain\Repository; diff --git a/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php b/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php index 43134173887b20397c3859a9427ce50456cdb373..96f9e3728ab399804eff3a942637763763a6b8b0 100644 --- a/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php +++ b/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserGroupRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Domain\Repository; diff --git a/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php b/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php index e915d3ceee7bed8163eb624149eba7cb14ebf371..82a27cc4845936bb92d6568a16344fd3a622ebb7 100644 --- a/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php +++ b/typo3/sysext/extbase/Classes/Domain/Repository/FrontendUserRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Domain\Repository; diff --git a/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php b/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php index f71498629fdb9820395c2745f724ee369d9732aa..17d1ce582510e48d015a8fb81f2261939be3e2e5 100644 --- a/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php +++ b/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\DomainObject; diff --git a/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php b/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php index 1f9f535cf59a983f90a52394acd5f5056607981b..24d326f6baa4a25ccad05236d094509f8d3c53ea 100644 --- a/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php +++ b/typo3/sysext/extbase/Classes/DomainObject/DomainObjectInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\DomainObject; diff --git a/typo3/sysext/extbase/Classes/Error/Error.php b/typo3/sysext/extbase/Classes/Error/Error.php index 3023ced7ea514657cb049401eae76bd5b75326e5..c625bb61ba0cbcf1a2347c71c0bd88caa4a41020 100644 --- a/typo3/sysext/extbase/Classes/Error/Error.php +++ b/typo3/sysext/extbase/Classes/Error/Error.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Error; diff --git a/typo3/sysext/extbase/Classes/Error/Message.php b/typo3/sysext/extbase/Classes/Error/Message.php index 629396a03389f7c2bf0da2a2689d4d6e955663a6..597e65d2080849beca53b53a4d6d4b53af947235 100644 --- a/typo3/sysext/extbase/Classes/Error/Message.php +++ b/typo3/sysext/extbase/Classes/Error/Message.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Error; diff --git a/typo3/sysext/extbase/Classes/Error/Notice.php b/typo3/sysext/extbase/Classes/Error/Notice.php index 8c18b5a573bc1a51c10a7dc9778210be16943f07..64914764c77caed53c83c37f75586541d96d433f 100644 --- a/typo3/sysext/extbase/Classes/Error/Notice.php +++ b/typo3/sysext/extbase/Classes/Error/Notice.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Error; diff --git a/typo3/sysext/extbase/Classes/Error/Result.php b/typo3/sysext/extbase/Classes/Error/Result.php index e0577dd59f66f53e7bc01f57583dd302871b16d0..0f0ce8c0eff02cf1b638239bdd678f259507fb68 100644 --- a/typo3/sysext/extbase/Classes/Error/Result.php +++ b/typo3/sysext/extbase/Classes/Error/Result.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Error; diff --git a/typo3/sysext/extbase/Classes/Error/Warning.php b/typo3/sysext/extbase/Classes/Error/Warning.php index 8b42fe2ab2a7b445425f93f7cc998a8059bb1578..863521b96750e82ccbf583a066d0e4d95af691ce 100644 --- a/typo3/sysext/extbase/Classes/Error/Warning.php +++ b/typo3/sysext/extbase/Classes/Error/Warning.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Error; diff --git a/typo3/sysext/extbase/Classes/Event/Mvc/AfterRequestDispatchedEvent.php b/typo3/sysext/extbase/Classes/Event/Mvc/AfterRequestDispatchedEvent.php index ed54e9bc04bf92584af3cb3cabfff67c89ef809f..6f1d4b8686453b48f23acd03f2845aa2afd39090 100644 --- a/typo3/sysext/extbase/Classes/Event/Mvc/AfterRequestDispatchedEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Mvc/AfterRequestDispatchedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Mvc; diff --git a/typo3/sysext/extbase/Classes/Event/Mvc/BeforeActionCallEvent.php b/typo3/sysext/extbase/Classes/Event/Mvc/BeforeActionCallEvent.php index 28da5277c621768c9d6654d8cc4877dbc4b69394..7724a6db5d2dcd812a25c0acd36788b45457c30e 100644 --- a/typo3/sysext/extbase/Classes/Event/Mvc/BeforeActionCallEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Mvc/BeforeActionCallEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Mvc; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/AfterObjectThawedEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/AfterObjectThawedEvent.php index ca188549a31927bc38c74217078e3f307eb4b48e..8062d3c5bb6333fe29051828f9db9099528ba140 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/AfterObjectThawedEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/AfterObjectThawedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/EntityAddedToPersistenceEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/EntityAddedToPersistenceEvent.php index cb4152e2b6ac69f5b3a7522e55d9b451397a5d17..639d2b0939cb47f81fef799cd86accdc1b32bcdf 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/EntityAddedToPersistenceEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/EntityAddedToPersistenceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/EntityFinalizedAfterPersistenceEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/EntityFinalizedAfterPersistenceEvent.php index 4f41d495c9352cd821debda97049cfce3e33568b..1ac6a1043aaeaee4453416bda2b7c15c7b947e22 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/EntityFinalizedAfterPersistenceEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/EntityFinalizedAfterPersistenceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/EntityPersistedEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/EntityPersistedEvent.php index ee6f608fbd3e02f4c7ce1b9490ebecd7ced39c95..51dc613bcfba8db569913ef24088ec25f17c97f9 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/EntityPersistedEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/EntityPersistedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/EntityRemovedFromPersistenceEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/EntityRemovedFromPersistenceEvent.php index 4c57b57567f13499a98b1b9b89f8926a68c63b7f..9cbfa115a91fb62817ad184267725b3875257c22 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/EntityRemovedFromPersistenceEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/EntityRemovedFromPersistenceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/EntityUpdatedInPersistenceEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/EntityUpdatedInPersistenceEvent.php index eb79bd347460caf12d679893e5f7905c0048bad6..eb04c0e28073764ab2da1d63412f69458e01b479 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/EntityUpdatedInPersistenceEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/EntityUpdatedInPersistenceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/ModifyQueryBeforeFetchingObjectDataEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/ModifyQueryBeforeFetchingObjectDataEvent.php index c76fe414cfd754836e214d5ceacaac02a6b9ceb6..0e2b4054920e199c6ccdc3bb91f485f19c96f4c0 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/ModifyQueryBeforeFetchingObjectDataEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/ModifyQueryBeforeFetchingObjectDataEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Event/Persistence/ModifyResultAfterFetchingObjectDataEvent.php b/typo3/sysext/extbase/Classes/Event/Persistence/ModifyResultAfterFetchingObjectDataEvent.php index 7d587bf8458c8e44c83ea6dc926a254a03017373..8318ad0f191d7cba9981d2eed6aa2037d485fa17 100644 --- a/typo3/sysext/extbase/Classes/Event/Persistence/ModifyResultAfterFetchingObjectDataEvent.php +++ b/typo3/sysext/extbase/Classes/Event/Persistence/ModifyResultAfterFetchingObjectDataEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Event\Persistence; diff --git a/typo3/sysext/extbase/Classes/Exception.php b/typo3/sysext/extbase/Classes/Exception.php index 716a087c0639e5725742b7ab9c350b4eac83d53e..9b7c670aff9e9d9bc7a9d137d9b8943b51b3894f 100644 --- a/typo3/sysext/extbase/Classes/Exception.php +++ b/typo3/sysext/extbase/Classes/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase; diff --git a/typo3/sysext/extbase/Classes/Middleware/SignalSlotDeprecator.php b/typo3/sysext/extbase/Classes/Middleware/SignalSlotDeprecator.php index 9f5e0b17537fb25626948c8e12917a65d65a3b36..d942cd1089497cabf87ed25eb3dc74dc161013e2 100644 --- a/typo3/sysext/extbase/Classes/Middleware/SignalSlotDeprecator.php +++ b/typo3/sysext/extbase/Classes/Middleware/SignalSlotDeprecator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Middleware; /* diff --git a/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php b/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php index e317ad0d899c22284d190b270a0cc6d777e52e87..ed3696224af2d8878aa36d8390a3ebde066eba37 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Controller/Exception/RequiredArgumentMissingException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Controller\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception.php b/typo3/sysext/extbase/Classes/Mvc/Exception.php index 9f51f32ab08b965dc8d5be9d3d69a8a675d6ba52..00e1e80f6144470f5a6fabd456f8136794403ed2 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InfiniteLoopException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InfiniteLoopException.php index 509bb949b3ecfdd5d3766c86ee1d6d46978ed05f..a65c2ac35ad28cc05f4187c52aab1c3c4fd50b54 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InfiniteLoopException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InfiniteLoopException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidActionNameException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidActionNameException.php index de9fa6151d2f178c9a84abf55d317fae853e4a4b..7aabe5a6c8fbfa11eaf584488e85b332896af2a3 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidActionNameException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidActionNameException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentMixingException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentMixingException.php index df3edec5cc47e14aece57aeb70069d548baa8766..23a127c26d44b8a8792672514e693854ffe1e42d 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentMixingException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentMixingException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentNameException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentNameException.php index 36ee614fbc5a532d6a7483248ffd99dad8fd50a3..86425ed7947cf41f026e6b5334eb6c06209e3eeb 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentNameException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentNameException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentTypeException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentTypeException.php index 3fa5e03f2546e2e1d82d11d6349f2c3054c0a473..867d4f4804894c7d62c9d83b55c39d9de41f6cbb 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentTypeException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentValueException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentValueException.php index b8d226160b548f9c974d5f26c9f1d0e04d5facb1..7e25016983bbe6fb9306a1dd5d8e373567c52caf 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentValueException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidArgumentValueException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerException.php index 1d549fc1f1a8433bc4dd48bfc9fc60026133fdfe..dbb0d6fe77551609b22bd5d1339b2c86009f496b 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerNameException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerNameException.php index 46a07da2d683e153a5b0f8a1d2e76cd0f61772c2..2a99cff88b8c392cb525a76936b3bf258ad12d1f 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerNameException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidControllerNameException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidExtensionNameException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidExtensionNameException.php index d4f443374482b6c44a1bf24a823730804495b687..61cad2545e2468157d4541b0d0eee8e0ddfebaaf 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidExtensionNameException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidExtensionNameException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestMethodException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestMethodException.php index 236ab82043399d96b79fd9df19382ebb5b5b44ce..a48f11ab583560c88c3cc9159e1fe9ac4e75d8b5 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestMethodException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/InvalidRequestMethodException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchActionException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchActionException.php index 9b5b364652cf7635807d4b921c8ce357a79e9d5c..120ec4e5a183e8cf4c9493e277c5515913c1144d 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchActionException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchActionException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchArgumentException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchArgumentException.php index fe84d456c331fced94e1634c82887c619b167173..2384cdee0737ae7b254fe76b06cd927a0a248054 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchArgumentException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchArgumentException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchControllerException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchControllerException.php index 6a650e9b499c6ed8aef3d8353d483bff7aee981d..0683f60ef9d2b78f752a58ee06d914efc0f8881a 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchControllerException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/NoSuchControllerException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/StopActionException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/StopActionException.php index 3e858b5b7ff8c7fb4f912ebf2ab6c96e13ce462b..827e66ccacf28400d437aeb92d0e07e7df0391eb 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/StopActionException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/StopActionException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/Exception/UnsupportedRequestTypeException.php b/typo3/sysext/extbase/Classes/Mvc/Exception/UnsupportedRequestTypeException.php index 3a158116edb5c2eb9e74f3daecaa7bf996787f84..30faf0130e0b3ec00f03b986d443df7dff0409a7 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Exception/UnsupportedRequestTypeException.php +++ b/typo3/sysext/extbase/Classes/Mvc/Exception/UnsupportedRequestTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Exception; diff --git a/typo3/sysext/extbase/Classes/Mvc/View/JsonView.php b/typo3/sysext/extbase/Classes/Mvc/View/JsonView.php index b2b7f26bd2c5f1ba028decb09631f4e6a12c45fe..054666335bed92b25568e90c2223bf4ba9e7cb1b 100644 --- a/typo3/sysext/extbase/Classes/Mvc/View/JsonView.php +++ b/typo3/sysext/extbase/Classes/Mvc/View/JsonView.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\View; diff --git a/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php b/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php index d0d7a954c5c87a113fb099e0df1ea67a666ab28f..836bc04361c7c566a2155e54e3fb737b570f683c 100644 --- a/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php +++ b/typo3/sysext/extbase/Classes/Mvc/Web/Routing/UriBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Mvc\Web\Routing; diff --git a/typo3/sysext/extbase/Classes/Object/Container/Container.php b/typo3/sysext/extbase/Classes/Object/Container/Container.php index e383f109e16200df427ae687d77cddd21a892856..ec8f04ddfd6e039878897ed1e4fad716ce79f5ef 100644 --- a/typo3/sysext/extbase/Classes/Object/Container/Container.php +++ b/typo3/sysext/extbase/Classes/Object/Container/Container.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object\Container; diff --git a/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php b/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php index fbc3498343ccb911068f2b0cfebf43bff0e19845..db996cc129097083adce1dfe2afc8d788e4cd4c5 100644 --- a/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php +++ b/typo3/sysext/extbase/Classes/Object/Container/Exception/UnknownObjectException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object\Container\Exception; diff --git a/typo3/sysext/extbase/Classes/Object/Exception.php b/typo3/sysext/extbase/Classes/Object/Exception.php index 73938424b86a2c5147661a208948bc4d2f88516b..45f4149fdda8562ec4b0184b1623b84c6eda952e 100644 --- a/typo3/sysext/extbase/Classes/Object/Exception.php +++ b/typo3/sysext/extbase/Classes/Object/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object; diff --git a/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObjectException.php b/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObjectException.php index a7078345184c3de049157d9ca835966109c47141..3198f74aec8c6afc409752890ac45a7831bc2988 100644 --- a/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObjectException.php +++ b/typo3/sysext/extbase/Classes/Object/Exception/CannotBuildObjectException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object\Exception; diff --git a/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObjectException.php b/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObjectException.php index 0d01f387c329c6294ef3e850380a10d62a10382a..6b286bbc74171d07f662f8d9ca1b8c68d090a5fc 100644 --- a/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObjectException.php +++ b/typo3/sysext/extbase/Classes/Object/Exception/CannotReconstituteObjectException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object\Exception; diff --git a/typo3/sysext/extbase/Classes/Object/ObjectManager.php b/typo3/sysext/extbase/Classes/Object/ObjectManager.php index 7ca72630fc8360c13dd4d030f9524f01e9729787..f7b732e9920efcc05cd19c7c1fdb641794eb4657 100644 --- a/typo3/sysext/extbase/Classes/Object/ObjectManager.php +++ b/typo3/sysext/extbase/Classes/Object/ObjectManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object; diff --git a/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php b/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php index 80240cb082f5daf7b30bed8434e7e531194bd520..96b372aa7069cc0a4ad859b75f1b9ba3e9e1430e 100644 --- a/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php +++ b/typo3/sysext/extbase/Classes/Object/ObjectManagerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Object; diff --git a/typo3/sysext/extbase/Classes/Pagination/QueryResultPaginator.php b/typo3/sysext/extbase/Classes/Pagination/QueryResultPaginator.php index e55ca4de2c130cf668ab7b7c8974cff0e328e40b..0fea30d897deb3d3dd9cc3a6fdddb9957604b58c 100644 --- a/typo3/sysext/extbase/Classes/Pagination/QueryResultPaginator.php +++ b/typo3/sysext/extbase/Classes/Pagination/QueryResultPaginator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Pagination; diff --git a/typo3/sysext/extbase/Classes/Persistence/ClassesConfiguration.php b/typo3/sysext/extbase/Classes/Persistence/ClassesConfiguration.php index 91c404a66a1427e216415dd7191b21f2d7ef46b5..587ae811e52daa903603cea0947ead3fc18ac9ae 100644 --- a/typo3/sysext/extbase/Classes/Persistence/ClassesConfiguration.php +++ b/typo3/sysext/extbase/Classes/Persistence/ClassesConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php b/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php index 2008af464c662be6f1a32e5ff76b4c9c4b7fbe5c..432c2707f3285ad00fd5884ac93dd303ec61222e 100644 --- a/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php +++ b/typo3/sysext/extbase/Classes/Persistence/ClassesConfigurationFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Classes/Persistence/Exception.php b/typo3/sysext/extbase/Classes/Persistence/Exception.php index dcb2990800b7d2e481b9f66f1e2737f9ba71976a..79ff0800ae0e02038b0d1d8595a3ef9b471dfc98 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Exception.php +++ b/typo3/sysext/extbase/Classes/Persistence/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence; diff --git a/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php b/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php index 1f70c0ab00face26e9b1ba170cb44fbecb2e602c..79eb02494496f1e81cba45c438f309afd4f7b1da 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalObjectTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php b/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php index c970646a7fd9b92104f2995b6cbe31b8c96b1ded..4c7e5b14926379a517dbeb56684dd9d018934a0c 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Exception/IllegalRelationTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php b/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php index 5760be662cb224ecd42cc8999b2a0cb6a6fa7fcf..5721259f2de6df9daafd68ceab70d8ac3fcaf4e6 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Exception/InvalidQueryException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php b/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php index 980878369cb93f6b3b353a734eac6defcfceb44e..29c0a9c912df8711dea46afe4bed0b76481b94b7 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Exception/UnknownObjectException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception.php index 71a4d3d382c54cf66720b7af9942117d276dc7a9..cc5b17748f8d1c12832a789f9e423abac1ed5dd5 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php index 393212da85d83300a82c748ebd256343ad6829da..3e1fd184007485724406162817d66d1a17f9434c 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InconsistentQuerySettingsException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php index d561e0feb9f067f01da4315c86a7b9f54bef9712..3062e191bc054ea868a3defa4b63d85f7c5eeecc 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidClassException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php index b8c95f79bd5b12019340396db1f2d276e2d3eee2..c0f1c20b11b76fdc290a2f44045e2a67afad2b0a 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidNumberOfConstraintsException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php index c1a3451b11c07460d119397b831f964d19d855c0..77d106e73e143344c5a4c438da54b747e9b119e0 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/InvalidRelationConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php index d80efd520f02695b5cc489c47ea7bb21f5301965..b988ce7b58eaa736eade894d6cb8d0a89717fdf2 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/MissingColumnMapException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/NotImplementedException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/NotImplementedException.php index 0777aaccf86ea73067b2316302966de53ebefb77..4be7720294d18b76705fd4b4764607c19086f8a5 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/NotImplementedException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/NotImplementedException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/RepositoryException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/RepositoryException.php index 5909bfce6768a3d12fbdfb6f99d1d775a45a45cb..058662c41efdeb173f5a494bee1b657676cb25a3 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/RepositoryException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/RepositoryException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/TooDirtyException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/TooDirtyException.php index 1042bc96612a19a0c7ad8abd8f2297a08c1ab709..8f9e511a5591df742ed15bbe03c9c27a3820bc63 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/TooDirtyException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/TooDirtyException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnexpectedTypeException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnexpectedTypeException.php index a35d104ca70429339f7121a195e38ec71321b437..893b5137d486b62d761daa544ac6058b887e62f7 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnexpectedTypeException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnexpectedTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedMethodException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedMethodException.php index edad088fd1a3a5ea0833a254fecfff6613e28823..c29d64e74e720619a63d6c60da2b5ce881345804 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedMethodException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedMethodException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedOrderException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedOrderException.php index 895dab3b55cb53402076ff88c949a0d64c584c2b..9b13ebdb58ec3b5cee583b0138c46b9653125d65 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedOrderException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedOrderException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedRelationException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedRelationException.php index 0dbcb580289113342cacfe56e271180f7c5db384..39853c1c5b7170a74803f1886c6ac7878a32b7a7 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedRelationException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Exception/UnsupportedRelationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php index 478fe392863426f5e39e6abda6234f255f0e158c..7c5e955ab60146a752065fd4d27f6673e0e37033 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/ColumnMap.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Mapper; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php index fa87eba013efda807f2747a310f2f4a1b648ce9a..74e0ed7c974e774d48e3566a08b710aeffd45d42 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Mapper; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception.php index fe801bfae0c692dd3b19fcc77bfeb17b3c2ec606..324ae16744d6962b9f3d1bf2fcc6dfcc05854ead 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Mapper; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/NonExistentPropertyException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/NonExistentPropertyException.php index 762cb8bde282adc2de8dd522fbf6697b1b5bce08..a5b83135d289816000f0448c021660098c3c1e0d 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/NonExistentPropertyException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/NonExistentPropertyException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Mapper\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/UnknownPropertyTypeException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/UnknownPropertyTypeException.php index f662a354470bd7cfda3c300aca9fb808a7483ad1..eacecc468276c69eec7b4102dba8a305b45e0372 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/UnknownPropertyTypeException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/Exception/UnknownPropertyTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Mapper\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/BackendInterface.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/BackendInterface.php index a622e28138ef65d0f3b89073de71299a1a63d877..954986664ceb33bf636f33eda72c65a2847bd028 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/BackendInterface.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/BackendInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Storage; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/BadConstraintException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/BadConstraintException.php index 38645266cd349bc27045aa9ce8aa057cdecee72a..4980db716b86c57dfaa3fb18709f8b09c8ba3954 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/BadConstraintException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/BadConstraintException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/SqlErrorException.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/SqlErrorException.php index 3768ffb7f8789d7b0dbe33d3b83b0088cbb685b3..19de73654b26ccd20754fc213a3e621686d4b4f1 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/SqlErrorException.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Exception/SqlErrorException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Storage\Exception; diff --git a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php index 0bd5eb3062fd1b24f0ffe7a34213b78212aa6f0a..cb2ec0bdd58766bfe182f165328f7b1c94078602 100644 --- a/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php +++ b/typo3/sysext/extbase/Classes/Persistence/Generic/Storage/Typo3DbBackend.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Persistence\Generic\Storage; diff --git a/typo3/sysext/extbase/Classes/Property/Exception.php b/typo3/sysext/extbase/Classes/Property/Exception.php index 37c07200e0da46f0da67a1994d6291ea42f4a2fe..60d829016387408a6c3f51412b47639a47c3bab1 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception.php +++ b/typo3/sysext/extbase/Classes/Property/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/DuplicateObjectException.php b/typo3/sysext/extbase/Classes/Property/Exception/DuplicateObjectException.php index b99df7913f98a25d4292f2c9fe3bc38a95d24cce..59fe605ebcfb761632fac74ff537af11c5698869 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/DuplicateObjectException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/DuplicateObjectException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/DuplicateTypeConverterException.php b/typo3/sysext/extbase/Classes/Property/Exception/DuplicateTypeConverterException.php index f16d618168eb3024f5fb70ebf7f71447210ffcca..824eea14fb3e492e376141427cecdc9d83570dfe 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/DuplicateTypeConverterException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/DuplicateTypeConverterException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataTypeException.php b/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataTypeException.php index f51594a61a48f3f75f180a3c17fe45e83b1782ee..020ee699319413a55ae5c7af033d64d5fc088d62 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataTypeException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/InvalidDataTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyMappingConfigurationException.php b/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyMappingConfigurationException.php index e600dea4c768a8d61416dfc3e195675a22f610ef..4b6c3d1947d9a6a5122a345b45cee1f77d6e24a0 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyMappingConfigurationException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/InvalidPropertyMappingConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/InvalidSourceException.php b/typo3/sysext/extbase/Classes/Property/Exception/InvalidSourceException.php index d18d8b048f5edcf1827834da794252bd06546c49..d65f97bfa04f8b156a5f5dd1d58ca2ba42402845 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/InvalidSourceException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/InvalidSourceException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/InvalidTargetException.php b/typo3/sysext/extbase/Classes/Property/Exception/InvalidTargetException.php index 1d0fd4bc09940d4c06e2f02c5d349605d03eb667..9a12b9d6b3bcac477f330ba1ae53ceed85e2638f 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/InvalidTargetException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/InvalidTargetException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/TargetNotFoundException.php b/typo3/sysext/extbase/Classes/Property/Exception/TargetNotFoundException.php index 4df3169ccbda25e37800b9810ee56ca59dd2e994..716edd5cabc0d11cbcbf73edc08be7b358fadf77 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/TargetNotFoundException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/TargetNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/Exception/TypeConverterException.php b/typo3/sysext/extbase/Classes/Property/Exception/TypeConverterException.php index 1d00a19d3039087befafc23a1f35f516c225377b..50f21cd850df8d9c9600a2eec1494f6ec67460cc 100644 --- a/typo3/sysext/extbase/Classes/Property/Exception/TypeConverterException.php +++ b/typo3/sysext/extbase/Classes/Property/Exception/TypeConverterException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\Exception; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileCollectionConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileCollectionConverter.php index e4541c894e825ef5ad8c725b068f38303112e285..f6e57882520d7ca690fad4addb299844f4bcc320 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileCollectionConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileCollectionConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php index fe22062cf145a47fcf0674976092f7fc75184e06..e902e36b74b38576054472ca5b67ed88d0ca90ce 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractFileFolderConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractTypeConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractTypeConverter.php index 66f1957e0fb6c467fac9a6cede90c3128f3b1571..828a6f6aec1c4cb5bb6b606216ba51a1e00b2e06 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractTypeConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/AbstractTypeConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/ArrayConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/ArrayConverter.php index 7b96ca7a4261cf6962750f7d081f04e88af6e3df..a5b940e5e72f676900297890a9e497c57cab9eec 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/ArrayConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/ArrayConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/BooleanConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/BooleanConverter.php index ba0f7ab5f3e4ad3e8f792d627ab6b91d03d807f8..c33120cb8d9bd7d6a8a3caa82cf1ffabe9a30fe3 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/BooleanConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/BooleanConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/CoreTypeConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/CoreTypeConverter.php index 921539075c23a799ba9a38d51dbf3bfe4b13d482..a83133cad525b7220b70eca0a8ced729e897a492 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/CoreTypeConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/CoreTypeConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/DateTimeConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/DateTimeConverter.php index 439dc556d87821050a8fd639865ea26e0c093826..1c0d8f50561a326c4eb476e3bb9f8ddf300d7250 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/DateTimeConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/DateTimeConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/FileConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/FileConverter.php index 4632773e0499d6ef137e81a1cd9f2660e1dfa342..0487b58aaf454e3c707f2ebbdcd9f32462cf8d37 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/FileConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/FileConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/FileReferenceConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/FileReferenceConverter.php index 0b9dec4e444fcf9102c89b03bfdfe1ae0854ec6b..f0a446a34e5aec8fc6d5bad90772b6e32f754ffc 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/FileReferenceConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/FileReferenceConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/FloatConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/FloatConverter.php index 61e26d59d0b8b2cc98e587034bb9f4799c4cafd8..5d35f10ecac84ff21edb15e17cae1bf2185473ef 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/FloatConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/FloatConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderBasedFileCollectionConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderBasedFileCollectionConverter.php index 0309d697cabce8dc89defe1bc2153ef7ac23a47c..4f5c7377ea7ef09631f139a4cd5b15c7186e1d96 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderBasedFileCollectionConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderBasedFileCollectionConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderConverter.php index c2867e907119c084bff9420d8701680606a0925a..9ef0a89ed0d3ef50ed71904fc1c8cd64f236e179 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/FolderConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/IntegerConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/IntegerConverter.php index c428425eb032e09318d52dd7efeb17607bcafba3..0d443b89149cd2c0b33f945847b9e2707b3045af 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/IntegerConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/IntegerConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectConverter.php index 34a5bfdbac3e120811288d50f33fe99071e063ee..59809ffb641cdd6b844b0575fa7cfec43b741857 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectStorageConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectStorageConverter.php index afc098f64a7df47c0f1d65b19f7bc62b6c2ba94d..5a281c114cd20d5b3334f5e15958985b0ad9731e 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectStorageConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/ObjectStorageConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php index d4bf37923ad8b9cb5993a170c7980945a55433e1..a661fa9b92bd4842e3d62e064cccb32e12c58279 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/PersistentObjectConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/StaticFileCollectionConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/StaticFileCollectionConverter.php index f9b3e0098e097c7985ceda19e77bbf24063788b0..ded5246425db9b2f16de22d485dd69dce7b6fcab 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/StaticFileCollectionConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/StaticFileCollectionConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverter/StringConverter.php b/typo3/sysext/extbase/Classes/Property/TypeConverter/StringConverter.php index d4add105a68ae434ef03965f0a27d59469306373..1768e976f402f78ed04ca40c5d13edab1acd5372 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverter/StringConverter.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverter/StringConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Classes/Property/TypeConverterInterface.php b/typo3/sysext/extbase/Classes/Property/TypeConverterInterface.php index 432826d1af8b89ea32021e951f50a0523423ce38..f7974b1d7aa142c47cd2d64414b53ae53fc18f58 100644 --- a/typo3/sysext/extbase/Classes/Property/TypeConverterInterface.php +++ b/typo3/sysext/extbase/Classes/Property/TypeConverterInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Property; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php index 206e3cff6e7d07b1f67f20c1b6e178e18aa9a825..330904b9bad664422c8dc66a780209bd18962c0b 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodException.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodException.php index badb7e07bcea3ba1beba5e0453486e3ee6687d7b..0534ed4e40fee20221ff4db33977efbd6f89b0b1 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodException.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodParameterException.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodParameterException.php index a0f30499fee6f0abd04fdc3c411bd7dce853811b..8ccfab16f2960c2b209166dbc046cc3203558f65 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodParameterException.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchMethodParameterException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchPropertyException.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchPropertyException.php index b53f875ed21f3d4a8d95484148e08ecab061b56b..e8496b2d1da85469cf805be0a5c1045b77e0d538 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchPropertyException.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Exception/NoSuchPropertyException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema\Exception; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Method.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Method.php index e403f0b70107ec52d268d8e9a4101425c949a2dc..9e13ed0b3ac38bdba589d86ea748b0234b9b8377 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Method.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Method.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/MethodParameter.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/MethodParameter.php index 12231ac983f0f10e1f437396697d9140038d2fc7..bea3b7f8c440c070a45990836cb140c79df9fabd 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/MethodParameter.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/MethodParameter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Property.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Property.php index 0417bd121e3f6d60dfa0adfba8512e46b4a9a2f1..95dc3ed8f061c40bdff5ee9c54da89dd1e7d06b4 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Property.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/Property.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/PropertyCharacteristics.php b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/PropertyCharacteristics.php index 582f224b9cac361a3beea2d5f30b8383ee6cb510..7c365517c082924c355333f280e42d1e9a6cc688 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ClassSchema/PropertyCharacteristics.php +++ b/typo3/sysext/extbase/Classes/Reflection/ClassSchema/PropertyCharacteristics.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Classes/Reflection/DocBlock/Tags/Null_.php b/typo3/sysext/extbase/Classes/Reflection/DocBlock/Tags/Null_.php index 9a9b7471360ce8a68ecacd42e94462888f45ab03..108c2fab8b15222f44149a53591670e3b74c5c56 100644 --- a/typo3/sysext/extbase/Classes/Reflection/DocBlock/Tags/Null_.php +++ b/typo3/sysext/extbase/Classes/Reflection/DocBlock/Tags/Null_.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Classes/Reflection/Exception.php b/typo3/sysext/extbase/Classes/Reflection/Exception.php index aada1c6b3957c52d953c5a39951e807a4bc8db66..f37a778a124c0d28fb81f4c41d7ebd4c5f7885ce 100644 --- a/typo3/sysext/extbase/Classes/Reflection/Exception.php +++ b/typo3/sysext/extbase/Classes/Reflection/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection; diff --git a/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php b/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php index 8a8a0f094966556b363ce4892450751d2b977558..1d27af620cb73bb06ecbb4b40a123180f9cfd984 100644 --- a/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php +++ b/typo3/sysext/extbase/Classes/Reflection/Exception/PropertyNotAccessibleException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\Exception; diff --git a/typo3/sysext/extbase/Classes/Reflection/Exception/UnknownClassException.php b/typo3/sysext/extbase/Classes/Reflection/Exception/UnknownClassException.php index 0289701826c4abb9ed37d6f573d4dccd7aabfe83..4ebb4858d8e683e9bff064423226741cef9d581b 100644 --- a/typo3/sysext/extbase/Classes/Reflection/Exception/UnknownClassException.php +++ b/typo3/sysext/extbase/Classes/Reflection/Exception/UnknownClassException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection\Exception; diff --git a/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php b/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php index afc218b47119c6f705b676131c2143027b6d8041..df5233b47fac320e22635b56a4c52aa2713eee57 100644 --- a/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php +++ b/typo3/sysext/extbase/Classes/Reflection/ObjectAccess.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Reflection; diff --git a/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php b/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php index a47f80b3735f18269a0088d26968430cb9a586e8..e5c5ea87cbcfa63f494bacd4fc2965e628363f75 100644 --- a/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php +++ b/typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Routing; diff --git a/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php b/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php index 7ec19a38fc26d33f2c709ceb70fba57ff31d1550..dc5d439d9ff0283283c65f96d2503e0299eabc85 100644 --- a/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php +++ b/typo3/sysext/extbase/Classes/Security/Cryptography/HashService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Security\Cryptography; diff --git a/typo3/sysext/extbase/Classes/Security/Exception.php b/typo3/sysext/extbase/Classes/Security/Exception.php index 1ca6613bd1853dd471952dc5bdc2574aa0515445..33b99ecef8ac2b65ec694d0398fdec0324ad4fd1 100644 --- a/typo3/sysext/extbase/Classes/Security/Exception.php +++ b/typo3/sysext/extbase/Classes/Security/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Security; diff --git a/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGenerationException.php b/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGenerationException.php index dbe8bf43cac46402e0a32f6df78b2fc7528a37bf..7bc25511523848c852afaa6d221ad5fb28590b15 100644 --- a/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGenerationException.php +++ b/typo3/sysext/extbase/Classes/Security/Exception/InvalidArgumentForHashGenerationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Security\Exception; diff --git a/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php b/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php index dafb838eb96b0d4e5578b0204f0ad0cf6b584378..182bbc706e0e591daf126491676a0cdb979135f7 100644 --- a/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php +++ b/typo3/sysext/extbase/Classes/Security/Exception/InvalidHashException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Security\Exception; diff --git a/typo3/sysext/extbase/Classes/Service/CacheService.php b/typo3/sysext/extbase/Classes/Service/CacheService.php index c287dcc6f4de7bef34096c5774fc79c3845b2807..59872e73bdd94a670cd9cde7e28128f74982b4dd 100644 --- a/typo3/sysext/extbase/Classes/Service/CacheService.php +++ b/typo3/sysext/extbase/Classes/Service/CacheService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Service; diff --git a/typo3/sysext/extbase/Classes/Service/EnvironmentService.php b/typo3/sysext/extbase/Classes/Service/EnvironmentService.php index 72dac2ae012d9cb95255aa928d084fd2cd6ab1a6..25db7c117526d4be47361d8dcc8904e388ba3e3e 100644 --- a/typo3/sysext/extbase/Classes/Service/EnvironmentService.php +++ b/typo3/sysext/extbase/Classes/Service/EnvironmentService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Service; diff --git a/typo3/sysext/extbase/Classes/Service/ExtensionService.php b/typo3/sysext/extbase/Classes/Service/ExtensionService.php index 2f332816c87d5495b4ccce2d3b9515eef91d24f6..a5f7c947f26c9a20b6cec7b6a938cba18cc6eebb 100644 --- a/typo3/sysext/extbase/Classes/Service/ExtensionService.php +++ b/typo3/sysext/extbase/Classes/Service/ExtensionService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Service; diff --git a/typo3/sysext/extbase/Classes/Service/ImageService.php b/typo3/sysext/extbase/Classes/Service/ImageService.php index aff9de167de5a4f86b9541f1296df087093ee2f9..119f1bf9956f7954c9a1ec3b9cb3618c7e2f4495 100644 --- a/typo3/sysext/extbase/Classes/Service/ImageService.php +++ b/typo3/sysext/extbase/Classes/Service/ImageService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Service; diff --git a/typo3/sysext/extbase/Classes/ServiceProvider.php b/typo3/sysext/extbase/Classes/ServiceProvider.php index 0b73cf7d4d01c5a2f01b461123a4d5680d97af20..6d46cc8fc738aede6bff157518020133e140ef26 100644 --- a/typo3/sysext/extbase/Classes/ServiceProvider.php +++ b/typo3/sysext/extbase/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase; /* diff --git a/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php b/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php index 4073e702a5f886286321c9768986cf7a379a0048..ca682a35fd237bc92050a565601f1702f828e3e4 100644 --- a/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php +++ b/typo3/sysext/extbase/Classes/SignalSlot/Dispatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\SignalSlot; diff --git a/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php b/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php index 327308fa82a90ce0e9d87088f03fc9ca930c233b..f2c854b7848fb28d8a09e9882cf96f9fff1150d9 100644 --- a/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php +++ b/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\SignalSlot\Exception; diff --git a/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotReturnException.php b/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotReturnException.php index 7999a5eb48c2fa90c866ad8edea429f05c085453..b814a5e12f0372caa648faf20e0d975342983259 100644 --- a/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotReturnException.php +++ b/typo3/sysext/extbase/Classes/SignalSlot/Exception/InvalidSlotReturnException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\SignalSlot\Exception; diff --git a/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php b/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php index 25efe68eeecb7bc6d31f903bf2b123af83e07ca8..99b5778734bb8f61c67ad84ec25b097d4c60a025 100644 --- a/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php +++ b/typo3/sysext/extbase/Classes/Utility/DebuggerUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Utility; diff --git a/typo3/sysext/extbase/Classes/Utility/Exception/InvalidTypeException.php b/typo3/sysext/extbase/Classes/Utility/Exception/InvalidTypeException.php index dc701898e8ac512bf202d042aa058a9ed0c0cee7..c01020ccb11907ed86287da713f2f4739e411d33 100644 --- a/typo3/sysext/extbase/Classes/Utility/Exception/InvalidTypeException.php +++ b/typo3/sysext/extbase/Classes/Utility/Exception/InvalidTypeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Utility\Exception; diff --git a/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php b/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php index b81cc3450ecf971fcfc989a2939c130a8210083d..f9d79653e8858cc8502a1e3abd4cd0cca8e95e8e 100644 --- a/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php +++ b/typo3/sysext/extbase/Classes/Utility/FrontendSimulatorUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Utility; diff --git a/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php b/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php index 3971dc528fb95bb6cbe95bf45e4a95c344c44064..49260a8c1382740bfadaaa9897715af99c6ae5e6 100644 --- a/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php +++ b/typo3/sysext/extbase/Classes/Utility/LocalizationUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Utility; diff --git a/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php b/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php index 2bbeb446d8b1b19d00b47246af8f5561f97a3464..e15a354e2fb70f5e31b73152d843a64d328338c7 100644 --- a/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php +++ b/typo3/sysext/extbase/Classes/Utility/TypeHandlingUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Utility; diff --git a/typo3/sysext/extbase/Classes/Validation/Exception.php b/typo3/sysext/extbase/Classes/Validation/Exception.php index 1ee99151f7af85f62f6817a9535c6ba9ce3aff94..7b4f2c3b62a259e6dc2ed5ac11d5ac42157bd947 100644 --- a/typo3/sysext/extbase/Classes/Validation/Exception.php +++ b/typo3/sysext/extbase/Classes/Validation/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Validation; diff --git a/typo3/sysext/extbase/Classes/Validation/Exception/InvalidTypeHintException.php b/typo3/sysext/extbase/Classes/Validation/Exception/InvalidTypeHintException.php index e3afd2bd5cf9f9e5185e989f7f5652b6f5d1f3f4..ec0954824f7edeeeeefaf8f50c32676312af68da 100644 --- a/typo3/sysext/extbase/Classes/Validation/Exception/InvalidTypeHintException.php +++ b/typo3/sysext/extbase/Classes/Validation/Exception/InvalidTypeHintException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Validation\Exception; diff --git a/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfigurationException.php b/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfigurationException.php index 7048e83dccda3a81fe7a00b65bbcbd8496702f5c..6159309e1ebe832276957cb37d9be735267861de 100644 --- a/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfigurationException.php +++ b/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Validation\Exception; diff --git a/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptionsException.php b/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptionsException.php index 6f8f8478476617483b6c3d47ee91eb184d99687b..e880df3b108534b6561530d4d4501313bccc5e21 100644 --- a/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptionsException.php +++ b/typo3/sysext/extbase/Classes/Validation/Exception/InvalidValidationOptionsException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Validation\Exception; diff --git a/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidatorException.php b/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidatorException.php index 3e9ba37478b2e2ca8927313353fe87a5ac2a9ab4..34553a568bea144fa96a5322a91c258527a560cf 100644 --- a/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidatorException.php +++ b/typo3/sysext/extbase/Classes/Validation/Exception/NoSuchValidatorException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Validation\Exception; diff --git a/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php b/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php index d41675174d6f2dcb1061eb4992882484d97dacd7..54bc96fa0461b229f32c8b026930499adaed5bcb 100644 --- a/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php +++ b/typo3/sysext/extbase/Classes/Validation/Validator/UrlValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Classes/Validation/ValidatorClassNameResolver.php b/typo3/sysext/extbase/Classes/Validation/ValidatorClassNameResolver.php index 89932c40f9428a3ae17c082e84b40371f4d1f738..fbef39c028949c4c22e23d403fd3c7d66ad01b85 100644 --- a/typo3/sysext/extbase/Classes/Validation/ValidatorClassNameResolver.php +++ b/typo3/sysext/extbase/Classes/Validation/ValidatorClassNameResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Configuration/Extbase/Persistence/Classes.php b/typo3/sysext/extbase/Configuration/Extbase/Persistence/Classes.php index d8c8426d88874d94613f75265d672ea4ea4eebf2..3018f9e86d43532b268b3fabbd114c1a92bdbd41 100644 --- a/typo3/sysext/extbase/Configuration/Extbase/Persistence/Classes.php +++ b/typo3/sysext/extbase/Configuration/Extbase/Persistence/Classes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \TYPO3\CMS\Extbase\Domain\Model\FileMount::class => [ diff --git a/typo3/sysext/extbase/Configuration/Extbase/RequestHandlers.php b/typo3/sysext/extbase/Configuration/Extbase/RequestHandlers.php index 4bc344a2457d230d1c5d55c95a52b415119c385c..a1164dc9495f771e38a559629167a4c5843c4416 100644 --- a/typo3/sysext/extbase/Configuration/Extbase/RequestHandlers.php +++ b/typo3/sysext/extbase/Configuration/Extbase/RequestHandlers.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler::class, diff --git a/typo3/sysext/extbase/Configuration/Services.php b/typo3/sysext/extbase/Configuration/Services.php index 79c913440f4156f0e68fd6a8b33189929f260574..31fc03ebaaed8acdccb00977757c9dbaae9741fe 100644 --- a/typo3/sysext/extbase/Configuration/Services.php +++ b/typo3/sysext/extbase/Configuration/Services.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; diff --git a/typo3/sysext/extbase/Tests/Fixture/ValidatorThatDoesNotImplementValidatorInterfaceValidator.php b/typo3/sysext/extbase/Tests/Fixture/ValidatorThatDoesNotImplementValidatorInterfaceValidator.php index de3582c5dc83a5a25ad52a7fdd4e9a0bd00d9e04..ca427ca09509868fe58e3b3ebd6f23a24be6f23f 100644 --- a/typo3/sysext/extbase/Tests/Fixture/ValidatorThatDoesNotImplementValidatorInterfaceValidator.php +++ b/typo3/sysext/extbase/Tests/Fixture/ValidatorThatDoesNotImplementValidatorInterfaceValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Tests/Functional/Configuration/RequestHandlerConfigurationFactoryTest.php b/typo3/sysext/extbase/Tests/Functional/Configuration/RequestHandlerConfigurationFactoryTest.php index 280cfb8c2fc1fd7aacc6c96f00e0ca16ccd670ea..4c3afa3d99ce46e99c5b2c99dbfa67eda4357826 100644 --- a/typo3/sysext/extbase/Tests/Functional/Configuration/RequestHandlerConfigurationFactoryTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Configuration/RequestHandlerConfigurationFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Configuration; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Controller/ContentController.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Controller/ContentController.php index 90c1e8ada6a736190ed2de1398bef3c2dfe42a3d..d658ecbcd5d9c37f214b388ac12267575fb748eb 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Controller/ContentController.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Controller/ContentController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\BlogExample\Controller; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php index b691bb37b4c874b8637509d3856d6282ac56a46f..3df289d23eb89a9a93d2d771fe003095be863e05 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\BlogExample\Domain\Model; use TYPO3\CMS\Extbase\DomainObject\AbstractEntity; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/TtContent.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/TtContent.php index 9c77dfec1fd0b7e866afc51c815401bdbaa3f4e1..6a6c3922c89eb930db6ccdf2c4e9207af81eb4a8 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/TtContent.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/TtContent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\BlogExample\Domain\Model; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/TtContentRepository.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/TtContentRepository.php index 5adaefef6d6b5c53343b9b50e8fb28065780cd1b..5171afb148eec9fea18dfd78de54d7d37c728feb 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/TtContentRepository.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Repository/TtContentRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\BlogExample\Domain\Repository; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/Extbase/Persistence/Classes.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/Extbase/Persistence/Classes.php index e317d2f8c9859cd2930e4e7ee8d74f2a4b7b0588..1bd11fbe9cea4a2fbe54ad37ba82815f0c78c566 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/Extbase/Persistence/Classes.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Configuration/Extbase/Persistence/Classes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \ExtbaseTeam\BlogExample\Domain\Model\Administrator::class => [ diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Model/A.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Model/A.php index 84d98cc654408044916abba137218ce314cb5942..37a533639456b9b652204627efdf57417e0f6f0c 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Model/A.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Model/A.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\A\Domain\Model; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Repository/ARepository.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Repository/ARepository.php index dcb42178ee3a2234765851d8090b00cb8fde23b7..5a1c104a53327ae171284ad65e861ce7310cdb4b 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Repository/ARepository.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/a/Classes/Domain/Repository/ARepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\A\Domain\Model; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Model/B.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Model/B.php index 131dbb89af7e0bc44746972b95bbb4020a015971..08842e55d7c20354471b2d8181059ca12ab1201a 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Model/B.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Model/B.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\B\Domain\Model; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Repository/BRepository.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Repository/BRepository.php index 0b60d2d8c117d088f8f9cae98dbf1748e611fa8b..f3cf1ee57bbc68e1ff2d1a443c7a3b2dc451feea 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Repository/BRepository.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Classes/Domain/Repository/BRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace ExtbaseTeam\B\Domain\Model; diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Configuration/Extbase/Persistence/Classes.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Configuration/Extbase/Persistence/Classes.php index f3b842322a4edb497209a7b0a952efd602334e51..fb9c54f8e55e47a9800aeb7f4677336b308d95bc 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Configuration/Extbase/Persistence/Classes.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/class_overriding/b/Configuration/Extbase/Persistence/Classes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \ExtbaseTeam\B\Domain\Model\B::class => [ diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php index 34c0f0af74e7f54c0d27574925efba69f508a1b1..31ce000fce56e5990da2f162db73b4111a79c353 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ActionControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Controller; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ControllerArgumentsMappingTest.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ControllerArgumentsMappingTest.php index c70fb6f1f4f717e8b13f54034952ac55e2d698a6..ab0286d907abbfe4784d14670281c990f87230d3 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ControllerArgumentsMappingTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/ControllerArgumentsMappingTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Controller; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Controller/TestController.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Controller/TestController.php index 52889fe1a9af6861c5d25d8ac5cf0f6afb4eddf4..ecbc8b23cfdf397cb55b6e8c71b051fddf1b167f 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Controller/TestController.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Controller/TestController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Controller\Fixture\Controller; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Model/Model.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Model/Model.php index 00ecc8ac6c60e04087d6b4e0663c60ae071187da..aa0fa5f889b302d7a151bb62129ed571619ac23f 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Model/Model.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Model/Model.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Controller\Fixture\Domain\Model; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Validator/ModelValidator.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Validator/ModelValidator.php index e21025fe8cfee33b4dbfc1764814a8ad1f686b0f..04e046786b8f70014537852040c8e7a2ff07edc0 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Validator/ModelValidator.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Domain/Validator/ModelValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Controller\Fixture\Domain\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Validation/Validator/CustomValidator.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Validation/Validator/CustomValidator.php index 58f9ef37fa83543acff4cee0b52e33b82674d839..0b76ca0f0837caf9d67c2b7971babf29c9c89c4d 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Validation/Validator/CustomValidator.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Controller/Fixture/Validation/Validator/CustomValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Controller\Fixture\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Web/RequestBuilderTest.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Web/RequestBuilderTest.php index e71aa676a52a83662d03e119759fad96e45f3f8b..4279fa401d857f205f878252098e6dcf7904c272 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Web/RequestBuilderTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Web/RequestBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Mvc\Web; diff --git a/typo3/sysext/extbase/Tests/Functional/Pagination/QueryResultPaginatorTest.php b/typo3/sysext/extbase/Tests/Functional/Pagination/QueryResultPaginatorTest.php index 031d061f7dc1d95f1338f3b2b8200d6eb693d16d..c9e4542f54c6f0f4359dd34f498822114133357a 100644 --- a/typo3/sysext/extbase/Tests/Functional/Pagination/QueryResultPaginatorTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Pagination/QueryResultPaginatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Pagination; diff --git a/typo3/sysext/extbase/Tests/Functional/Persistence/ImplementationClassNameTest.php b/typo3/sysext/extbase/Tests/Functional/Persistence/ImplementationClassNameTest.php index d5c48d01e1831ddd4ad1ce9ac3eb3db24df1251c..eec8725739fe2d9ac6fd0d4da7fc79d1693d7ecc 100644 --- a/typo3/sysext/extbase/Tests/Functional/Persistence/ImplementationClassNameTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Persistence/ImplementationClassNameTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Persistence; use TYPO3\CMS\Core\Utility\GeneralUtility; diff --git a/typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataTest.php b/typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataTest.php index e235c1d19121545857f1b6c70cd701ce1ae391e3..f4c79fb6d7868f6956a51407d5449ae69eeeeee7 100644 --- a/typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Persistence/QueryLocalizedDataTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Persistence; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedSiteContentTest.php b/typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedSiteContentTest.php index 467f17f7f0d01584d370683a29fa7413631a83f8..269fa22ca26564b201b839e75997f72ba2c6535a 100644 --- a/typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedSiteContentTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Persistence/TranslatedSiteContentTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Persistence; diff --git a/typo3/sysext/extbase/Tests/Functional/Persistence/TranslationTest.php b/typo3/sysext/extbase/Tests/Functional/Persistence/TranslationTest.php index 7c6bd650b86c9e982649de21e00ddb27f826de91..1a330deaf0a2389e985ce140f688ab1f0e2ca476 100644 --- a/typo3/sysext/extbase/Tests/Functional/Persistence/TranslationTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Persistence/TranslationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Persistence; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Animal.php b/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Animal.php index dcaf8d0be0528216faa73a28375274d6c5b433e9..515567a6970ba875e88f10a9af22b21e342df24d 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Animal.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Animal.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Cat.php b/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Cat.php index bd103100fa27b33227295ba1441e321af4d02c24..fa8f4ec67d51fa89d5c03269abf8d32f6e908e2a 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Cat.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/Cat.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/ExtendedCountableInterface.php b/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/ExtendedCountableInterface.php index 2fb1509fa80352b8e9d2ecea4cfa009e5a3cdf53..57d57114a1fc3a292175d7e495bb6df820262364 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/ExtendedCountableInterface.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/Fixtures/ExtendedCountableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\Fixtures; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/PropertyMapperTest.php b/typo3/sysext/extbase/Tests/Functional/Property/PropertyMapperTest.php index a93cbc9b8c1346f6d093a3488cd1feef7fe59573..7a0ebe598259b5216eb2b37a2ade4b1b6b4021a8 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/PropertyMapperTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/PropertyMapperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ArrayConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ArrayConverterTest.php index 2bc03c3670d48da213aa07aeef3e91c670f19bfe..aa2a96fc423ee2aecf0025b5a0a8ab43d3cc5f64 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ArrayConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ArrayConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/BooleanConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/BooleanConverterTest.php index 2751271adb64daf3c4a99a66032cb57d7c463b9f..d1d0631e70d170ea14536c4c03586dc6a7de94b2 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/BooleanConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/BooleanConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/DateTimeConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/DateTimeConverterTest.php index c28b21d4ed630af33fb80341a220512954515b7c..0bc0827d26e686dd90e3672d3c94759259732ee8 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/DateTimeConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/DateTimeConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FileConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FileConverterTest.php index db06c79382334a9943d39d40e75b21f5c6120d4b..9805722ea6b31912c3dcdfdabb22eefa09237c90 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FileConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FileConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FloatConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FloatConverterTest.php index 2429aaa0ffee9841d9c82ca05413d1034acf9fe9..50d5cc49641483f7e9d01dbddc0ecde421957ceb 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FloatConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/FloatConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/IntegerConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/IntegerConverterTest.php index 21264d50a6338655ed58c5406e4bb354dd484890..b6d5da43f74d4ef2fc27a3918e7dec6e6e875cc5 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/IntegerConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/IntegerConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectConverterTest.php index 6725b0ed3a443bf0e7756320348edb965e4c0c80..be91df48f457ac75694caa5e0376794005fdb304 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectStorageConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectStorageConverterTest.php index 5b885c7fa9e4506bf7081686ec3ddd43552ddc64..3e2c78f38d854c5a7297dfc817a4ac5aef9be1ef 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectStorageConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/ObjectStorageConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/PersistentObjectConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/PersistentObjectConverterTest.php index 0129bf60b997796dba7ac1eb47ecde0071f3b531..9b5e2385660d7bd5cf6870927512ea723ab45382 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/PersistentObjectConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/PersistentObjectConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/StringConverterTest.php b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/StringConverterTest.php index 84d020f32a34bb85cc8122bf401e5999fc183fed..c950352bf5252ce1cff51e6c9523aa94abf53573 100644 --- a/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/StringConverterTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Property/TypeConverter/StringConverterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Property\TypeConverter; diff --git a/typo3/sysext/extbase/Tests/Functional/Service/ExtensionServiceTest.php b/typo3/sysext/extbase/Tests/Functional/Service/ExtensionServiceTest.php index c5f65f6c84a6e17979d909f6f68e619e5ce66d69..a1c087b812b4f7f90b33688aeaafb953a71808fb 100644 --- a/typo3/sysext/extbase/Tests/Functional/Service/ExtensionServiceTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Service/ExtensionServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Service; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Controller/TestController.php b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Controller/TestController.php index 42c9fcc1fdd63e3ce744ce61ed60a876ad012ca2..0ff624d970075366e70461dc80533e96d2512357 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Controller/TestController.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Controller/TestController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation\Fixture\Controller; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/AnotherModel.php b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/AnotherModel.php index e8615e8a8cbb2411aa7c6f0709b098f2bb43d829..47cdadc751bad3225129be9e06ed5478a4c29b25 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/AnotherModel.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/AnotherModel.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation\Fixture\Domain\Model; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/Model.php b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/Model.php index 44c1cce166df88fab9758ec451152ba35e1e380a..e9e83a04cc5b964b34a15e76d5110da0f1337ec6 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/Model.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Model/Model.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation\Fixture\Domain\Model; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Validator/ModelValidator.php b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Validator/ModelValidator.php index 4cae93eaf8524ac7af17811f118d7f8bc325a03e..670fb820aa5b0f38fda44fd4e8dca91cf1a1d421 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Validator/ModelValidator.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Domain/Validator/ModelValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation\Fixture\Domain\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidator.php b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidator.php index bde6a3ad10ed3903f4ba8b974367378894397c82..d75ff589a4e9a9f549e345a08cc0cdb53c73a0d8 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidator.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation\Fixture\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidatorThatDoesNotImplementValidatorInterfaceValidator.php b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidatorThatDoesNotImplementValidatorInterfaceValidator.php index 30bc111696cf52cf3d94f5a65c293c43f54bc577..1abd16c3ca6e352b1b75bbbe226de6015dcc1a06 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidatorThatDoesNotImplementValidatorInterfaceValidator.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/Fixture/Validation/Validator/CustomValidatorThatDoesNotImplementValidatorInterfaceValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation\Fixture\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Functional/Validation/ValidatorResolverTest.php b/typo3/sysext/extbase/Tests/Functional/Validation/ValidatorResolverTest.php index 587981ad95b27c9a21e94f0be08ec47672e82c08..cb3f7166ba47d3432b47665ba935a6a73849f1b1 100644 --- a/typo3/sysext/extbase/Tests/Functional/Validation/ValidatorResolverTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Validation/ValidatorResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Functional\Validation; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php b/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php index 06ef2505d4ea3d9dc889d340261659ecab0950f9..c48f6ad18a550c702de65f6464de8742f8a5afd6 100644 --- a/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Configuration/AbstractConfigurationManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Configuration; diff --git a/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php b/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php index 5d6fb55224fde8e6fa88ecdc76b75327e60a1eec..981f24242fbca519bfeadd5738a9773462bb27f3 100644 --- a/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Configuration/FrontendConfigurationManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Configuration; diff --git a/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php b/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php index a56aefcfb369f20a97fcf3a9e9402a28f14aa8c8..09d37a152e873062e86220fd480fc7aa41d09e33 100644 --- a/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php +++ b/typo3/sysext/extbase/Tests/Unit/DomainObject/AbstractEntityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\DomainObject; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ActionControllerTest.php b/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ActionControllerTest.php index 12102e4d467ec072ea371cf5f838a8bc0547a6be..09abe7246eb9d25581143fa1fc9a6c4e3a67e54c 100644 --- a/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ActionControllerTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Mvc/Controller/ActionControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Mvc\Controller; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php b/typo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php index efded8e8c907cb945a6dc3b29a2bd06204c9779d..1c383ccc47aa3937e7dd6399f684fd5212475667 100644 --- a/typo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Mvc/View/JsonViewTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Mvc\View; diff --git a/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php b/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php index ef6b0aa8aa0b45d1db67ee4344a8e73547c3c1b2..6d0cc1f231a58690f3f23d85c1b6cd5e90b845c9 100644 --- a/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Mvc/Web/Routing/UriBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Mvc\Web\Routing; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php b/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php index 3e53249e1d18e1a0d47989d06e11d161fbaa4ed3..ef5baf2dea11d3fc5ccc1a2177aff84d7c6f9369 100644 --- a/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php +++ b/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Object\Container\Fixtures; diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationFactoryTest.php b/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationFactoryTest.php index 52b4db34a6ec921a1b7ac3b61d455ed49c4a14f2..e168ad4a93a172bb1b7c0e102ccf8b54d4b4b94b 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationFactoryTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationTest.php b/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationTest.php index 5b5fbe106b24a38da3738780054174cfed823cc3..8c41a70d66ce23a9297de9e0f658f21239479d1c 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/ClassesConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/A.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/A.php index 668db533d5de39025f4a8d70346b80fc7de7d76a..6d6343705237a9c94575eef0f7eb4d93f72cabde 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/A.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/A.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Domain\Model; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/B.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/B.php index 13bacf7dc9b66048f00ed673a9139694783ba9c2..6a55faadb14c6a01bd3d312a444831e8246c803a 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/B.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/B.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Domain\Model; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/C.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/C.php index f4909ace5bb4852612ebb8318cbe9e9c29199b65..2d96727a17fd183035880ab5dbff5fef482eb1d7 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/C.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/C.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Domain\Model; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/Entity.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/Entity.php index 39770569178e0e378b357936fe8a37b7b2d19a71..846b3b9f6f27edcf53ce806ac3d4a16475eddc35 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/Entity.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Model/Entity.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Domain\Model; diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Repository/EntityRepository.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Repository/EntityRepository.php index 93ca1876ecd3880774ebda2c573dc1f4e9023c43..e029e3495e594277381542e154af68a7b7da3a2d 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Repository/EntityRepository.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Fixture/Domain/Repository/EntityRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Domain\Repository; diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php index 33b59907a5c67d3d265d040fa3ed4c24e3ee8a21..b53b6e2fa3116ff17833f53b36e64fc9ab9f150c 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/BackendTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php index b9104e204a4bca79b101ac63992993d5d543083c..1f7667744a0707eca765c13f74adaccbc2c27024 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/DataMapperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Mapper; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyChildEntity.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyChildEntity.php index 8264f953f031cb9180147e67f2abffac6bac53c3..c1149138db25a456653abfe7addce88ac9e325a6 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyChildEntity.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyChildEntity.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Mapper\Fixture; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyEntity.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyEntity.php index f1de89ec69db9161a8c14dc3601774ab3d5a0659..93bbca9ed2492ba23391d9c54a9a1ed9b535dcf0 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyEntity.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyEntity.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Mapper\Fixture; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyParentEntity.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyParentEntity.php index d88181114367445e8ea12b7d46c08a6ff39be317..0c4775ac738f66737032be8a98113d76f53f6e56 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyParentEntity.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/Mapper/Fixture/DummyParentEntity.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic\Mapper\Fixture; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/SessionTest.php b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/SessionTest.php index 2d7b8e16aa0fc4c8bd63907ea58bb5ddb9e8e28e..9e2ef61afeba93a40994b66fba468c6bba3c6738 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/SessionTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/Generic/SessionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence\Generic; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php b/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php index 10de310dc761c96ab76b65c43b14e26aa91e3f77..ad916274a66efaed148aa03567a376f0452860e9 100644 --- a/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Persistence/RepositoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Persistence; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodParameterTest.php b/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodParameterTest.php index b379deac0e8595c8184b1ae6bbf944561efb4d63..440a9786ef1e77b1a6b0119ce5073658b5a74081 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodParameterTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodParameterTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodTest.php b/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodTest.php index c034a34eac5991933c05a15dbccdc9945c3fbbde..a16d3383bd1b93287d472f0af63220bfc5419bf5 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/MethodTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/PropertyTest.php b/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/PropertyTest.php index 7136ed1ce660d09bd063f90eacbe32f07b7a41ed..3dc4dfe3aa1d11579461cc7c143388975ce6567b 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/PropertyTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/ClassSchema/PropertyTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\ClassSchema; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInjectDoctrineAnnotation.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInjectDoctrineAnnotation.php index 729ffb781d2621a7dce008751315ff6437d642c3..82657414e0f722f31cc6a3134513d60d65fb02d0 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInjectDoctrineAnnotation.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInjectDoctrineAnnotation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInvalidTypeHint.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInvalidTypeHint.php index 8be25ab5e0069432266712dc05d0502c3f856c2e..83c922bbb9c9410b512cd76132848823fa186ca3 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInvalidTypeHint.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithInvalidTypeHint.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithLazyDoctrineAnnotation.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithLazyDoctrineAnnotation.php index efd74d62bb385d21742049a78d78ef473e94105a..89324ee9643193a15e28cf64bb6f20a80362ed1a 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithLazyDoctrineAnnotation.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyClassWithLazyDoctrineAnnotation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyController.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyController.php index 82c80b24c1cec1fedcf75dafac3d6223cbf5360d..c4bcc12a40a9ca81637f3a346471788769753fa8 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyController.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithIgnoreValidationDoctrineAnnotation.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithIgnoreValidationDoctrineAnnotation.php index 1750acf8e6846e70039400788a233e7de08c948a..b40f367584d5aac26268cbf908a45936e9016268 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithIgnoreValidationDoctrineAnnotation.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithIgnoreValidationDoctrineAnnotation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParam.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParam.php index b1b4eaf63c62e72ed43004bfcfb5fb238ae1472c..bada0803d5590f1e48c922462afb580ab13bd36b 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParam.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParam.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParamTypeHint.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParamTypeHint.php index 1370cac3fbe2e163a2eb961890cbeb2b0df9e0bb..b736f3c69f3a8d81b71b30fdfebe2c38dde50524 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParamTypeHint.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyControllerWithValidateAnnotationWithoutParamTypeHint.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyEntity.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyEntity.php index 052b4cc09c9aaa7e2d4f989965571b4d7c8b4d79..2cdabd4b79245adeaaa14ecb89b03f5165ef322d 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyEntity.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyEntity.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyModel.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyModel.php index d15ea41e2684e2bfdcbb851a8a8f9419747523e2..230017f794f944532c0c5b7ba96481878f6190d8 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyModel.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyModel.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummySingleton.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummySingleton.php index ac9d3ca8ad15f4fd5b9eae84f41f061dd65b8862..12e685273880e8c8d7dc5b97cebf4e1cbd05a179 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummySingleton.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummySingleton.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyValueObject.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyValueObject.php index 07af17721ca748e54c40df6280494c53a374768d..844406979d7e085979a3e3d3dada434cdfcfac23 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyValueObject.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/DummyValueObject.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture; diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/Validation/Validator/DummyValidator.php b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/Validation/Validator/DummyValidator.php index e7803bb81b0875bb5a3872907dafe29e39bd9eac..c2215f0c75473f257accc5b796411d6b59d06076 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/Validation/Validator/DummyValidator.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture/Validation/Validator/DummyValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection\Fixture\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php b/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php index b7feeacd359a1766a56dd5bfcbea2a6f99a9a34b..4da3f95862a13ad48792eea5e93cc71092f07559 100644 --- a/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Reflection/ReflectionServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Reflection; diff --git a/typo3/sysext/extbase/Tests/Unit/Routing/Aspect/StaticRangeMapperTest.php b/typo3/sysext/extbase/Tests/Unit/Routing/Aspect/StaticRangeMapperTest.php index 9d9031725bba81fc50306df3bc6b16eb29f68fa3..560c3547ae2bbf76ddf655f3ae60c4eee8fc5205 100644 --- a/typo3/sysext/extbase/Tests/Unit/Routing/Aspect/StaticRangeMapperTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Routing/Aspect/StaticRangeMapperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Routing\Aspect; diff --git a/typo3/sysext/extbase/Tests/Unit/Service/ExtensionServiceTest.php b/typo3/sysext/extbase/Tests/Unit/Service/ExtensionServiceTest.php index c508a0f509dd5783e6b301302e22e95a3e8a70ce..0c6f7efb6ee249f233c4db96f8040af0f4950fde 100644 --- a/typo3/sysext/extbase/Tests/Unit/Service/ExtensionServiceTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Service/ExtensionServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Service; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Service/ImageScriptServiceTest.php b/typo3/sysext/extbase/Tests/Unit/Service/ImageScriptServiceTest.php index fab5621c882f70243e2e12b70744451882e2f858..1a4173587be4106a6302e2607dbec4e86cd2faa2 100644 --- a/typo3/sysext/extbase/Tests/Unit/Service/ImageScriptServiceTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Service/ImageScriptServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Service; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/FirstController.php b/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/FirstController.php index b7f6cdfac797082268191244e47ad35027711d0c..fa6177f5a7ba702de8dec8a53fefa78b4c82420c 100644 --- a/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/FirstController.php +++ b/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/FirstController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\MyExtension\Controller; diff --git a/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/SecondController.php b/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/SecondController.php index 50d1246232944c1dda05b42bed06da4fec0697a0..9a1690ec9e7619a8bee2015cad96f0139e653f4c 100644 --- a/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/SecondController.php +++ b/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/SecondController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\MyExtension\Controller; diff --git a/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/ThirdController.php b/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/ThirdController.php index a2aaa6e105a275d722dfffd56cc0cc3361bbcae8..b65c47cf40bb04cf9bc53f12e89aa84d5f0895b2 100644 --- a/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/ThirdController.php +++ b/typo3/sysext/extbase/Tests/Unit/Utility/Fixtures/MyExtension/Controller/ThirdController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\MyExtension\Controller; diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BooleanValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BooleanValidatorTest.php index fe0bddda6114c63e4997ebf6c2066ac6d58c9a35..6be00677ded4939894d4c703dc8ddb67ee6c5d17 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BooleanValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BooleanValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/CollectionValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/CollectionValidatorTest.php index 174d319b9f7155540d3e58afd34d2bdfbd16a7f4..0c0ec9c71d43c4266d1410034c7294d988b855b2 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/CollectionValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/CollectionValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DateTimeValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DateTimeValidatorTest.php index 7ddedc10cef961cf47c85091e54adbdd1faffbc3..8449fb055d04c887bf2b56aa139013b482cefe46 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DateTimeValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DateTimeValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php index 1d17d51b63646f86c2e19e0c36dcb0c9be19c276..c4b5c9dcfa2ad6d7cc45d694c43870d1e7b6dd6e 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/GenericObjectValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php index 28019632c41c83ad37d8df9e4ee9aef0a3919d5a..8de8325384890286b2807dba608f1c0a3bedede9 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringLengthValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringValidatorTest.php index 2368f3e5c6296c5f8461e50a9d3b4882db501800..e6041321206030525c19d3b5c36887207ea59a75 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/StringValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/UrlValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/UrlValidatorTest.php index b0a36eb91e677420cfba9e55963d7885fd8b60d2..0e05f4dfa07285efb8a0c48249491d94b774d7e3 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/UrlValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/UrlValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\Unit\Validation\Validator; /* diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorClassNameResolverTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorClassNameResolverTest.php index 5b27ccdcc68d06e14726b60fa58282b986fde089..47fb8183405a1a39eaffffa21d4ac9388d0eb614 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorClassNameResolverTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/ValidatorClassNameResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of the TYPO3 CMS project. diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/AbstractConfigurationManagerTest.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/AbstractConfigurationManagerTest.php index 888fe2f048075f06fd48be153d0c01d1d53fb47a..0269ae3776e20be82637cb936dee835aa6d7ff1e 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/AbstractConfigurationManagerTest.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/AbstractConfigurationManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\UnitDeprecated\Configuration; diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/FrontendConfigurationManagerTest.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/FrontendConfigurationManagerTest.php index d4633d2ee25b61943844e167b76607dc7a7fbc31..91b9e9ab849d0a87efc75fc113d264560d5295e4 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/FrontendConfigurationManagerTest.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Configuration/FrontendConfigurationManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\UnitDeprecated\Configuration; diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/Fixture/DummyWebResponse.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/Fixture/DummyWebResponse.php index cdded3527afe0800f29003099c5bda31f965497d..e0e797443f84ed2a7f55de2d5b8124991be577ee 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/Fixture/DummyWebResponse.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/Fixture/DummyWebResponse.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Web\Fixture; diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/ResponseTest.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/ResponseTest.php index 7b4edb8bae71c772ccd090789461784908807888..164b03b10a5105d735a24229d94490afad846c00 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/ResponseTest.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Mvc/Web/ResponseTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Web; diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Reflection/ObjectAccessTest.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Reflection/ObjectAccessTest.php index a9c7a987058d8a6629fb7f152f2b72cd6b5360dc..c2780c320b4364552875641a3b4c3831035c53d1 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/Reflection/ObjectAccessTest.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Reflection/ObjectAccessTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\UnitDeprecated\Reflection; diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/SignalSlot/DispatcherTest.php b/typo3/sysext/extbase/Tests/UnitDeprecated/SignalSlot/DispatcherTest.php index f00c83ca6abf0380d2af297b72e3e6d0c6967784..5db0e096cd9e89ae354a2442490140fe0e66120c 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/SignalSlot/DispatcherTest.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/SignalSlot/DispatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extbase\Tests\UnitDeprecated\SignalSlot; /* diff --git a/typo3/sysext/extensionmanager/Classes/Command/ActivateExtensionCommand.php b/typo3/sysext/extensionmanager/Classes/Command/ActivateExtensionCommand.php index c15fa73bab7b97afd2dc97cc95fed15f2bb1b32b..78304210eb5415f65fad39fa67393fa64402713c 100644 --- a/typo3/sysext/extensionmanager/Classes/Command/ActivateExtensionCommand.php +++ b/typo3/sysext/extensionmanager/Classes/Command/ActivateExtensionCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Command; /* diff --git a/typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php b/typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php index f782c2a0b53c2b5dd2bfcffb51a9f40eb964bc27..4b75a50e9ed5287544f77152ec57c89d842369a5 100644 --- a/typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php +++ b/typo3/sysext/extensionmanager/Classes/Command/DeactivateExtensionCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Command; /* diff --git a/typo3/sysext/extensionmanager/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/extensionmanager/Classes/Compatibility/SlotReplacement.php index 77c3533e59bad5641847442bb0f8d84005372d83..2fb52a21b34d54ad4d26ecb0d255e710ec9fc53f 100644 --- a/typo3/sysext/extensionmanager/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/extensionmanager/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Compatibility; /* diff --git a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionDatabaseContentHasBeenImportedEvent.php b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionDatabaseContentHasBeenImportedEvent.php index 4c7a6d323d0784be68cd2bdcd67f02a4ce775630..3e9359e9ca8c4e34425d152f6b0182e87f03c880 100644 --- a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionDatabaseContentHasBeenImportedEvent.php +++ b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionDatabaseContentHasBeenImportedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Event; /* diff --git a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionFilesHaveBeenImportedEvent.php b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionFilesHaveBeenImportedEvent.php index d6b0ca85ce6b14f11697b15f4269695f381cf412..23d83221151640877e59df0dca18ee9d5a5bbdc4 100644 --- a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionFilesHaveBeenImportedEvent.php +++ b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionFilesHaveBeenImportedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Event; /* diff --git a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionStaticDatabaseContentHasBeenImportedEvent.php b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionStaticDatabaseContentHasBeenImportedEvent.php index ad330e1c69d607e91dff6a39be0f3cc3016cc13a..1f88f09c2a8b35e8078e999a254183b61ed5b87f 100644 --- a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionStaticDatabaseContentHasBeenImportedEvent.php +++ b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionStaticDatabaseContentHasBeenImportedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Event; /* diff --git a/typo3/sysext/extensionmanager/Classes/Event/AvailableActionsForExtensionEvent.php b/typo3/sysext/extensionmanager/Classes/Event/AvailableActionsForExtensionEvent.php index ec288cece65c282c4308d282043105a966df5d93..3fcc608c0aa1c0cb7b7f6350974eac6635cd1e2c 100644 --- a/typo3/sysext/extensionmanager/Classes/Event/AvailableActionsForExtensionEvent.php +++ b/typo3/sysext/extensionmanager/Classes/Event/AvailableActionsForExtensionEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Event; /* diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php index 85f7ef0cf5d8b06b630a68c734239ea317b825fe..6d9dbc5ed5ddd9043911f4af3a8933f548f36230 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Report/ExtensionStatusTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Report; diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Service/ExtensionManagementServiceTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Service/ExtensionManagementServiceTest.php index ccedf15771e62065ede1f0b6d21db4e5d47968d8..cb26d67fcdb5457d8f5ab5ea61737a7719edf122 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Service/ExtensionManagementServiceTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Service/ExtensionManagementServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Service; /* diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php index 3d6b6c2ba98cef60fbab4578b3991c69cee075ad..ab12f3361735c4dd66dfa8b22e99388f35434a34 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/FileHandlingUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Utility; /* diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php index ec22ea10392f0fe6554efa6ac671a028597da9b1..6709881c4be878a3546fb3a3c7e7c62da1334faf 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/InstallUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Utility; /* diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php index f31ab30e43cedef1ddb23f1f335fa38e6284fe19..da20b1f9483a4226ca1deab498415c0549fb1bb1 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/ListUtilityTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Extensionmanager\Tests\Unit\Utility; /* diff --git a/typo3/sysext/felogin/Classes/Configuration/IncompleteConfigurationException.php b/typo3/sysext/felogin/Classes/Configuration/IncompleteConfigurationException.php index 1260eaf418aa1964f1e37fb02b3c8f897d0e3ee0..6df60916c883f329956064d417b75d9a88e54d61 100644 --- a/typo3/sysext/felogin/Classes/Configuration/IncompleteConfigurationException.php +++ b/typo3/sysext/felogin/Classes/Configuration/IncompleteConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Configuration; diff --git a/typo3/sysext/felogin/Classes/Configuration/RecoveryConfiguration.php b/typo3/sysext/felogin/Classes/Configuration/RecoveryConfiguration.php index c4d9d74dfd91a1123b95d255957dfd8191dd4e0f..932d121a1e2461a1caf03bfe0f68ec4d517e9f7b 100644 --- a/typo3/sysext/felogin/Classes/Configuration/RecoveryConfiguration.php +++ b/typo3/sysext/felogin/Classes/Configuration/RecoveryConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Configuration; diff --git a/typo3/sysext/felogin/Classes/Configuration/RedirectConfiguration.php b/typo3/sysext/felogin/Classes/Configuration/RedirectConfiguration.php index 7ae70263e8eab41b109f65595e22c626253d055a..bb797233765616739e8311a2bac4798ad1b18083 100644 --- a/typo3/sysext/felogin/Classes/Configuration/RedirectConfiguration.php +++ b/typo3/sysext/felogin/Classes/Configuration/RedirectConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Configuration; diff --git a/typo3/sysext/felogin/Classes/Controller/AbstractLoginFormController.php b/typo3/sysext/felogin/Classes/Controller/AbstractLoginFormController.php index 5be07c7fed71ef140424e53830fdf73b9df1cec9..32088d74391f8305edc241161c9c1acf3e8c7096 100644 --- a/typo3/sysext/felogin/Classes/Controller/AbstractLoginFormController.php +++ b/typo3/sysext/felogin/Classes/Controller/AbstractLoginFormController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Controller; diff --git a/typo3/sysext/felogin/Classes/Controller/LoginController.php b/typo3/sysext/felogin/Classes/Controller/LoginController.php index 4069d44e3742284c00db6df9fba91624253a068e..3fb1fea07ba17715e394ad794cc75914ab31f417 100644 --- a/typo3/sysext/felogin/Classes/Controller/LoginController.php +++ b/typo3/sysext/felogin/Classes/Controller/LoginController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Controller; diff --git a/typo3/sysext/felogin/Classes/Controller/PasswordRecoveryController.php b/typo3/sysext/felogin/Classes/Controller/PasswordRecoveryController.php index e1291f9a3b5b561764875c2651ff88e2bf459c74..ea7795d43232ed4404990f7d3d820448840e2566 100644 --- a/typo3/sysext/felogin/Classes/Controller/PasswordRecoveryController.php +++ b/typo3/sysext/felogin/Classes/Controller/PasswordRecoveryController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Controller; diff --git a/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserGroupRepository.php b/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserGroupRepository.php index 5b5dab2aa2e23865c8ff07e721cce1828cb8b5ff..589f3053a9b82bda04592538eb268c9185468144 100644 --- a/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserGroupRepository.php +++ b/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserGroupRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Domain\Repository; diff --git a/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserRepository.php b/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserRepository.php index ab80d191d4207d28d16f9bc411516bf59b7736b8..0ec4de58f47cb61e300fbb69219f8265d1d11bd7 100644 --- a/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserRepository.php +++ b/typo3/sysext/felogin/Classes/Domain/Repository/FrontendUserRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Domain\Repository; diff --git a/typo3/sysext/felogin/Classes/Event/AbstractConfirmedEvent.php b/typo3/sysext/felogin/Classes/Event/AbstractConfirmedEvent.php index 825182796133976b0fc83506e7a14d415b3ae0c3..ae710397a21ee9dc812dce71843e59f701e58f3a 100644 --- a/typo3/sysext/felogin/Classes/Event/AbstractConfirmedEvent.php +++ b/typo3/sysext/felogin/Classes/Event/AbstractConfirmedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; diff --git a/typo3/sysext/felogin/Classes/Event/BeforeRedirectEvent.php b/typo3/sysext/felogin/Classes/Event/BeforeRedirectEvent.php index cc577498c5c09537d80a515f1a0efa8060d8702c..5d51b7a330f237fb346a1ac9f3e5448c797e1243 100644 --- a/typo3/sysext/felogin/Classes/Event/BeforeRedirectEvent.php +++ b/typo3/sysext/felogin/Classes/Event/BeforeRedirectEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; diff --git a/typo3/sysext/felogin/Classes/Event/LoginConfirmedEvent.php b/typo3/sysext/felogin/Classes/Event/LoginConfirmedEvent.php index b41ca745e3b43e45d5ba827a5bf53aaccdd4148c..4d188b0e169439d742106b9f92a2c21e327b138b 100644 --- a/typo3/sysext/felogin/Classes/Event/LoginConfirmedEvent.php +++ b/typo3/sysext/felogin/Classes/Event/LoginConfirmedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; diff --git a/typo3/sysext/felogin/Classes/Event/LoginErrorOccurredEvent.php b/typo3/sysext/felogin/Classes/Event/LoginErrorOccurredEvent.php index a934e190d6bfc28895d2290461faf6c05fa80d5c..ed78dd83f3cad0e8ff9d22626478ae31dab0b94a 100644 --- a/typo3/sysext/felogin/Classes/Event/LoginErrorOccurredEvent.php +++ b/typo3/sysext/felogin/Classes/Event/LoginErrorOccurredEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; diff --git a/typo3/sysext/felogin/Classes/Event/LogoutConfirmedEvent.php b/typo3/sysext/felogin/Classes/Event/LogoutConfirmedEvent.php index 42f678d6cf8c6e2ddd40b985ec7d073cf082a723..f92c7e71e32f5333373b450fb029354859f34088 100644 --- a/typo3/sysext/felogin/Classes/Event/LogoutConfirmedEvent.php +++ b/typo3/sysext/felogin/Classes/Event/LogoutConfirmedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; diff --git a/typo3/sysext/felogin/Classes/Event/ModifyLoginFormViewEvent.php b/typo3/sysext/felogin/Classes/Event/ModifyLoginFormViewEvent.php index 76aefe71d7ea692cbffe7d5880fe671a408a2eb5..a5540d6771fee4405655e6b980b536d395f982a2 100644 --- a/typo3/sysext/felogin/Classes/Event/ModifyLoginFormViewEvent.php +++ b/typo3/sysext/felogin/Classes/Event/ModifyLoginFormViewEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; /* diff --git a/typo3/sysext/felogin/Classes/Event/PasswordChangeEvent.php b/typo3/sysext/felogin/Classes/Event/PasswordChangeEvent.php index 0aafee2078413944d9af1b02a92b687031ffc801..4fafdb5cba893eb47848ed82cc1d56f43af54029 100644 --- a/typo3/sysext/felogin/Classes/Event/PasswordChangeEvent.php +++ b/typo3/sysext/felogin/Classes/Event/PasswordChangeEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; /* diff --git a/typo3/sysext/felogin/Classes/Event/SendRecoveryEmailEvent.php b/typo3/sysext/felogin/Classes/Event/SendRecoveryEmailEvent.php index 19e73df23a3555b2594625adde8f276f1a0385c2..464addedf7e81bec9f226d4621092ff33e5d3575 100644 --- a/typo3/sysext/felogin/Classes/Event/SendRecoveryEmailEvent.php +++ b/typo3/sysext/felogin/Classes/Event/SendRecoveryEmailEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Event; /* diff --git a/typo3/sysext/felogin/Classes/Redirect/RedirectHandler.php b/typo3/sysext/felogin/Classes/Redirect/RedirectHandler.php index 5b3fbdf6d934c376e72fd3db13b025a6c6bea718..050f21c171f88f01f6b26ba3176e9c378a6f16df 100644 --- a/typo3/sysext/felogin/Classes/Redirect/RedirectHandler.php +++ b/typo3/sysext/felogin/Classes/Redirect/RedirectHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Redirect; diff --git a/typo3/sysext/felogin/Classes/Redirect/RedirectMode.php b/typo3/sysext/felogin/Classes/Redirect/RedirectMode.php index 67babb948c89a2d031347e452baf25c360c6e4a0..49715444aca98cdfbbb7c05493cf6c70ba800e1c 100644 --- a/typo3/sysext/felogin/Classes/Redirect/RedirectMode.php +++ b/typo3/sysext/felogin/Classes/Redirect/RedirectMode.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Redirect; diff --git a/typo3/sysext/felogin/Classes/Redirect/RedirectModeHandler.php b/typo3/sysext/felogin/Classes/Redirect/RedirectModeHandler.php index ca983a955be4c733c5d77a78c99851600e7d226f..62210ba472afd56e32d610b2a05d0c40d00b3efe 100644 --- a/typo3/sysext/felogin/Classes/Redirect/RedirectModeHandler.php +++ b/typo3/sysext/felogin/Classes/Redirect/RedirectModeHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Redirect; diff --git a/typo3/sysext/felogin/Classes/Redirect/ServerRequestHandler.php b/typo3/sysext/felogin/Classes/Redirect/ServerRequestHandler.php index 336ea99ea710a0a872676175185dba735a3e1fc7..0d535df6a86c2e6faebd0506644308ed02d065fd 100644 --- a/typo3/sysext/felogin/Classes/Redirect/ServerRequestHandler.php +++ b/typo3/sysext/felogin/Classes/Redirect/ServerRequestHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Redirect; diff --git a/typo3/sysext/felogin/Classes/Service/RecoveryService.php b/typo3/sysext/felogin/Classes/Service/RecoveryService.php index 8f88fbe68fbaad07dcd041977499665b8041052d..87515f402b143bc0bbf2990d224a2d7c850ef6d0 100644 --- a/typo3/sysext/felogin/Classes/Service/RecoveryService.php +++ b/typo3/sysext/felogin/Classes/Service/RecoveryService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Service; diff --git a/typo3/sysext/felogin/Classes/Service/RecoveryServiceInterface.php b/typo3/sysext/felogin/Classes/Service/RecoveryServiceInterface.php index 7377b1834e2289f85f2e41cb6f198ec5829fcd16..71c910e2c8750b256475be23ef6125c5978dfb93 100644 --- a/typo3/sysext/felogin/Classes/Service/RecoveryServiceInterface.php +++ b/typo3/sysext/felogin/Classes/Service/RecoveryServiceInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Service; diff --git a/typo3/sysext/felogin/Classes/Service/UserService.php b/typo3/sysext/felogin/Classes/Service/UserService.php index b91598af78341e6666a675b235559a65eeebd86e..025d3a55bdac5054beebe4da9cf36e809e7e382d 100644 --- a/typo3/sysext/felogin/Classes/Service/UserService.php +++ b/typo3/sysext/felogin/Classes/Service/UserService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Service; diff --git a/typo3/sysext/felogin/Classes/Service/ValidatorResolverService.php b/typo3/sysext/felogin/Classes/Service/ValidatorResolverService.php index c1392df56739ba664744957600fdc79310bd1804..1f2974638c1595fae282f23a5f06c50c9a6682ae 100644 --- a/typo3/sysext/felogin/Classes/Service/ValidatorResolverService.php +++ b/typo3/sysext/felogin/Classes/Service/ValidatorResolverService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Service; diff --git a/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPlugins.php b/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPlugins.php index 5ec2b96b17f4897b53e56cfac2e9eb6e8d9e4967..dcc51d4f45bb4f7f4975b7e240aede7f0cb39f58 100644 --- a/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPlugins.php +++ b/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPlugins.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Felogin\Updates; diff --git a/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPluginsCtype.php b/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPluginsCtype.php index cd1efdefa69846d869a58fd3f2c1c264a4822f03..6aa18e81a521bfae0abf99b95dfdda954127c7d4 100644 --- a/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPluginsCtype.php +++ b/typo3/sysext/felogin/Classes/Updates/MigrateFeloginPluginsCtype.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Updates; diff --git a/typo3/sysext/felogin/Classes/Validation/RedirectUrlValidator.php b/typo3/sysext/felogin/Classes/Validation/RedirectUrlValidator.php index f4f3a5b6f939793af71d58d6903b31d2ad017188..047880bb936b959f0b9b9359dd307310b9687c5d 100644 --- a/typo3/sysext/felogin/Classes/Validation/RedirectUrlValidator.php +++ b/typo3/sysext/felogin/Classes/Validation/RedirectUrlValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Validation; diff --git a/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserGroupRepositoryTest.php b/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserGroupRepositoryTest.php index b2d9354323e3a2d26761da74eaaf1aa6ae51e87f..d34a07ecb0f27bdd063fbf626f3b6ea2c652c91d 100644 --- a/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserGroupRepositoryTest.php +++ b/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserGroupRepositoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Functional\Domain\Repository; diff --git a/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserRepositoryTest.php b/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserRepositoryTest.php index 7f7552df67a6127bd88b58afdf1d5124cd811f38..2478c810d9f19840084eb0c66a45ba538fecb2fd 100644 --- a/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserRepositoryTest.php +++ b/typo3/sysext/felogin/Tests/Functional/Domain/Repository/FrontendUserRepositoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Functional\Domain\Repository; diff --git a/typo3/sysext/felogin/Tests/Functional/Tca/ContentVisibleFieldsTest.php b/typo3/sysext/felogin/Tests/Functional/Tca/ContentVisibleFieldsTest.php index f25437de2af9d2db495ea57e492ea4e890827612..ebbf0cfcc322d6c506179b04a6a80fa625feb8d8 100644 --- a/typo3/sysext/felogin/Tests/Functional/Tca/ContentVisibleFieldsTest.php +++ b/typo3/sysext/felogin/Tests/Functional/Tca/ContentVisibleFieldsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Functional\Tca; diff --git a/typo3/sysext/felogin/Tests/Unit/Configuration/RecoveryConfigurationTest.php b/typo3/sysext/felogin/Tests/Unit/Configuration/RecoveryConfigurationTest.php index 9fd3be58924d94b1fe97b39b19781af16ab86edc..6f19bdad805d4da2a00ea33301484468b58691a9 100644 --- a/typo3/sysext/felogin/Tests/Unit/Configuration/RecoveryConfigurationTest.php +++ b/typo3/sysext/felogin/Tests/Unit/Configuration/RecoveryConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Unit\Configuration; diff --git a/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php b/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php index e890b97fe833c9b330d290a3dafba6f1469a8788..3e673764e32a90889b978c3608f63294d6925e82 100644 --- a/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php +++ b/typo3/sysext/felogin/Tests/Unit/Controller/FrontendLoginControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Felogin\Tests\Unit\Controller; /* diff --git a/typo3/sysext/felogin/Tests/Unit/Redirect/RedirectHandlerTest.php b/typo3/sysext/felogin/Tests/Unit/Redirect/RedirectHandlerTest.php index d55bbe74b7b0b811768c41dea534b663ce5fb4e7..b193fbc2c812a4556ef93e5d4e1afd7d46c449eb 100644 --- a/typo3/sysext/felogin/Tests/Unit/Redirect/RedirectHandlerTest.php +++ b/typo3/sysext/felogin/Tests/Unit/Redirect/RedirectHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Unit\Redirect; diff --git a/typo3/sysext/felogin/Tests/Unit/Service/RecoveryServiceTest.php b/typo3/sysext/felogin/Tests/Unit/Service/RecoveryServiceTest.php index 5c04a4cf9380b86b4b9fdaaf072fba51808942cb..b36f17a234b9eba7e6588f998c990cdd5c1cfb9f 100644 --- a/typo3/sysext/felogin/Tests/Unit/Service/RecoveryServiceTest.php +++ b/typo3/sysext/felogin/Tests/Unit/Service/RecoveryServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Unit\Service; diff --git a/typo3/sysext/felogin/Tests/Unit/Service/ValidatorResolverServiceTest.php b/typo3/sysext/felogin/Tests/Unit/Service/ValidatorResolverServiceTest.php index 959de6876126f25d6fba9d620fda46680aa93ce0..3387bae4526c48b164e8bad2c3dd087ebc14c329 100644 --- a/typo3/sysext/felogin/Tests/Unit/Service/ValidatorResolverServiceTest.php +++ b/typo3/sysext/felogin/Tests/Unit/Service/ValidatorResolverServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Unit\Service; diff --git a/typo3/sysext/felogin/Tests/Unit/Validation/RedirectUrlValidatorTest.php b/typo3/sysext/felogin/Tests/Unit/Validation/RedirectUrlValidatorTest.php index 2483defe11198a463068b4dbdf0d03c6e62093d0..1b02a1bbf8da14e5d78afa4e1ca615d2a53e3752 100644 --- a/typo3/sysext/felogin/Tests/Unit/Validation/RedirectUrlValidatorTest.php +++ b/typo3/sysext/felogin/Tests/Unit/Validation/RedirectUrlValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\FrontendLogin\Tests\Unit\Validation; diff --git a/typo3/sysext/filelist/Classes/Configuration/ThumbnailConfiguration.php b/typo3/sysext/filelist/Classes/Configuration/ThumbnailConfiguration.php index 76135afbf80389fbb32e3d143863502e1a0b5e27..309840fb2afe0a2e9037f70eed2bff0ba243fe13 100644 --- a/typo3/sysext/filelist/Classes/Configuration/ThumbnailConfiguration.php +++ b/typo3/sysext/filelist/Classes/Configuration/ThumbnailConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\Configuration; diff --git a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileDragProvider.php b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileDragProvider.php index 3b8efee2e1581b14202b20655610b1323f10b3ca..dde0f475467dad49fc1411ff1b8e59e825dcca42 100644 --- a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileDragProvider.php +++ b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileDragProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php index edcbbf198cd70a8386affb77bcaf73cd871ae4d4..14f02a21eeeaa31646124e3dfe59cc94eb6274be 100644 --- a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php +++ b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileStorageProvider.php b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileStorageProvider.php index 848cf9f00d06af9f4d1fafc557b299da921903bf..431482b61eeab48eff0aefad4c4a377f6fc45f5c 100644 --- a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileStorageProvider.php +++ b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FileStorageProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FilemountsProvider.php b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FilemountsProvider.php index c147d85bd913e68a6ed33fc67093310110d2f455..17cf5ce76d06e1101153bd1c8967b2ea99f9eb61 100644 --- a/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FilemountsProvider.php +++ b/typo3/sysext/filelist/Classes/ContextMenu/ItemProviders/FilemountsProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\ContextMenu\ItemProviders; /* diff --git a/typo3/sysext/filelist/Classes/Controller/File/CreateFolderController.php b/typo3/sysext/filelist/Classes/Controller/File/CreateFolderController.php index 8f8aca8a72839b154c067a4481aadcb9d39b9f3b..eb546400ca63db3c48718c36cc2e1c18710a5ac1 100644 --- a/typo3/sysext/filelist/Classes/Controller/File/CreateFolderController.php +++ b/typo3/sysext/filelist/Classes/Controller/File/CreateFolderController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\Controller\File; /* diff --git a/typo3/sysext/filelist/Classes/Controller/File/EditFileController.php b/typo3/sysext/filelist/Classes/Controller/File/EditFileController.php index 822a41f4e2e308626edfc2ead43d3b8d645b100c..f693ae4b1475bcecfd5a8530fc10fc1d33fe7fa8 100644 --- a/typo3/sysext/filelist/Classes/Controller/File/EditFileController.php +++ b/typo3/sysext/filelist/Classes/Controller/File/EditFileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\Controller\File; /* diff --git a/typo3/sysext/filelist/Classes/Controller/File/FileUploadController.php b/typo3/sysext/filelist/Classes/Controller/File/FileUploadController.php index 163c858f6b2b1d5028aa1c5e2ccb46780fe17214..20d172fd9d557cead7c9bd886438e864cc7d1544 100644 --- a/typo3/sysext/filelist/Classes/Controller/File/FileUploadController.php +++ b/typo3/sysext/filelist/Classes/Controller/File/FileUploadController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\Controller\File; /* diff --git a/typo3/sysext/filelist/Classes/Controller/File/RenameFileController.php b/typo3/sysext/filelist/Classes/Controller/File/RenameFileController.php index b976d40a81abbc09cece4334205c59f9410cbffc..1b629190614102284121579b7b965f6391ccf7cd 100644 --- a/typo3/sysext/filelist/Classes/Controller/File/RenameFileController.php +++ b/typo3/sysext/filelist/Classes/Controller/File/RenameFileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\Controller\File; /* diff --git a/typo3/sysext/filelist/Classes/Controller/File/ReplaceFileController.php b/typo3/sysext/filelist/Classes/Controller/File/ReplaceFileController.php index 3d949dac935b47b214b79eab8c158734f19a7906..91fb3c814fcce97af72a764fb6a4b895b0433b6c 100644 --- a/typo3/sysext/filelist/Classes/Controller/File/ReplaceFileController.php +++ b/typo3/sysext/filelist/Classes/Controller/File/ReplaceFileController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Filelist\Controller\File; /* diff --git a/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php b/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php index 134aadd72803c7bc52346cce57e6f100de33e8a9..481d26bd1a031744e11d31845068badb050f654a 100644 --- a/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php +++ b/typo3/sysext/fluid/Classes/Core/Widget/WidgetRequestBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Core\Widget; /* diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Asset/CssViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Asset/CssViewHelper.php index bbc8eac0e4bb670b32f9c89ac6904d7fe7132ae9..136bb6382e83f2da22274fc50116808b2771fc30 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Asset/CssViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Asset/CssViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\ViewHelpers\Asset; /* diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Asset/ScriptViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Asset/ScriptViewHelper.php index a411d117ef12952244ed851dc6041e7b53f608eb..ef9747d21367ab036238aadbe5a331886b20515b 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Asset/ScriptViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Asset/ScriptViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\ViewHelpers\Asset; /* diff --git a/typo3/sysext/fluid/Configuration/Extbase/RequestHandlers.php b/typo3/sysext/fluid/Configuration/Extbase/RequestHandlers.php index 6a061b14a3e34427781893938afd56cac0d80259..e069f14995a30bf5f0cb8a4ebca7153528e1ab16 100644 --- a/typo3/sysext/fluid/Configuration/Extbase/RequestHandlers.php +++ b/typo3/sysext/fluid/Configuration/Extbase/RequestHandlers.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); return [ \TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler::class, diff --git a/typo3/sysext/fluid/Configuration/Services.php b/typo3/sysext/fluid/Configuration/Services.php index 6c2aa0b14bb82f014e3f066e833df5e2bb78f7e8..b14045e2701e04a91979b357d740f566fb3bb8e2 100644 --- a/typo3/sysext/fluid/Configuration/Services.php +++ b/typo3/sysext/fluid/Configuration/Services.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid; use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; diff --git a/typo3/sysext/fluid/Tests/Functional/ViewHelpers/TypolinkViewHelperTest.php b/typo3/sysext/fluid/Tests/Functional/ViewHelpers/TypolinkViewHelperTest.php index 50aab657a6f0d2b8269c9b46f7e502bd2faa38c4..21963391214ecc48b0c14a1c17f90a180c582f61 100644 --- a/typo3/sysext/fluid/Tests/Functional/ViewHelpers/TypolinkViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Functional/ViewHelpers/TypolinkViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Functional\ViewHelpers; /* diff --git a/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php index 4e69f282f480a090b9d65cb4926b0b440d564b2a..278eca96b4d7b1dd93169fef98e04b03ca2842c8 100644 --- a/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/Core/Widget/AbstractWidgetViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\Core\Widget; /* diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/Security/IfAuthenticatedViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/Security/IfAuthenticatedViewHelperTest.php index 1c885553474300b87d1b5d50ffc386c0812b2239..958492f70102878c95ac0ed1efda4ba20ea831b0 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/Security/IfAuthenticatedViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be/Security/IfAuthenticatedViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Be\Security; /* diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CObjectViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CObjectViewHelperTest.php index 621bd8f8ab212d5a277fe36ec7a4249544bb912c..ad2252df2ca4b2b74070b4e21cc7cd554d585b58 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CObjectViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/CObjectViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers; /* diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Select/OptionViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Select/OptionViewHelperTest.php index 21bc26c7aa0e159449685ebedd45fc7f4a062f1a..7769cd01194dd99009a22a5353940dddcfa24619 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Select/OptionViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Select/OptionViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form\Select; diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextfieldViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextfieldViewHelperTest.php index c1b6e56e3ce4c354dabbfe8588b52f9bfc6ab7e3..a6285b26becaca8ecb8174fc4aaa6eadbe82e88c 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextfieldViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/TextfieldViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Form; /* diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php index ebf8e5b09dc7dc4edd72b9c5448655fea8d9831e..18c43352abbfa076fa8a3b484ea75e92c4b85c41 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/FormViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers; /* diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php index d790903c1d25ec14ced22a94580352be0e0324d7..370e82b58e7d876cd51d3cd03cc7bdb2831911ee 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/PageViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Link; /* diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php index d5d2a88207126b801a3df19266bc898dcac1833c..329db0dfa3add817acdb2e84c51222e94f87139f 100644 --- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php +++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Fluid\Tests\Unit\ViewHelpers\Link; /* diff --git a/typo3/sysext/form/Classes/Controller/AbstractBackendController.php b/typo3/sysext/form/Classes/Controller/AbstractBackendController.php index b3b81dab965a3568f8e408062d15cd4cf84042f1..e1ba47ad2bbf8a087a4fd5e23cd537c8891413d9 100644 --- a/typo3/sysext/form/Classes/Controller/AbstractBackendController.php +++ b/typo3/sysext/form/Classes/Controller/AbstractBackendController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Controller; /* diff --git a/typo3/sysext/form/Classes/Controller/FormEditorController.php b/typo3/sysext/form/Classes/Controller/FormEditorController.php index 9dd18dd8dc22a4959b2e53110a68e6a352bacb2e..c89b8bb38a8b76a6a28097d84ea829df469533a9 100644 --- a/typo3/sysext/form/Classes/Controller/FormEditorController.php +++ b/typo3/sysext/form/Classes/Controller/FormEditorController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Controller; /* diff --git a/typo3/sysext/form/Classes/Controller/FormFrontendController.php b/typo3/sysext/form/Classes/Controller/FormFrontendController.php index f8c19dc52a35f151ae206747a8bf7e5c37feb0a0..85e3fe241f4ca469036979521df0c3e63cff5515 100644 --- a/typo3/sysext/form/Classes/Controller/FormFrontendController.php +++ b/typo3/sysext/form/Classes/Controller/FormFrontendController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Controller; /* diff --git a/typo3/sysext/form/Classes/Controller/FormManagerController.php b/typo3/sysext/form/Classes/Controller/FormManagerController.php index a1413f426280ac8bcf8ee7e7859995fa3e248559..9b67b89d8c2c4d24bc2f427f148db2f6ca4a8bee 100644 --- a/typo3/sysext/form/Classes/Controller/FormManagerController.php +++ b/typo3/sysext/form/Classes/Controller/FormManagerController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Controller; /* diff --git a/typo3/sysext/form/Classes/Domain/Condition/ConditionProvider.php b/typo3/sysext/form/Classes/Domain/Condition/ConditionProvider.php index e970ab36223e7c6b53d927ff2c50e2925c5bb4f7..ea39a97433e5486a73c7881addfa0bc67f3d65e2 100644 --- a/typo3/sysext/form/Classes/Domain/Condition/ConditionProvider.php +++ b/typo3/sysext/form/Classes/Domain/Condition/ConditionProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Condition; /* diff --git a/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php b/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php index a2f20fa433dd681ebd0971021009f5f02a42672a..d11eeb691faf069bd834004e1d02d967338b7971 100644 --- a/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php +++ b/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Condition\Functions; diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php index 6865d847cd721cb2ff3bc8e66a81f17bf67f94f3..08614bdd03449cbcc49c22e65e21156d7e7a7e5c 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php index 3cab0eb6959f3c5eefbf1859acf60bab8e66c753..9f4bece115fc47eebb2d1fcbc56b73f3df0357a0 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php b/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php index 6ef715e433699bb092a3c35dc81ed7455dcfd4a5..1bb05721db65e598e3818984da322b4aca1f17ea 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/Exception/ArrayProcessorException.php b/typo3/sysext/form/Classes/Domain/Configuration/Exception/ArrayProcessorException.php index 0f448db7f670402eeed17eb9dc5ebc6db7e05f65..19a7a409bedeef83ac8f1249140b5d7780f4532b 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/Exception/ArrayProcessorException.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/Exception/ArrayProcessorException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/Exception/PropertyException.php b/typo3/sysext/form/Classes/Domain/Configuration/Exception/PropertyException.php index f420b345e61df061f7690c72f9e9371c048ee623..eea8570dcb2e847aefd15511ee1183f1cca810ae 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/Exception/PropertyException.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/Exception/PropertyException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/Exception/PrototypeNotFoundException.php b/typo3/sysext/form/Classes/Domain/Configuration/Exception/PrototypeNotFoundException.php index 087779caee051eb0886043e81031df68a8968500..1246ffc28871a66724c9685bc4f913b201ac83e0 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/Exception/PrototypeNotFoundException.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/Exception/PrototypeNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/AbstractProcessor.php b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/AbstractProcessor.php index 350db4762ec0b48b1e2bb59dd644dd9c0c398657..14dcb6899f1f0678072343139321e5a88292b072 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/AbstractProcessor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/AbstractProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FlexformConfiguration\Processors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/FinisherOptionGenerator.php b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/FinisherOptionGenerator.php index f7334894f85f58df71cd78d1ac10f94131c79d5c..68668f49932123e7296b0a898deb8ef5d61d4eec 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/FinisherOptionGenerator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/FinisherOptionGenerator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FlexformConfiguration\Processors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorDto.php index 0c176ad7aa0890a789ca83c810d209fe623fe69e..1e9afd60ba26d617e9406fa77974d84530413f65 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorDto.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FlexformConfiguration\Processors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php index 28755815621c1d94cb8c1a55946ac96792f0f1d4..7b2cbdb4c36d4c4a2fa8658b44f1e6069f2eb373 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FlexformConfiguration\Processors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php index 90b5bcbbe04ce56098d1c7210d6dd3d20168bbd2..53f91b2d89957fa053d1201ea1934710b896c652 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php index 4578e4db9a8b94fa3196ff4777475b71208249ae..dcfe9e772dd814d89ed1327db9bd6c1013c77978 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php index 9d43981e8ae57194caeb1bac465a26f692c81401..0de6c864af992fe1fc28c5524a4c8c092d5df8fa 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php index 267d4c1f3c6dbc738c06f992596630e206cfb4a0..815ade7a5edc07f3bff8cfacc3cfdf9f414a61c6 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php index d5bb7d6081c5a32d5340e364d3c5517969f04828..3e5deca2444c36b4a16090e30753dfbad4b45472 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php index c07d1db61825d26ed8bbc7e217dd169a1e94cad9..f5a9af48a5cb32db3b0115f64170672cff1b9471 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherOptionsFlexFormOverridesConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherOptionsFlexFormOverridesConverter.php index 406997933f6ec99f9288a723b3743753e9cb2382..a82bdccb5a61eee44ee9c971f6ab25d4bf797f18 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherOptionsFlexFormOverridesConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherOptionsFlexFormOverridesConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FlexFormFinisherOverridesConverterDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FlexFormFinisherOverridesConverterDto.php index e3a28b98940d8899a3a8ee1b1923dc70488d0ce0..0ee9ef27439b20b7c1f0c07aa2c7076e1ff54ee6 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FlexFormFinisherOverridesConverterDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FlexFormFinisherOverridesConverterDto.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php index a7b84814e775cab31aa8334a28f2e421af381684..6cedbbfdc5bc11e947316d37ba77211303e3c398 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/AbstractValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/AbstractValidator.php index 24e8fd689f0f52095527d15b4f89f7b016f13030..ba7d8e6cc19b60757bbf83cff87e7dbaae4d9d90 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/AbstractValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/AbstractValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php index 3360469d431146ea88de3957f871c52d8de6d9a1..abe44af0b1cc3c38e3f4fcd896da6a3a6af6ac82 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php index 2f261331b05e128f03fdb93614a23b0c8d2e0bc3..83cf08f63f415e8622536d9012ef0cf58cf4c94c 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php index 5ab3a0b15962ee49927ddac88dc097b55f9f48a8..9807dfa470530583d23492929f95634ff7bfbb18 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php index 7551385016371100c7d086765fa33ac7928f26a1..ea0fe2df483a639c8809a04db9b1b87b1cebc885 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php index ab9e8cf9d8a38f37714bf161a2189220e8d543b4..8ddde512afea68b7d20439639bf76d468efb4380 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php index fd9501b0133a07f7eadca0934b67f985a298bb1d..cf2df8d3b4d7e5d71a178446ac34cbdf631f05ea 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php index 030a90afbb2e4538520616dfe05bee08c3b1a932..6b13ab5c5c3e0423b7ba061cf3d1bf90eabb4c51 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php index 1d790c73a17f2893d70924b9fe95624582adc320..83157bd9dbe637c923d2b4f596068a0acaf044a9 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php index 36b4f8bf40629b30df4dab3a4cd87566df4d75fc..ac891eab1840f6dc8e3d28ca7440c5f724b7d112 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionValidationService.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionValidationService.php index 73a300d3c56ed8ee87099ff52e5d7dab0031ace6..31594de2d2c2d7ceaeb017e39403d1efaab3d202 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionValidationService.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionValidationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php index c4ac1e1b2a9d6562b69f8347a2ccba050a7fd69c..8d0d2c6c1138a65a3039ce06c7c62d30ba3c47f4 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php index 4ff4d7c591e11cf0dc06e4225b1c63ef1cbb86ee..82bbfbaf5384dd8d1a6314976568960aa220b578 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php index d727503262d414c5df26f6503f8648aa2e3327ab..f5e1e1a65fe99148254a986004d70d834ac302f8 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php index cb7e12db43c860019fbb85b9e5ad66b480e33523..b3b6e0828a354c0962ac73cd0819ff4381bdd3aa 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php index 576cc8e3c4fb1a1d9f1f5038e1c1ce29e27dc9a8..7fe8eab55d7bfe794606118a924e42ece313220b 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php index ea9d3129fbb8042e75907666c275837e24dcac6f..9a79a2113925b7e55bf4216fb55e50cf6ac576a4 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php index 768b8f4a2a464d5705f45936c5cb09802fdbae63..9ac5afb6973e2cd980cd26ceab093a34c9d48e1d 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php index a203110a3cdd44919a03a52ae93c151fbd8d4c92..be87385fdce6d40ab3635aa7a06862ae025f27b7 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\FormElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php index 94bca6b150a8126e455412fa31e2523776583a87..69349e2caace377aa85a488b2bfe3a953dcd2015 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php index 9dbab4d4c96cde9e20c218d0a245b232274f2016..1d05849842b967c9f1aecf35c8343ee65fd5c75a 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php index d92edaeae1dc14a85f566e4f7be7712557e5b48a..501f0401d5632f8a72c2b4c697fbe59c74901fdd 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php index 8f66bfedd65e3f29af8e15b77c9cfc0b5a114f7b..51ca6d7836475c5fc160452350ce6a813971ab39 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\PropertyCollectionElement; /* diff --git a/typo3/sysext/form/Classes/Domain/Exception.php b/typo3/sysext/form/Classes/Domain/Exception.php index c3d71c991c955ef86fa3ac38e691b6352ad142e4..90db08ace274701ce48403914721bb7adde45591 100644 --- a/typo3/sysext/form/Classes/Domain/Exception.php +++ b/typo3/sysext/form/Classes/Domain/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain; /* diff --git a/typo3/sysext/form/Classes/Domain/Exception/IdentifierNotValidException.php b/typo3/sysext/form/Classes/Domain/Exception/IdentifierNotValidException.php index 257ab283373a335d069915251b9f34f0973bd2ce..e4d4176748a8b9b6a3d9bd644e887f05aef3125c 100644 --- a/typo3/sysext/form/Classes/Domain/Exception/IdentifierNotValidException.php +++ b/typo3/sysext/form/Classes/Domain/Exception/IdentifierNotValidException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Exception/RenderingException.php b/typo3/sysext/form/Classes/Domain/Exception/RenderingException.php index ab4f06b0763cfa52dfd5283d6b178b7ddfe6a3e2..e089a8d48589fd253c158f40b3cfb021a4e024f8 100644 --- a/typo3/sysext/form/Classes/Domain/Exception/RenderingException.php +++ b/typo3/sysext/form/Classes/Domain/Exception/RenderingException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotFoundException.php b/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotFoundException.php index 479cd0fc0f25ad9ed95c370e177650c17a8e8d23..2bbc79857de8a5b8d45c83abfedc0e860249a20d 100644 --- a/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotFoundException.php +++ b/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotValidException.php b/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotValidException.php index d6cefc90146a733b0c9edaf338c20a0b073b413c..7c513c7df32dca0673141c6dac902ddf1fed45b0 100644 --- a/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotValidException.php +++ b/typo3/sysext/form/Classes/Domain/Exception/TypeDefinitionNotValidException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Exception/UnknownCompositRenderableException.php b/typo3/sysext/form/Classes/Domain/Exception/UnknownCompositRenderableException.php index 4f88ecd590fd460fdc0402ba7dc078c0e6161114..7f9eadd8b8f056469720b718c95d90c509e2cabd 100644 --- a/typo3/sysext/form/Classes/Domain/Exception/UnknownCompositRenderableException.php +++ b/typo3/sysext/form/Classes/Domain/Exception/UnknownCompositRenderableException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Factory/AbstractFormFactory.php b/typo3/sysext/form/Classes/Domain/Factory/AbstractFormFactory.php index f3f4cd31947c64588675ad8c1072cd6c20d6c571..1e7541ba019c55a4cb97f2bdde6f3d1973da0038 100644 --- a/typo3/sysext/form/Classes/Domain/Factory/AbstractFormFactory.php +++ b/typo3/sysext/form/Classes/Domain/Factory/AbstractFormFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Factory; /* diff --git a/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php b/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php index 97448b71c06eeecfb8646e77d47bbc387551a84b..a8aea774c80c1eaa432530f23f267a4512edafbe 100644 --- a/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php +++ b/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Factory; /* diff --git a/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php b/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php index ebcfd0e6c158285c38c737285ecbab936ab54677..6f0b91384f218aec86e2af6704aa1a660b6e777b 100644 --- a/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php +++ b/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Factory; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php index 9ee1ac728d81d6cc1cba1d7fa6d99f7050080410..e303c6c9037122571611219d339f9536173be544 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php index 7d020c00561476841f3e38e9f368de97c3af5746..ad24ef04557eea4bd10e32ff5bc5fc2e23ce8f7d 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php index ad5d8587e9e259e1d8fd63ee0eccbdde2667f4ab..f745c8802eb65adf359c20a2681150277a8e1a3e 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php index 5bea3fda3f87b485026037277d1e4bd2940d4d06..18ca38848ecb008fdcda548a0a4ccb24e6280a5a 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php index e8671674bf74ba72508df0c4cf8913ebcb7853f1..c7d81ea59bc870e0750d3119372950ff9f03088a 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/EmailFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/Exception/FinisherException.php b/typo3/sysext/form/Classes/Domain/Finishers/Exception/FinisherException.php index d23d876233dd8cf14f8f9a72bf92d1c289647bd0..d0cb1fc510f71a24e1b45eda3ac89b0b9dc901ca 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/Exception/FinisherException.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/Exception/FinisherException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php index c7b865d288aac2643a3d18e79ce66637b7555063..3323a541aa50e23eae63ceb8982622c954787fd9 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherInterface.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherInterface.php index 86771c6a325c24f40f84fefe6a474b2ab76d61e6..78077d249501c5151d4f4d5edfbf911d917f1d30 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherInterface.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php index ded6ee08e7c7ecb9952262b9a8946ade3b777d7a..11607623b339cb6df43377449f286635c7612025 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php index b532532945b68e9ea4b3e807271bb1711ea8a8ac..ccabfdc47fb577de2b52518a3029e3239a1f590d 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php index b767a01f9d919d5f5839bfd3d8252c23a488e59f..157fa105aa4e0dd9f54fd388fcf9211c3da005ed 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php index f84f2aedf322fe1522341d7c72e9568a61316610..2391d20a13d582c878a2bb451710b226269f51ba 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Finishers; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Exception.php b/typo3/sysext/form/Classes/Domain/Model/Exception.php index 85e77a7a85642ff3ef605bb16c40ff88a077f076..43d6181edd2af5a7d590d442b3ae986e0777618e 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Exception.php +++ b/typo3/sysext/form/Classes/Domain/Model/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Exception/DuplicateFormElementException.php b/typo3/sysext/form/Classes/Domain/Model/Exception/DuplicateFormElementException.php index 6064031829737aad96f93e8c455677f60be987bd..01840d76b91f0ab34d4ee93bf6d1b2521bceaf8b 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Exception/DuplicateFormElementException.php +++ b/typo3/sysext/form/Classes/Domain/Model/Exception/DuplicateFormElementException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Exception/FinisherPresetNotFoundException.php b/typo3/sysext/form/Classes/Domain/Model/Exception/FinisherPresetNotFoundException.php index beaccf25def1d94d83e5c86ea990c1eb60c39c07..5eb1bcf0da3abc1f0ef135cb9b1e84aab21f24e9 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Exception/FinisherPresetNotFoundException.php +++ b/typo3/sysext/form/Classes/Domain/Model/Exception/FinisherPresetNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Exception/FormDefinitionConsistencyException.php b/typo3/sysext/form/Classes/Domain/Model/Exception/FormDefinitionConsistencyException.php index b8fa59d573150427eb0aa2bfe233f98f4878d660..804c96a84db330f1b89f916d20b3508c0c26cae7 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Exception/FormDefinitionConsistencyException.php +++ b/typo3/sysext/form/Classes/Domain/Model/Exception/FormDefinitionConsistencyException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Exception/ValidatorPresetNotFoundException.php b/typo3/sysext/form/Classes/Domain/Model/Exception/ValidatorPresetNotFoundException.php index 35bde7ab48ca557da6578cb1cb3912b26956ef53..863a69203af4ffad07819f570e9dab0a2f938891 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Exception/ValidatorPresetNotFoundException.php +++ b/typo3/sysext/form/Classes/Domain/Model/Exception/ValidatorPresetNotFoundException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php b/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php index b9a84e75cf164ef888afb69b4e8aa3a5e39ca5cc..0bebbb0d37ceb9082747a5c7d11e46ef1875f00c 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php index 8f35eaefd9e85d39975540cb8808cb5504d8498e..02d68d952ef02862a51faf44bbc691c7e6da8f32 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php index 616068b3a284ddf1cd83bbb198e9805cd87002ec..3374093b533d801f7e9666e4621e704f81d8770a 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php index 360e845b7459426c14e78c7de1bdf93f2813dcfa..fb51ad0e58f261179e8da3471d7a6a0648b6cd0d 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php index 71f0bb81b70e5c167064843c2fa3a13c78c7ae4b..7aba132f90c64f3497ef50c61d8876d86f8b1516 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php index f13e899f3b536589c19fecbbb9d0f282d85406aa..91f517ae5a0748d846aabc1a8b375a61efa89164 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php index 4d2ac59a535750b8c8c665397bdfd92f228d5863..8852b27bcfd070d838ec6aa0fe988fc3ba95bf93 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/GenericFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/GenericFormElement.php index da8f86804f916e5c13e4ac29a596a043f600860c..98429ead83107f099eeba0de0e8ed22539ad8450 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/GenericFormElement.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/GenericFormElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRow.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRow.php index ca992eae8e761e4c15b116fbb66e4c0fae61197a..f161b0f26303f2ee5b877fbd75ec71422bc7a2a0 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRow.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRow.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRowInterface.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRowInterface.php index aa551c300f70451fc9c54f727c168a68f9dd4d43..31a307f0dd9b47c40631c77803927edb5698869a 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRowInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/GridRowInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php index 2b11a1d440edaa2c5477d3b71f1ec531de637388..732245696c34aa8543008d162906a4b5ec3fab0a 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php index 606a7ef36166938142394ef1ebdb0ab34d017267..e4ae62e7502a2141fc8726ff7faa954f3a9b4d24 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/StringableFormElementInterface.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/StringableFormElementInterface.php index 84aecc4d39c2f7544ba5da6c0c183bb0d2e136f8..3f2e15d09017f78e66fdeea04ffed3a8d0c83660 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/StringableFormElementInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/StringableFormElementInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php index e1b4a70126f283e794bb53e840d02cf247309db3..332262c5af70c44ba241d693a6660be0c4ddfb4e 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\FormElements; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php index 5affec7664ed8ca9ce49f2af958e9aa8aa739a15..5274f85b820331771b271e7765fb26dd3fd8c5b0 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php index 339603682edb1b5faedb78d0a0a5bd624ff0861e..761051e1de8f23d6c4f314c7fb6f78556ae6dc69 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php index b8ee37ebce7282795d90f4145a8edb98adde47ec..2513eb7d4a39d4c6b785504c60bab7cb7001df9d 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php index 2255251fd57dc8b9a998493c9d23b42c5bff6e37..4bece8f1c7af010c0ce18f46d5d2bc2114b147b1 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php index d19527873d60d168e733bea18a2e4dac51ba382a..fb1e0034d42dfdd4f649fb1709b0841120b39ca3 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php index 9d649b9f346874a892b0393816c8ab6eba8e4b7b..6f97620eab0b4498cf928f9dc1a15affad6a5a0b 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php index 0c5e70e4fdef4523261654d79f29a3f146ad4cd0..033631b1ce4d45a66d82436f8809c3f0505c77fb 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php index 46f0e7fe92001dc65001d6e5d5fd68d4238326bd..4c8f7281cac3f53b73ae18d697ce7014f437410e 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Model\Renderable; /* diff --git a/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php b/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php index 1db4e20652529df4609346dbd7557ecde8736562..eaaade755c94e4e56da5795f54684ee7dac58387 100644 --- a/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php +++ b/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Renderer; /* diff --git a/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php b/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php index 3f5b7cc1d1066d94ea2a0a23e0c3c80716f36ea1..7bf79f0d91a8c91deb50d18b39f739e7fd736d18 100644 --- a/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php +++ b/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Renderer; /* diff --git a/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php b/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php index 606653682d4dce54c04c62193849139f9fea8be1..5731630650cbaa3ebdae17eee296111e6a59cbf4 100644 --- a/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php +++ b/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Renderer; /* diff --git a/typo3/sysext/form/Classes/Domain/Runtime/Exception/PropertyMappingException.php b/typo3/sysext/form/Classes/Domain/Runtime/Exception/PropertyMappingException.php index 88cc63e8c5080a74c8b70e656f79002dedfe72d0..8e0992a56d0e1a2c2d37851a0c3368c2588869d6 100644 --- a/typo3/sysext/form/Classes/Domain/Runtime/Exception/PropertyMappingException.php +++ b/typo3/sysext/form/Classes/Domain/Runtime/Exception/PropertyMappingException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Runtime\Exception; /* diff --git a/typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php b/typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php index 3e76003e70ca7b2d665e24d49f17786811191987..83ebe9958bf1e9e23c4afa17f318d9b602127f28 100644 --- a/typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php +++ b/typo3/sysext/form/Classes/Domain/Runtime/FormRuntime.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Runtime; /* diff --git a/typo3/sysext/form/Classes/Domain/Runtime/FormState.php b/typo3/sysext/form/Classes/Domain/Runtime/FormState.php index 85800a32b8ebd4764e4e963d4beaa5dbd5ed9735..b4ffec5a920e09784c06480b65926486bf863baa 100644 --- a/typo3/sysext/form/Classes/Domain/Runtime/FormState.php +++ b/typo3/sysext/form/Classes/Domain/Runtime/FormState.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Domain\Runtime; /* diff --git a/typo3/sysext/form/Classes/Exception.php b/typo3/sysext/form/Classes/Exception.php index 61161afd71c414115e534432b73d942b38a0923a..09a369904c96815624b9df5f9cc746b84d4aac66 100644 --- a/typo3/sysext/form/Classes/Exception.php +++ b/typo3/sysext/form/Classes/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form; /* diff --git a/typo3/sysext/form/Classes/Hooks/DataStructureIdentifierHook.php b/typo3/sysext/form/Classes/Hooks/DataStructureIdentifierHook.php index 822f9fe07884a6da4b9bf963d7995c4a34d739e2..f8e6f52395901b701d0c03e0371522e1832cd09f 100644 --- a/typo3/sysext/form/Classes/Hooks/DataStructureIdentifierHook.php +++ b/typo3/sysext/form/Classes/Hooks/DataStructureIdentifierHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Hooks; /* diff --git a/typo3/sysext/form/Classes/Hooks/FileListEditIconsHook.php b/typo3/sysext/form/Classes/Hooks/FileListEditIconsHook.php index 3e6b60ef2a59a60fa52b772a74c0937bd8ce8c57..4dba90a70a5557916f079d87af4142e1b710e84e 100644 --- a/typo3/sysext/form/Classes/Hooks/FileListEditIconsHook.php +++ b/typo3/sysext/form/Classes/Hooks/FileListEditIconsHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Hooks; /* diff --git a/typo3/sysext/form/Classes/Hooks/FormFileExtensionUpdate.php b/typo3/sysext/form/Classes/Hooks/FormFileExtensionUpdate.php index fd1182fcf455fa98438ec3cbec9b2197c28d583a..f99f57020bc0f084359dcd6446aa70e1d775e56a 100644 --- a/typo3/sysext/form/Classes/Hooks/FormFileExtensionUpdate.php +++ b/typo3/sysext/form/Classes/Hooks/FormFileExtensionUpdate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Hooks; /* diff --git a/typo3/sysext/form/Classes/Hooks/FormFileProvider.php b/typo3/sysext/form/Classes/Hooks/FormFileProvider.php index a02effb8a99b105b856424021653625158082d3d..1dd8770a94f46cb490614ef23fe5597213de1e67 100644 --- a/typo3/sysext/form/Classes/Hooks/FormFileProvider.php +++ b/typo3/sysext/form/Classes/Hooks/FormFileProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Hooks; /* diff --git a/typo3/sysext/form/Classes/Hooks/FormPagePreviewRenderer.php b/typo3/sysext/form/Classes/Hooks/FormPagePreviewRenderer.php index 3a02634605e26b51e616d0c8e0a0c1ad2091c37b..308f2795a011083ce2c8c8df89803783bc05b4c6 100644 --- a/typo3/sysext/form/Classes/Hooks/FormPagePreviewRenderer.php +++ b/typo3/sysext/form/Classes/Hooks/FormPagePreviewRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Hooks; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManager.php b/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManager.php index 93698b250023953d717d73ebe52700bdf3dc208e..199c565a0f7e0f778cd2c3a31faeb81712ffc54f 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManager.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManagerInterface.php b/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManagerInterface.php index 5abc92514b6e4eca54ee677d0244eab1c67e9eb7..0fd7c3b71278babeae48f906b05979cb42a2beae 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManagerInterface.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManagerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/Exception.php b/typo3/sysext/form/Classes/Mvc/Configuration/Exception.php index bc25ce848a898da46e8e5ce5cce82ce45976cf0d..5aa153b8a1389afe7a41ca8e4be872d040186616 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/Exception.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/Exception/CycleInheritancesException.php b/typo3/sysext/form/Classes/Mvc/Configuration/Exception/CycleInheritancesException.php index 8c179606d38aa3b0f12ffc17a8c764341f1884dd..d2d832aaf9535670d0232eda91ee1b5f440a7c18 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/Exception/CycleInheritancesException.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/Exception/CycleInheritancesException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration\Exception; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/Exception/ExtensionNameRequiredException.php b/typo3/sysext/form/Classes/Mvc/Configuration/Exception/ExtensionNameRequiredException.php index 6fa103c39c3126c7142cc44dac0c75d484ddda52..e125e67209481d4b2b4fad9b69162bbd2ca63148 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/Exception/ExtensionNameRequiredException.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/Exception/ExtensionNameRequiredException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration\Exception; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php b/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php index fa7c56c025f3600c377251bbd3438b62a314a07a..8694986f19304d1617ca4b3332811fc0e56449fd 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/TypoScriptService.php b/typo3/sysext/form/Classes/Mvc/Configuration/TypoScriptService.php index a01ff85b819e956cfe9aca3b9f90852c3bf1f527..1d327a5029e808477ff5487e41bfdc7e078fc1a5 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/TypoScriptService.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/TypoScriptService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php b/typo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php index c88d6f49f77beb28415f310954dfdc9b348bdc0f..8f91a516b0b60c026a832705d9008a0c9cf577c0 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/YamlSource.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/Exception.php b/typo3/sysext/form/Classes/Mvc/Persistence/Exception.php index c92789be9530f2cd523b26445a5001970d8fc3ec..2efc4a6d8c75f3c140d86ec0d128b4060d05132e 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/Exception.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/Exception.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Persistence; /* diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniqueIdentifierException.php b/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniqueIdentifierException.php index a167c2e0f4cef4bd1a801cdf1bb22ad350c2940a..fb267c3a0fef81607a170d1d3922d1b592efd9b8 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniqueIdentifierException.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniqueIdentifierException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Persistence\Exception; /* diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniquePersistenceIdentifierException.php b/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniquePersistenceIdentifierException.php index 0320337f6d20cb37e53c737753e997c3a4d77c87..de1f7cd00beaf32eae6078c336f9b966a2ea6c17 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniquePersistenceIdentifierException.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/Exception/NoUniquePersistenceIdentifierException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Persistence\Exception; /* diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/Exception/PersistenceManagerException.php b/typo3/sysext/form/Classes/Mvc/Persistence/Exception/PersistenceManagerException.php index b448ce3456d56956fa15cdf4b0183009939432c8..f8cf7baeae047a8d03a80bd01633264a710cf81b 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/Exception/PersistenceManagerException.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/Exception/PersistenceManagerException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Persistence\Exception; /* diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php index e91eb6b950c88375867a818a7994c56fe7939bc9..97b35debb55499a297bed1fa83eea848fc12fe23 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Persistence; /* diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php index 154ced1413b06d6fa709c5a4ab2264a2e7298cd1..333032c05d3a9355dee36df0e50517419c80d17f 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Persistence; /* diff --git a/typo3/sysext/form/Classes/Mvc/ProcessingRule.php b/typo3/sysext/form/Classes/Mvc/ProcessingRule.php index c65eb937d36d531065d41acf82daa7081d76773e..1124f7e43e8203cadb51bddd2de72c26da328765 100644 --- a/typo3/sysext/form/Classes/Mvc/ProcessingRule.php +++ b/typo3/sysext/form/Classes/Mvc/ProcessingRule.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc; /* diff --git a/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php b/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php index fce12cf666ba03192a0628bcd1fc58417116bcae..18d2907792d894e830b5c3700a46696965a848ae 100644 --- a/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php +++ b/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Property; /* diff --git a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/FormDefinitionArrayConverter.php b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/FormDefinitionArrayConverter.php index 4ad985582d585f96e32da986c343e0528a601b4a..b141e1b043673f499956925e039431f4fa9baa54 100644 --- a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/FormDefinitionArrayConverter.php +++ b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/FormDefinitionArrayConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Property\TypeConverter; /* diff --git a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php index 34b9427c83c4c205b8d2e39385223c1b63dbcb4d..c8a6f6877ad115dc76e719344b3285c981eaa2fd 100644 --- a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php +++ b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Property\TypeConverter; /* diff --git a/typo3/sysext/form/Classes/Mvc/Validation/CountValidator.php b/typo3/sysext/form/Classes/Mvc/Validation/CountValidator.php index b05b76fb9137dc366dfe47169d4179a54985978d..66ac932da1020819a2d437fc4287acd272a310ed 100644 --- a/typo3/sysext/form/Classes/Mvc/Validation/CountValidator.php +++ b/typo3/sysext/form/Classes/Mvc/Validation/CountValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Validation; /* diff --git a/typo3/sysext/form/Classes/Mvc/Validation/DateRangeValidator.php b/typo3/sysext/form/Classes/Mvc/Validation/DateRangeValidator.php index 14939e7e4f16d54cc09b5083bb4ead1e952954f6..0bf5e4df996dcf058f6674e034bcdc1969ed8d87 100644 --- a/typo3/sysext/form/Classes/Mvc/Validation/DateRangeValidator.php +++ b/typo3/sysext/form/Classes/Mvc/Validation/DateRangeValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Validation; /* diff --git a/typo3/sysext/form/Classes/Mvc/Validation/EmptyValidator.php b/typo3/sysext/form/Classes/Mvc/Validation/EmptyValidator.php index bb117d69f8109a376bde098d6266a15ac004ebe4..28bdbc038d64c3dab4b66dc20978ab1ec06afd1d 100644 --- a/typo3/sysext/form/Classes/Mvc/Validation/EmptyValidator.php +++ b/typo3/sysext/form/Classes/Mvc/Validation/EmptyValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Validation; /* diff --git a/typo3/sysext/form/Classes/Mvc/Validation/Exception/InvalidValidationOptionsException.php b/typo3/sysext/form/Classes/Mvc/Validation/Exception/InvalidValidationOptionsException.php index c7d9928b29416a31d720e1b87013c8ffdca354f7..c581c19667f768c77bc3dcb74d22edc3f3b85944 100644 --- a/typo3/sysext/form/Classes/Mvc/Validation/Exception/InvalidValidationOptionsException.php +++ b/typo3/sysext/form/Classes/Mvc/Validation/Exception/InvalidValidationOptionsException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Validation\Exception; /* diff --git a/typo3/sysext/form/Classes/Mvc/Validation/FileSizeValidator.php b/typo3/sysext/form/Classes/Mvc/Validation/FileSizeValidator.php index dac31f3e5741245cfc281d4e2c006e793c808c7d..1557b1a4dac141da155c473b37ee02efc9731059 100644 --- a/typo3/sysext/form/Classes/Mvc/Validation/FileSizeValidator.php +++ b/typo3/sysext/form/Classes/Mvc/Validation/FileSizeValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Validation; /* diff --git a/typo3/sysext/form/Classes/Mvc/Validation/MimeTypeValidator.php b/typo3/sysext/form/Classes/Mvc/Validation/MimeTypeValidator.php index d635714ba1462de7cebd5829498a342f0e64913b..d25cdcddd1c2f59e0eb3c364cc76c023f5f35fe3 100644 --- a/typo3/sysext/form/Classes/Mvc/Validation/MimeTypeValidator.php +++ b/typo3/sysext/form/Classes/Mvc/Validation/MimeTypeValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Mvc\Validation; /* diff --git a/typo3/sysext/form/Classes/Service/DatabaseService.php b/typo3/sysext/form/Classes/Service/DatabaseService.php index d4c4f40f0b24b3c8765d332802a97edad0651f4f..556439c62e2b6c6113a380e5f448be4fd7e27856 100644 --- a/typo3/sysext/form/Classes/Service/DatabaseService.php +++ b/typo3/sysext/form/Classes/Service/DatabaseService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Service; /* diff --git a/typo3/sysext/form/Classes/Service/TranslationService.php b/typo3/sysext/form/Classes/Service/TranslationService.php index 9d4e070df4a1418452d21c32b4b420cb8f73896e..4951271db1e7b5f4166828fa28c9820cdd1c1f8e 100644 --- a/typo3/sysext/form/Classes/Service/TranslationService.php +++ b/typo3/sysext/form/Classes/Service/TranslationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Service; /* diff --git a/typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php b/typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php index e072f636784cf362bf9b8ee57878e110bde39ea3..b687c80b75e98e92b7d210ca59734133f714e97f 100644 --- a/typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php +++ b/typo3/sysext/form/Classes/Slot/FilePersistenceSlot.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Slot; /* diff --git a/typo3/sysext/form/Classes/Slot/FormDefinitionPersistenceException.php b/typo3/sysext/form/Classes/Slot/FormDefinitionPersistenceException.php index e828ecf99e4de2fa30660d452a4b38e004c4fd46..65a183ba9db012070ac6902a66ebe148eff64ae6 100644 --- a/typo3/sysext/form/Classes/Slot/FormDefinitionPersistenceException.php +++ b/typo3/sysext/form/Classes/Slot/FormDefinitionPersistenceException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Slot; /* diff --git a/typo3/sysext/form/Classes/Type/FormDefinitionArray.php b/typo3/sysext/form/Classes/Type/FormDefinitionArray.php index 584fa1279de6ee986dc7e5f62a893294500a4043..2f65f68bf48c11fd2dda1628525d61f8dbe609bd 100644 --- a/typo3/sysext/form/Classes/Type/FormDefinitionArray.php +++ b/typo3/sysext/form/Classes/Type/FormDefinitionArray.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Type; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/Be/MaximumFileSizeViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Be/MaximumFileSizeViewHelper.php index f67505670faba7d7da13ab1067c33e5efdb293c5..2e148223c9826b8356d75312a43fcb5dcaff6b4d 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Be/MaximumFileSizeViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Be/MaximumFileSizeViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers\Be; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/Be/RenderContentElementPreviewViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Be/RenderContentElementPreviewViewHelper.php index dfb6b885bd3ef6036794890c806b6a57e4b89b8d..bddbe9f8d4e697e3c60e7a56140ced29a51d0446 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Be/RenderContentElementPreviewViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Be/RenderContentElementPreviewViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers\Be; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php index 1a0b22235840fbda5f6a876ef15e0850cdeaeaae..cc08d8aba568f04fe111d121885bd16fe82f4423 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers\Form; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php index e6175fe7506dfecb5ab0b0576199944997192fa6..764c9015cbb4477980a9e9cb4ec912838e4a3adb 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers\Form; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php index e5a3e7b6fd5cac0397828704204c66de9260e286..7d62a4895a0f70287796b01c851d08ceabebfd4c 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers\Form; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php index 411de75071882cb89b38a6a621a451e07648db44..1625b26d1539465519c4d58405470b2ff10add90 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.php index e45580f24775a9098267a11e6b927af7dbaace1d..2cba3793e3680257e671e1f1316ac74358b9331f 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/GridColumnClassAutoConfigurationViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php index 95233bc336e858010c281118823042962ed68a1a..2ee81fa3c1f60a221408b3ffe7806e86512d63a6 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/RenderAllFormValuesViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/RenderFormValueViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/RenderFormValueViewHelper.php index a6b15d16cff9639fadb0eff27775b8850859e3b0..4b9b370e443284af3644c01f2635e7edb9d08b24 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/RenderFormValueViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/RenderFormValueViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php index 2ac7939dc5ee52a8739df4d2ab23bbc23cf4b3d6..c23bee63424809c85f4d179ab4718d364c28d150 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php index 6f26068f7402151b9998c64460f46f23749d0d9e..0f1585c13064a6b942fad35fe433940ce5f99dae 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/RenderViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/TranslateElementErrorViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/TranslateElementErrorViewHelper.php index dce7bd53eee59648951a8328da82c6340790b15b..34bb7a9c4a53e9d3039dbed9726521fc078a13ea 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/TranslateElementErrorViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/TranslateElementErrorViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php index 3c42e0b664efe000c13491361dedb859988fce67..b21e3107f2ee0532ebf8887a433541030106187d 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/TranslateElementPropertyViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\ViewHelpers; /* diff --git a/typo3/sysext/form/Tests/Functional/Hooks/FormFileExtensionUpdateTest.php b/typo3/sysext/form/Tests/Functional/Hooks/FormFileExtensionUpdateTest.php index 4488e90ea1f6dfd1ba8ebc9f4f6b12a970e2f344..98b398f0f9f8fdabcdf09f431ed925100e3a6dd1 100644 --- a/typo3/sysext/form/Tests/Functional/Hooks/FormFileExtensionUpdateTest.php +++ b/typo3/sysext/form/Tests/Functional/Hooks/FormFileExtensionUpdateTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Functional\Hooks; /* diff --git a/typo3/sysext/form/Tests/Unit/Controller/FormEditorControllerTest.php b/typo3/sysext/form/Tests/Unit/Controller/FormEditorControllerTest.php index 3ddc4e03010e293cd3ccac788de90a6a8f292e90..74fe2b0e435bac270d845108bd304d349c39fad1 100644 --- a/typo3/sysext/form/Tests/Unit/Controller/FormEditorControllerTest.php +++ b/typo3/sysext/form/Tests/Unit/Controller/FormEditorControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Controller; /* diff --git a/typo3/sysext/form/Tests/Unit/Controller/FormManagerControllerTest.php b/typo3/sysext/form/Tests/Unit/Controller/FormManagerControllerTest.php index f176108961a924118d0aea0816379142a4dd591e..42b77464d2d861834a0adb95cf4774c52d90c98c 100644 --- a/typo3/sysext/form/Tests/Unit/Controller/FormManagerControllerTest.php +++ b/typo3/sysext/form/Tests/Unit/Controller/FormManagerControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Controller; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/ConfigurationServiceTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/ConfigurationServiceTest.php index 672304a1868e0273781d3de1fa4de0359cfc69ad..e196b46ff1019ce47bf6cf19e4f759a181e5da29 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/ConfigurationServiceTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/ConfigurationServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Configuration; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidatorTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidatorTest.php index c43b33cfe25996306b00ca54615bd3f09199e1cf..ade77170c6f7dd8b69c5785357c6e0bb1132a2f2 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php index 78878c775e0aa6dc597a46c2d4da152dd98463df..c8e5807eeb0279aaf6f0989e32b44e866f5ff591 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Configuration\FormDefinition\Validators; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php index ede6ec67dfd19454bfa100a283a3bc5e59b0cf07..21a5c3d7f95306506734bd4eb511b05d9833771d 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Configuration; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionValidationServiceTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionValidationServiceTest.php index ab9cd3fdc4fa563e5fcc061b766c0c9a24db35ab..2566d6124d074ac15d7e48daba0a6cf969ba1af0 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionValidationServiceTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionValidationServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Configuration; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Factory/ArrayFormFactoryTest.php b/typo3/sysext/form/Tests/Unit/Domain/Factory/ArrayFormFactoryTest.php index 3895aaf1e49747167b7a468ff964ed9cd6098363..cb05e08dcfbf2808462f7712d2f07b910368a55d 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Factory/ArrayFormFactoryTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Factory/ArrayFormFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Factory; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Finishers/AbstractFinisherTest.php b/typo3/sysext/form/Tests/Unit/Domain/Finishers/AbstractFinisherTest.php index c3b4a69158b5d061c9f796b6ec3a471011c1e4af..b53f8c286eb543b1599921588dee99f820a603a4 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Finishers/AbstractFinisherTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Finishers/AbstractFinisherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Finishers; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Finishers/ClosureFinisherTest.php b/typo3/sysext/form/Tests/Unit/Domain/Finishers/ClosureFinisherTest.php index 9e450bcdb46955816baff0921ca19d4ca89128d3..084eab8f626d0e05a718ae1fd80aaf2e65528590 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Finishers/ClosureFinisherTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Finishers/ClosureFinisherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Finishers; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractFormElementTest.php b/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractFormElementTest.php index 10a8680fda00e3a703ec07125bc9da29c4e28a4c..cbb1ff6b67033066385eea1fec7be65b5c7eb7b8 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractFormElementTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractFormElementTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\FormElements; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractSectionTest.php b/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractSectionTest.php index 96a96fec5c0618b065606120ccd904e27a347e9b..6a9685ec599e8655374e9a3cff4bfe81e32cbcc9 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractSectionTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/FormElements/AbstractSectionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\FormElements; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/FormElements/SectionTest.php b/typo3/sysext/form/Tests/Unit/Domain/FormElements/SectionTest.php index 8d9d309f9f86e790950d2971c205b1f27c50b84d..2e47e2f173d96f57a8757e33920938a7fcd162ba 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/FormElements/SectionTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/FormElements/SectionTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\FormElements; /* diff --git a/typo3/sysext/form/Tests/Unit/Domain/Renderable/RenderableVariantTest.php b/typo3/sysext/form/Tests/Unit/Domain/Renderable/RenderableVariantTest.php index cce2f1bb5d0a132871404ead77e70621ecd9f0e3..d7819f0aa14c7873f4c71428c1dfe1f4ee550bb2 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Renderable/RenderableVariantTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Renderable/RenderableVariantTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Domain\Renderable; /* diff --git a/typo3/sysext/form/Tests/Unit/Hooks/DataStructureIdentifierHookTest.php b/typo3/sysext/form/Tests/Unit/Hooks/DataStructureIdentifierHookTest.php index 034fa70c82e4d3b8c22f4bd11ad306d761770b14..eb1be15ff0f41734a4d0999c86e3872daa57d390 100644 --- a/typo3/sysext/form/Tests/Unit/Hooks/DataStructureIdentifierHookTest.php +++ b/typo3/sysext/form/Tests/Unit/Hooks/DataStructureIdentifierHookTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Hooks; /* diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Configuration/InheritancesResolverServiceTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Configuration/InheritancesResolverServiceTest.php index 06369b57399417e9dc308195730fe0c870b6c7cd..1fd21352679ceadaef41a7b811b7d8878a676bf6 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Configuration/InheritancesResolverServiceTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Configuration/InheritancesResolverServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Mvc\Configuration; /* diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Persistence/FormPersistenceManagerTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Persistence/FormPersistenceManagerTest.php index d6fc804d98dc9869d1a25b1efdb4c7acf60c58a3..d18e420c2be6abcba5e2846c757cf9306d37fd30 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Persistence/FormPersistenceManagerTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Persistence/FormPersistenceManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Mvc\Persistence; /* diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Property/PropertyMappingConfigurationTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Property/PropertyMappingConfigurationTest.php index 6df7c28a4f1b6824a2dbd3d340649d900a1331e1..841e720c2ce0ceda618c30c5921c5cfe41f26127 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Property/PropertyMappingConfigurationTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Property/PropertyMappingConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Mvc\Property; /* diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/FileSizeValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/FileSizeValidatorTest.php index b1cd878c66e6fed5442d464c0bb295bd49dba657..130c7dc0ecec69a56082561fe4f1cadc8be92698 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/FileSizeValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/FileSizeValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Mvc\Validation; /* diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/MimeTypeValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/MimeTypeValidatorTest.php index c8842662e53b83568e04585ffbc4726665893a70..40e80fa3a39e2aebb7838b23ebe2ac187a8c8f6b 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/MimeTypeValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/MimeTypeValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Mvc\Validation; /* diff --git a/typo3/sysext/form/Tests/Unit/Service/TranslationServiceTest.php b/typo3/sysext/form/Tests/Unit/Service/TranslationServiceTest.php index 475d4a2bb81c8ea55def69a0d7166e25f3259c9a..41c6eea324a0f895bc1731208306ed5d179a84d0 100644 --- a/typo3/sysext/form/Tests/Unit/Service/TranslationServiceTest.php +++ b/typo3/sysext/form/Tests/Unit/Service/TranslationServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\Service; /* diff --git a/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php b/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php index cb10a517bdf09911fcf19174bfd1ab8499e14850..74e8951d141ec502521fdcc6e928f9d24f8922b6 100644 --- a/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php +++ b/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Form\Tests\Unit\ViewHelpers\Form; /* diff --git a/typo3/sysext/frontend/Classes/Aspect/FileMetadataOverlayAspect.php b/typo3/sysext/frontend/Classes/Aspect/FileMetadataOverlayAspect.php index 5a44425bf169745e5e6d808327a2a8679eee9536..155f631a9d8a3174ba9c87af3cd411e67a603284 100644 --- a/typo3/sysext/frontend/Classes/Aspect/FileMetadataOverlayAspect.php +++ b/typo3/sysext/frontend/Classes/Aspect/FileMetadataOverlayAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Aspect; /* diff --git a/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php b/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php index 5019a619d9332dea7a1714f89fab67003c3a8647..d0600ed2db15f59179f45647334c6d46908742e3 100644 --- a/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php +++ b/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Aspect; /* diff --git a/typo3/sysext/frontend/Classes/Composer/InstallerScripts.php b/typo3/sysext/frontend/Classes/Composer/InstallerScripts.php index daadecaadc7b57cf945ddb121243ee825df5ba95..3f450d7212c454acf27ab2f2881d731b6eaf1bce 100644 --- a/typo3/sysext/frontend/Classes/Composer/InstallerScripts.php +++ b/typo3/sysext/frontend/Classes/Composer/InstallerScripts.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Composer; /* diff --git a/typo3/sysext/frontend/Classes/Controller/ErrorController.php b/typo3/sysext/frontend/Classes/Controller/ErrorController.php index 18a1a96e328c004bf50b9c6b08d9079bdb119a9c..cc9be6f5c81f8a5dde2cd03cafa08b6b95d93ca0 100644 --- a/typo3/sysext/frontend/Classes/Controller/ErrorController.php +++ b/typo3/sysext/frontend/Classes/Controller/ErrorController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Controller; /* diff --git a/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php index 0df075ec776c6b9c62739251edf7614cfc7e8f3b..720380edbddfad7e53b7396bfd037664db168c9c 100644 --- a/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php +++ b/typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\DataProcessing; diff --git a/typo3/sysext/frontend/Classes/DataProcessing/SiteProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/SiteProcessor.php index 3d8e85f34fba935d379da70c5e02ea80e8d59a29..a4429ccc98dbf497a5849d195fe85584ea3b59fc 100644 --- a/typo3/sysext/frontend/Classes/DataProcessing/SiteProcessor.php +++ b/typo3/sysext/frontend/Classes/DataProcessing/SiteProcessor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\DataProcessing; /* diff --git a/typo3/sysext/frontend/Classes/Event/ModifyHrefLangTagsEvent.php b/typo3/sysext/frontend/Classes/Event/ModifyHrefLangTagsEvent.php index 82ce090e27b482d0f505d026b540dc9fd9d1a6d3..8b9e87a5acb51f33fade43ee20e3c521bafb25a3 100644 --- a/typo3/sysext/frontend/Classes/Event/ModifyHrefLangTagsEvent.php +++ b/typo3/sysext/frontend/Classes/Event/ModifyHrefLangTagsEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Event; diff --git a/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php b/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php index d4652ff49a0c00cf982850df98fffeab5e1e296b..2d49ad2fda03b569cf76fdf61f142918c4695d4d 100644 --- a/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php +++ b/typo3/sysext/frontend/Classes/Hooks/FrontendHooks.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Hooks; diff --git a/typo3/sysext/frontend/Classes/Http/Application.php b/typo3/sysext/frontend/Classes/Http/Application.php index ac01059fab02d56e537be0951ad1ff931380ba65..3e90289054787db83ed8654d94f35b2eb435ad7a 100644 --- a/typo3/sysext/frontend/Classes/Http/Application.php +++ b/typo3/sysext/frontend/Classes/Http/Application.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Http; /* diff --git a/typo3/sysext/frontend/Classes/Http/RequestHandler.php b/typo3/sysext/frontend/Classes/Http/RequestHandler.php index 7dd8d4703d546cbec9bcf4b8975fb733d5f1efd3..92b883c88baf98149d3e98dd4cb1b4883971de77 100644 --- a/typo3/sysext/frontend/Classes/Http/RequestHandler.php +++ b/typo3/sysext/frontend/Classes/Http/RequestHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Http; diff --git a/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php b/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php index 23ae94503f85e5f9889dbdc34d98773a07fbd9af..3fb973103409728aa4382ecff54fbbbabbb9d0cd 100644 --- a/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php +++ b/typo3/sysext/frontend/Classes/Middleware/BackendUserAuthenticator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; diff --git a/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php b/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php index 9463f6bc13f0de2a3abaddda2813c1f0ea93682f..c758beac8a8aad3b6c9c7646bad279d2126f9894 100644 --- a/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php +++ b/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/EidHandler.php b/typo3/sysext/frontend/Classes/Middleware/EidHandler.php index 88f05d8fcaf11edddeb4b23ac64443c899f98538..ba7e75d71848083f9d59be191b98e5be4d93f300 100644 --- a/typo3/sysext/frontend/Classes/Middleware/EidHandler.php +++ b/typo3/sysext/frontend/Classes/Middleware/EidHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php b/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php index 49a6daead78810cafa17029fe3efcc92f53eed12..4b8c9c0a52df3271f0925d8fc98df86bc3f2ffef 100644 --- a/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php +++ b/typo3/sysext/frontend/Classes/Middleware/FrontendUserAuthenticator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php b/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php index 49f052c4f252f8396033a75bbf3c60507ab2b418..17beaa3df0b775e5ae40d89ba1648cf7be4c654d 100644 --- a/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php +++ b/typo3/sysext/frontend/Classes/Middleware/MaintenanceMode.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php b/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php index 4f978a0f4da345f437de690216f70f0a0a30ee83..06e5b4aa91d084c0db7457e21e747f1ca589fe0e 100644 --- a/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php +++ b/typo3/sysext/frontend/Classes/Middleware/OutputCompression.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php b/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php index 66ce127d7d8e4c5b706baccc277d828db169a9f1..bfacb29169d6031c00a6124137b8533e00f1540c 100644 --- a/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php +++ b/typo3/sysext/frontend/Classes/Middleware/PageArgumentValidator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; diff --git a/typo3/sysext/frontend/Classes/Middleware/PageResolver.php b/typo3/sysext/frontend/Classes/Middleware/PageResolver.php index 42d9136990df5e2d3f282dfa6135935f99415500..d36bd4c8cae384aa9118d6d9e68f7a227d865d2d 100644 --- a/typo3/sysext/frontend/Classes/Middleware/PageResolver.php +++ b/typo3/sysext/frontend/Classes/Middleware/PageResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php b/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php index d124374d1e8228bbccf39a9fd49494550bd4ad0d..b78c9b7d79487c8c65c93bdb81575bb9df67f644 100644 --- a/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php +++ b/typo3/sysext/frontend/Classes/Middleware/PrepareTypoScriptFrontendRendering.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; diff --git a/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php b/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php index 7ed7becb3e3f0a56f263ac9cfa6db432279aab60..c2c878ea2e7f4787908e059715f0567b98f44132 100644 --- a/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php +++ b/typo3/sysext/frontend/Classes/Middleware/PreviewSimulator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; diff --git a/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php b/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php index 2935e9ba0de1cc216e32cce5cfb3bef18a9e7e21..b6c61c942dee38837fb6cd8cffc2a1381e5dafd5 100644 --- a/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php +++ b/typo3/sysext/frontend/Classes/Middleware/ShortcutAndMountPointRedirect.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php b/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php index 95047b8ada1087c3deec09993f53451ecc1f0049..ad23403402557e430c10c969320dfe612a0e6aea 100644 --- a/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php +++ b/typo3/sysext/frontend/Classes/Middleware/SiteBaseRedirectResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php b/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php index 3fd37fe1f8c751d90f5d986a3fb1efffc434204a..c95095207c7a9419dc6b8ea92e4205b1fe6d3b68 100644 --- a/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php +++ b/typo3/sysext/frontend/Classes/Middleware/SiteResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php b/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php index 0aef8a13d83264a94a759d9c6beb5777a5c4ee8f..667207187598fb15e3b5e868395de6fbd1c059d0 100644 --- a/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php +++ b/typo3/sysext/frontend/Classes/Middleware/StaticRouteResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; diff --git a/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php b/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php index f28c8004ce08e7d70b4a6f0aed3c29c6724bb93c..ac1b1d06b46b04a89dc2679961a857bf2e31d1f2 100644 --- a/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php +++ b/typo3/sysext/frontend/Classes/Middleware/TimeTrackerInitialization.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php b/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php index 371e8bfe63f3210f5d0671d2d896fcc7c2ce902e..28e67ea54ec67fce9effa03ee76a5b87647c445d 100644 --- a/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php +++ b/typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Middleware; /* diff --git a/typo3/sysext/frontend/Classes/Page/CacheHashConfiguration.php b/typo3/sysext/frontend/Classes/Page/CacheHashConfiguration.php index 550315829f6fe2dd34d5234e11837af040f85d68..256c701030f536b37085c608eef0d5768cbc3393 100644 --- a/typo3/sysext/frontend/Classes/Page/CacheHashConfiguration.php +++ b/typo3/sysext/frontend/Classes/Page/CacheHashConfiguration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Page; diff --git a/typo3/sysext/frontend/Classes/Page/PageAccessFailureReasons.php b/typo3/sysext/frontend/Classes/Page/PageAccessFailureReasons.php index 88a5fc8846c89d3246a508539463d9f2d96a9a72..fa125be541b9ec241f214ff83a3cd8159750049c 100644 --- a/typo3/sysext/frontend/Classes/Page/PageAccessFailureReasons.php +++ b/typo3/sysext/frontend/Classes/Page/PageAccessFailureReasons.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Page; /* diff --git a/typo3/sysext/frontend/Classes/Page/PageLayoutResolver.php b/typo3/sysext/frontend/Classes/Page/PageLayoutResolver.php index 0fd3b0481914127329a4c804d598a6000aca3409..077c059abe2c160ee93259cfbeacd4d8c7dc790a 100644 --- a/typo3/sysext/frontend/Classes/Page/PageLayoutResolver.php +++ b/typo3/sysext/frontend/Classes/Page/PageLayoutResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Page; diff --git a/typo3/sysext/frontend/Classes/Resource/FilePathSanitizer.php b/typo3/sysext/frontend/Classes/Resource/FilePathSanitizer.php index 3f65ab654c936ebc7c5c986190dfae380393ce24..133bf902fdd05292c59921609e438abc91b598e7 100644 --- a/typo3/sysext/frontend/Classes/Resource/FilePathSanitizer.php +++ b/typo3/sysext/frontend/Classes/Resource/FilePathSanitizer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Resource; /* diff --git a/typo3/sysext/frontend/Classes/ServiceProvider.php b/typo3/sysext/frontend/Classes/ServiceProvider.php index c245fc63693ebc7721c50c29238a28538e33cba8..c3e004c597d65c22df5887f01646609ca610f435 100644 --- a/typo3/sysext/frontend/Classes/ServiceProvider.php +++ b/typo3/sysext/frontend/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php index dc336fd6252f177bd32aaf293f5370ecf910a400..41cde3b31ea7ee54ae727bca140b6f78d14a2081 100644 --- a/typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php index b397650015cc983e82b9d202c14cd8e454f9a87d..7519091ae7572f7d3eb77e7814895548310db67b 100644 --- a/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/DatabaseRecordLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/EmailLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/EmailLinkBuilder.php index 2ec10c657b9b337de329e10604c90378a616621a..5f2f65100f55ad87757ee4e1533ca970585ef344 100644 --- a/typo3/sysext/frontend/Classes/Typolink/EmailLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/EmailLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/ExternalUrlLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/ExternalUrlLinkBuilder.php index 9b03bb9657bae9657aed66b79ccefa7b7651aa5a..0d9e6d012f73f4547c61a06bc29201ca2fdfc635 100644 --- a/typo3/sysext/frontend/Classes/Typolink/ExternalUrlLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/ExternalUrlLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php index 025b51ad1accad3b53e8f309713a7009728191bd..62b4687e9ebd0d1902662e89808a2cc58d55d0a8 100644 --- a/typo3/sysext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/FileOrFolderLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.php index c3dcfd300a5d561dcba065afe59f53143dc0811b..05bd9cd8b9d0c974e43c98384028e6b8897d1bed 100644 --- a/typo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/LegacyLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php index 1f882b199104b1a55a8aee1de3884fa156be2b5d..1feec7d0d9bd9427b72e24ea3fc790c5b22f77ca 100644 --- a/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/PageLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/TelephoneLinkBuilder.php b/typo3/sysext/frontend/Classes/Typolink/TelephoneLinkBuilder.php index 27e88e32281c23bd8ee99f319defc0fb41fb11b7..0be51011fa057df00ad9e80f6d8bf4d4a635a3c2 100644 --- a/typo3/sysext/frontend/Classes/Typolink/TelephoneLinkBuilder.php +++ b/typo3/sysext/frontend/Classes/Typolink/TelephoneLinkBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Typolink/UnableToLinkException.php b/typo3/sysext/frontend/Classes/Typolink/UnableToLinkException.php index 64525ca5fccfb3dc1e60fe11fc9bce72ca13841f..04ec72107392d15b5b4b28cee6d6f61882a88b0b 100644 --- a/typo3/sysext/frontend/Classes/Typolink/UnableToLinkException.php +++ b/typo3/sysext/frontend/Classes/Typolink/UnableToLinkException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Typolink; /* diff --git a/typo3/sysext/frontend/Classes/Utility/CanonicalizationUtility.php b/typo3/sysext/frontend/Classes/Utility/CanonicalizationUtility.php index 0af6859ce43759dc1b95b48e6dc86e114c0a05df..28f9833aca50bea85073129af505282df7f59389 100644 --- a/typo3/sysext/frontend/Classes/Utility/CanonicalizationUtility.php +++ b/typo3/sysext/frontend/Classes/Utility/CanonicalizationUtility.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Utility; diff --git a/typo3/sysext/frontend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php b/typo3/sysext/frontend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php index bfcb7e7a9d82c162dda7369b3e396507c0a849ba..e0f4379206c683ba7e53f1b1186589bc89a7ec36 100644 --- a/typo3/sysext/frontend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\Configuration\TypoScript\ConditionMatching; /* diff --git a/typo3/sysext/frontend/Tests/Functional/Imaging/GifBuilderTest.php b/typo3/sysext/frontend/Tests/Functional/Imaging/GifBuilderTest.php index e434a119e956476faa66ef9e1398091ad673e3e3..3781d7149f6247df3e52b21111b497f342e4a006 100644 --- a/typo3/sysext/frontend/Tests/Functional/Imaging/GifBuilderTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Imaging/GifBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\Imaging; /* diff --git a/typo3/sysext/frontend/Tests/Functional/Middleware/BackendUserAuthenticatorTest.php b/typo3/sysext/frontend/Tests/Functional/Middleware/BackendUserAuthenticatorTest.php index 200ec497bd8827de94308ac6068e2083042114ee..bcf9b00f4b84305dee23cbfbe1124de32a025cdd 100644 --- a/typo3/sysext/frontend/Tests/Functional/Middleware/BackendUserAuthenticatorTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Middleware/BackendUserAuthenticatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\Middleware; /* diff --git a/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php b/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php index a1f75fc754aa50d073045543721731c2d778e975..01304beec73d37d7a0f844b3497eb5038c0bf73d 100644 --- a/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\Rendering; diff --git a/typo3/sysext/frontend/Tests/Functional/Rendering/TitleTagRenderingTest.php b/typo3/sysext/frontend/Tests/Functional/Rendering/TitleTagRenderingTest.php index 51587df9863208ceae082cd31a373d382263eb7b..5a54dbb31130df0139ec524ebbe46dc3cf70c489 100644 --- a/typo3/sysext/frontend/Tests/Functional/Rendering/TitleTagRenderingTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Rendering/TitleTagRenderingTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\Rendering; diff --git a/typo3/sysext/frontend/Tests/Functional/Rendering/UriPrefixRenderingTest.php b/typo3/sysext/frontend/Tests/Functional/Rendering/UriPrefixRenderingTest.php index e1823d48c6746b06f346faa7baed04e07db9c542..86b9a6300e7885c3604d8284732244c74babbc20 100644 --- a/typo3/sysext/frontend/Tests/Functional/Rendering/UriPrefixRenderingTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Rendering/UriPrefixRenderingTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\Rendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/AbstractTestCase.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/AbstractTestCase.php index 386cb7c3c40700b94c68dcc6e3675bcc3403f492..d7a3413007d84bb35677297b3557edc202ad1ec1 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/AbstractTestCase.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/AbstractTestCase.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGeneratorTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGeneratorTest.php index 527b99854e37fb2fbcfa982776e79c2ed725c2e0..eb7a7b2ad51bdb4ea75b4d9e0268aeb55ea03364 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGeneratorTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerLinkGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerSiteRequestTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerSiteRequestTest.php index ecbb5ebcc4cb3ba65c67482ac7db29d38fa28237..f82dad89240f90cb7d1c635bc5fd01caa50f1916 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerSiteRequestTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/EnhancerSiteRequestTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Fixtures/LinkHandlingController.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Fixtures/LinkHandlingController.php index 380fbfa4b16ad00d157028404d083b254b4f5c85..3a78efc450c598897b6a68f12d5a8b2b332d0827 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Fixtures/LinkHandlingController.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Fixtures/LinkHandlingController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Fixtures; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Applicable.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Applicable.php index 7dd7186b4a56d9750132a44db35aaca293c68d5a..69996f531a3174f26cb5797e2e47b34177874f29 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Applicable.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Applicable.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ApplicableConjunction.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ApplicableConjunction.php index 03401f1ded5e853f06d603f71edfa1be0cab59cc..8fcfca9942e089e8aba9e6abf7d20ca296038bd2 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ApplicableConjunction.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ApplicableConjunction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/AspectDeclaration.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/AspectDeclaration.php index 3b053fc6664a1c88572b1f4ad209499551b001ad..2cf64784cabfb08b581c3797ea72053815664ce8 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/AspectDeclaration.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/AspectDeclaration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Builder.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Builder.php index fd4708c66e7b79110ea7c2ffe1c15ab025bff178..cec80fed38531244e4bc03f9d6e34fb0631d64b2 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Builder.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Builder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/EnhancerDeclaration.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/EnhancerDeclaration.php index 5e051cbbdcfd1485831cc990699bcfe507d3213c..123f1054a1b27a973f4f2416b5325366263acda7 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/EnhancerDeclaration.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/EnhancerDeclaration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ExceptionExpectation.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ExceptionExpectation.php index 84e4f0f0d63a973682ad6ac95ef04fbd54538379..d542d3881b35474544341ae3ecc43fbfa110ed7f 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ExceptionExpectation.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/ExceptionExpectation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasGenerateParameters.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasGenerateParameters.php index 7603a2c443a2b9f4061e653c558d3123473d6a98..3813f89b3db98df13e35893b7dff2dc7d1e5d847 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasGenerateParameters.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasGenerateParameters.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasResolveArguments.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasResolveArguments.php index e02e67d056c5b8b56208b73735b731beedd4e931..148fc4f0a63c821d0168240abf624a9efb0bf621 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasResolveArguments.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/HasResolveArguments.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/LanguageContext.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/LanguageContext.php index c7afbcc2423ef5bbd2d293071a967297dfa7fff8..72af5cd2e853d38b08b5b942f95cdc2126441551 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/LanguageContext.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/LanguageContext.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/PageTypeDeclaration.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/PageTypeDeclaration.php index ecbdfe72e5c7909bdad1826a9d7252db005b8f8b..1c21e6aad9f31a162199e840336bf4e9d008eca6 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/PageTypeDeclaration.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/PageTypeDeclaration.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Permutation.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Permutation.php index 2b83725b26fb7229dcb9e5cf331f2ad7ca5cefdf..445f696ae36d962e33e2bb4599ca7eb4a1480bbf 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Permutation.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Permutation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/SkipException.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/SkipException.php index ade9f682864603c74d82d71695bbbfd21c38a043..20d7ac51cbe10b0ab72a36f307554240ed94d0e3 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/SkipException.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/SkipException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/TestSet.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/TestSet.php index 4d0048e07924ae4c33459b588e90b3578d135286..9eb10a0d0e8a515308ceecbfe3d7d4db7bd9676d 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/TestSet.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/TestSet.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variable.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variable.php index 991abc7a778fc891718ee663c450e8b05d548e5a..45c47582c323a1560c11756ba3553011aa955497 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variable.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variable.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableCompiler.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableCompiler.php index 004584ed893ba6dd2df8e0e6519f472bd88885cd..2265b41fbbf8b4e63419aeb840708f155b869dfe 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableCompiler.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableCompiler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php index 20c43a8a181f055b6bd757da8755ba27391975b3..decbce6b11518bfec03ad8fc24dbdf3391fa6524 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php index f2828185001b3f969cb1076df4480282fca33cd7..2a7c2cb96cb9941eaf5804d59488c497255e3806 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariableValue.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variables.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variables.php index d0c481d31926948f252954e43dda306f82a493f4..b3854a6c4c8cd866ff8d3e62a0f493d892551ba0 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variables.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/Variables.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesContext.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesContext.php index 077a4ff61635664919548e92b0407c01ac9e987d..b3e9498dc0b2e15f94bd09e37f8dcf5fca6b1dce 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesContext.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesContext.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesTrait.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesTrait.php index f445e14fabe6faaf2851f40fa65ab75f07b80132..8aac67448b1f045574237a00627ad50f44e2b36c 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesTrait.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/Framework/Builder/VariablesTrait.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\Framework\Builder; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/AbstractLocalizedPagesTestCase.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/AbstractLocalizedPagesTestCase.php index 5719d825b51998ea5d3a3d09034fd4ed1025f278..076f51b80d7827c1ca7d6f80e5c0ae2728a9ce93 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/AbstractLocalizedPagesTestCase.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/AbstractLocalizedPagesTestCase.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); /* * This file is part of TYPO3 GmbHs software toolkit. diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioATest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioATest.php index c71361520c1fe783d61042bfd9a0a0f2dcc71c34..e81a887de88a623ab386c5cfd32fe1e80fdda79a 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioATest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioATest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioBTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioBTest.php index 29203814f23e9e60a1f5f8b7b1556f0d70db452f..d3daee54f7aa957db08b80891dc7c4290e5341b6 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioBTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioBTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioCTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioCTest.php index cddd2c8871fcc84b0ece83d36f436503b5fdc3db..054ccdf8936b13cc680df4d5275b5efca81128aa 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioCTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioCTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioDTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioDTest.php index 7a8351acd7aaef455a393fae3b96bc3b455da562..c7b73485d3de91b78b2a002b1d8c539260eaeb9e 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioDTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioDTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioETest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioETest.php index d03d61c2e54003b1da747f1696b3b11d973e0a3a..7160898e2873b77fc29c3342db46b71c52a6aa80 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioETest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioETest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioFTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioFTest.php index d2b0b04c19496a64e25ac029cd2dbacd7da6e617..dcf5d09a12ef279a87ed565cd72d6c760d7120cf 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioFTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/LocalizedPageRendering/ScenarioFTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling\LocalizedPageRendering; diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/MountPointTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/MountPointTest.php index cf9b75daf15f4343e1cf33527a1cd568a3e63902..994f4099ca77ec168d39898bbfe7adfb4555e26c 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/MountPointTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/MountPointTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php index 929f1442f3bbd8e7d6c56a7994b3663b1d75fcbf..75119641281ecbf7e6be95d2e15e97ed8f5717b6 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/SiteRequestTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php index ceb52c8333648d835c2357823aa58c5d7b51b219..dd4f2f0ca2abe439646b91c65934e8a941937a89 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugLinkGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php index 337c19bd1d23a8b4c8f58bd49990a2954d2c51d5..146219f129d8dfcb8d4c83233fa7872fb7a58855 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/SlugSiteRequestTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php b/typo3/sysext/frontend/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php index df8907e616208b4c9d9fe65f755295ebcbbd5c4d..d07f55eb72c10a291a65a1fff6ab78fffb858c7f 100644 --- a/typo3/sysext/frontend/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php +++ b/typo3/sysext/frontend/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Functional\SiteHandling; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php b/typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php index 08ecccfabfdf2a3f561589873ffb8f498ceed4a7..8dda4a45fc0f83e4221c73498a49306c2b711650 100644 --- a/typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Authentication/FrontendUserAuthenticationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Authentication; /* diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/CaseContentObjectTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/CaseContentObjectTest.php index 6810387ffd8ac40a8121cfdc0228625873847e56..a244e27f8e5bf88996241808f49d331318834573 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/CaseContentObjectTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/CaseContentObjectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject; diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentDataProcessorTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentDataProcessorTest.php index 401c09c53e746068621c1649a72c55da95beb225..b3a4ac851ef6ab4df6dcdd56e300e246e8ee0563 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentDataProcessorTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentDataProcessorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject; diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php index a667c0ab28a7c03e08b752165c89ab797955cab5..ac2e809878499744f13f5bc3e0abf3ea12eabc63 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/ContentObjectRendererTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject; /* diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/Exception/ProductionExceptionHandlerTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/Exception/ProductionExceptionHandlerTest.php index bc7bb89424ad58293ba542c663d7e23dfa8a4ca2..0e1d03a633b50820eeec05475f74c5d06e1d6a54 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/Exception/ProductionExceptionHandlerTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/Exception/ProductionExceptionHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Exception; diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php index fdb61bf266b31363cd28615fc2dd8281c60a4ccf..0165c6f7722517d77bde85349d50ae210c5ca22c 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/FilesContentObjectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject; /* diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/ImageContentObjectTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/ImageContentObjectTest.php index 9748d86b9b597ed0cd2b044c03c93a622c421a0d..1be8aed2af4d2767a74ebd6280f74d857187f4b9 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/ImageContentObjectTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/ImageContentObjectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject; diff --git a/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php b/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php index 03942bf26548cadd6e808f17afa2ad0d38ecc904..99f5b864c1a5cced10d73bd0efec20f5baa4013e 100644 --- a/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php +++ b/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu/AbstractMenuContentObjectTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\ContentObject\Menu; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Controller/ErrorControllerTest.php b/typo3/sysext/frontend/Tests/Unit/Controller/ErrorControllerTest.php index 84479ff2fc41f15196b0b0e94e82a593dcd5c3ee..13c08b577df8681b29ab93923e3157006f44a4bf 100644 --- a/typo3/sysext/frontend/Tests/Unit/Controller/ErrorControllerTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Controller/ErrorControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Controller; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php b/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php index c2f7b2e06f99ea2ee475dd4dbfc6e05213514700..db56dca9795fb59c4a48e217c1115ee27d046407 100644 --- a/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Controller/TypoScriptFrontendControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Controller; /* diff --git a/typo3/sysext/frontend/Tests/Unit/DataProcessing/SiteProcessorTest.php b/typo3/sysext/frontend/Tests/Unit/DataProcessing/SiteProcessorTest.php index 71aa38b1e63a7c0bdd5e69ad06f56cb9ec64588a..5d683b9165d344940d148b09278a164825e5fb71 100644 --- a/typo3/sysext/frontend/Tests/Unit/DataProcessing/SiteProcessorTest.php +++ b/typo3/sysext/frontend/Tests/Unit/DataProcessing/SiteProcessorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\DataProcessing; diff --git a/typo3/sysext/frontend/Tests/Unit/Http/RequestHandlerTest.php b/typo3/sysext/frontend/Tests/Unit/Http/RequestHandlerTest.php index 604677b71679d2dd93281923eaad833eb27e8ce7..4f7eb78169b8ceed06062c5b20eefd9c392dca08 100644 --- a/typo3/sysext/frontend/Tests/Unit/Http/RequestHandlerTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Http/RequestHandlerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Http; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Middleware/PageArgumentValidatorTest.php b/typo3/sysext/frontend/Tests/Unit/Middleware/PageArgumentValidatorTest.php index 005d3c6380207f0f82bc9afc11c72c71983d3ad8..9c051dcc030b120259b1fcec29198c2699482cff 100644 --- a/typo3/sysext/frontend/Tests/Unit/Middleware/PageArgumentValidatorTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Middleware/PageArgumentValidatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Middleware; diff --git a/typo3/sysext/frontend/Tests/Unit/Middleware/PageResolverTest.php b/typo3/sysext/frontend/Tests/Unit/Middleware/PageResolverTest.php index 4e378b1d7709a3f77681a7ce4d728a6d29f52763..9552fbe4071b5f7a84ce64f30bf3b61ac57ca964 100644 --- a/typo3/sysext/frontend/Tests/Unit/Middleware/PageResolverTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Middleware/PageResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Middleware; diff --git a/typo3/sysext/frontend/Tests/Unit/Middleware/SiteBaseRedirectResolverTest.php b/typo3/sysext/frontend/Tests/Unit/Middleware/SiteBaseRedirectResolverTest.php index 9139dd0988a4eae3a710c9f33f1ec52c65c37c3e..078e1c441fe7f01507b2789675cc8354883c283b 100644 --- a/typo3/sysext/frontend/Tests/Unit/Middleware/SiteBaseRedirectResolverTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Middleware/SiteBaseRedirectResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Middleware; diff --git a/typo3/sysext/frontend/Tests/Unit/Middleware/SiteResolverTest.php b/typo3/sysext/frontend/Tests/Unit/Middleware/SiteResolverTest.php index 42f587da3e2004c60ecbb3001c8fc005ea5e22b4..cbcbc94659be8480c2073561ac6af19224242cf2 100644 --- a/typo3/sysext/frontend/Tests/Unit/Middleware/SiteResolverTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Middleware/SiteResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Middleware; diff --git a/typo3/sysext/frontend/Tests/Unit/Middleware/StaticRouteResolverTest.php b/typo3/sysext/frontend/Tests/Unit/Middleware/StaticRouteResolverTest.php index 871507cb770b686a864130d68291c411eef16bc5..5494e5d8c43bd13881ef63ca4d369c1a75f3fcab 100644 --- a/typo3/sysext/frontend/Tests/Unit/Middleware/StaticRouteResolverTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Middleware/StaticRouteResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Middleware; diff --git a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php index bc10e93a86299961f674df9d4ebe1e780b4c0ba1..615c9a5c7c77d5345697d6ef12765d8d1bb91e4b 100644 --- a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Page; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashConfigurationTest.php b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashConfigurationTest.php index 7251a5c4d458ce5487857e4fd8ad5c8ef033dd6f..0425b69b08430be691c924367ed508c9ad5cd596 100644 --- a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashConfigurationTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashConfigurationTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Page; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Page/PageAccessFailureReasonsTest.php b/typo3/sysext/frontend/Tests/Unit/Page/PageAccessFailureReasonsTest.php index 4844460e6bb94304613d142b0ec43e2210af6315..af2496fdf48859d42bd7343b2f14ce030d97d1f0 100644 --- a/typo3/sysext/frontend/Tests/Unit/Page/PageAccessFailureReasonsTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Page/PageAccessFailureReasonsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Page; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Page/PageLayoutResolverTest.php b/typo3/sysext/frontend/Tests/Unit/Page/PageLayoutResolverTest.php index 0b25b9cb64f4d781112395152c615821efebde0b..d175034d5c47ce131a3abc035deb4e3b78f282c7 100644 --- a/typo3/sysext/frontend/Tests/Unit/Page/PageLayoutResolverTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Page/PageLayoutResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Page; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Plugin/AbstractPluginTest.php b/typo3/sysext/frontend/Tests/Unit/Plugin/AbstractPluginTest.php index 369f87654a27d5363f5edf263c8dba9d0a0ec9d3..8b9c26ed0ff7e93b337f747c82a92762014999f7 100644 --- a/typo3/sysext/frontend/Tests/Unit/Plugin/AbstractPluginTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Plugin/AbstractPluginTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Plugin; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Processor/GalleryProcessorTest.php b/typo3/sysext/frontend/Tests/Unit/Processor/GalleryProcessorTest.php index ab987a64c752791e70a8aad9046536d688f6a8a9..89d82a182dad9b1dc3afe82981623a9846c6085d 100644 --- a/typo3/sysext/frontend/Tests/Unit/Processor/GalleryProcessorTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Processor/GalleryProcessorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Processor; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Resource/FilePathSanitizerTest.php b/typo3/sysext/frontend/Tests/Unit/Resource/FilePathSanitizerTest.php index 5125031f10318da029955c3fb15a287ea60fc417..64ad9016be6af4fac4840845bff969c09a2bd5f3 100644 --- a/typo3/sysext/frontend/Tests/Unit/Resource/FilePathSanitizerTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Resource/FilePathSanitizerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Resource; diff --git a/typo3/sysext/frontend/Tests/Unit/Typolink/AbstractTypolinkBuilderTest.php b/typo3/sysext/frontend/Tests/Unit/Typolink/AbstractTypolinkBuilderTest.php index fc7d5891db88cd154a88f69e5dfd5bc4b6502c39..2a1161dae41d49a058cd966aaf703d33edf08d22 100644 --- a/typo3/sysext/frontend/Tests/Unit/Typolink/AbstractTypolinkBuilderTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Typolink/AbstractTypolinkBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Typolink; /* diff --git a/typo3/sysext/frontend/Tests/Unit/Typolink/DatabaseRecordLinkBuilderTest.php b/typo3/sysext/frontend/Tests/Unit/Typolink/DatabaseRecordLinkBuilderTest.php index e4b63c5889e810e91b3e2d4befe8b6be94845656..e4b61474328a3d7076287779e2a015e9c34ea029 100644 --- a/typo3/sysext/frontend/Tests/Unit/Typolink/DatabaseRecordLinkBuilderTest.php +++ b/typo3/sysext/frontend/Tests/Unit/Typolink/DatabaseRecordLinkBuilderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\Unit\Typolink; diff --git a/typo3/sysext/frontend/Tests/UnitDeprecated/Controller/TypoScriptFrontendControllerTest.php b/typo3/sysext/frontend/Tests/UnitDeprecated/Controller/TypoScriptFrontendControllerTest.php index 858bcab978607958e94a6bbfeae1d50c40498c7a..6fa9ea8c645bd035f010aefec837ea438de9acda 100644 --- a/typo3/sysext/frontend/Tests/UnitDeprecated/Controller/TypoScriptFrontendControllerTest.php +++ b/typo3/sysext/frontend/Tests/UnitDeprecated/Controller/TypoScriptFrontendControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Frontend\Tests\UnitDeprecated\Controller; /* diff --git a/typo3/sysext/impexp/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/impexp/Classes/Compatibility/SlotReplacement.php index 04d9c80afe9ea1f9f4b233b296ef6f612dfcdfe6..3b9afc57a022f76a500daca9d95bc607f2c129c2 100644 --- a/typo3/sysext/impexp/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/impexp/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Impexp\Compatibility; /* diff --git a/typo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php b/typo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php index 91e72fc57eefc7533ff2c16825f54564e3a78741..ccdb39efd2b00f417c3197d0ef65179ea9443eb9 100644 --- a/typo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php +++ b/typo3/sysext/impexp/Classes/ContextMenu/ItemProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Impexp\ContextMenu; /* diff --git a/typo3/sysext/impexp/Classes/Controller/ExportController.php b/typo3/sysext/impexp/Classes/Controller/ExportController.php index 068cf72fa079af227bd7d98a7c68ef4d19e21293..f9ace33ff9a952d379c41d20827eb6649f223118 100644 --- a/typo3/sysext/impexp/Classes/Controller/ExportController.php +++ b/typo3/sysext/impexp/Classes/Controller/ExportController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Impexp\Controller; /* diff --git a/typo3/sysext/impexp/Classes/Controller/ImportController.php b/typo3/sysext/impexp/Classes/Controller/ImportController.php index 7bf18b6d56d8a2f79526841b6a6500226b23aefb..78627027f38d37729739b7d0cd23d6013e9f3306 100644 --- a/typo3/sysext/impexp/Classes/Controller/ImportController.php +++ b/typo3/sysext/impexp/Classes/Controller/ImportController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Impexp\Controller; /* diff --git a/typo3/sysext/impexp/Classes/Event/BeforeImportEvent.php b/typo3/sysext/impexp/Classes/Event/BeforeImportEvent.php index 608fd995fdf15a699080fb9eaf031ec94096008a..997bed2435ffdc52276ab18e613cbd1b7c7955f2 100644 --- a/typo3/sysext/impexp/Classes/Event/BeforeImportEvent.php +++ b/typo3/sysext/impexp/Classes/Event/BeforeImportEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Impexp\Event; /* diff --git a/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php b/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php index 5a1f8eb846241940e5916d12f267eb686cbb8382..04752bff4f9223c153bc8e1a25c8878323862520 100644 --- a/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php +++ b/typo3/sysext/indexed_search/Tests/Unit/IndexerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\IndexedSearch\Tests\Unit; /* diff --git a/typo3/sysext/install/Classes/Authentication/AuthenticationService.php b/typo3/sysext/install/Classes/Authentication/AuthenticationService.php index f6dd5c09a5901abf992eb34cbde488f11105cba0..27db6f8dde5119e28459f4d278d053d062a8ecba 100644 --- a/typo3/sysext/install/Classes/Authentication/AuthenticationService.php +++ b/typo3/sysext/install/Classes/Authentication/AuthenticationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Authentication; /* diff --git a/typo3/sysext/install/Classes/Command/LanguagePackCommand.php b/typo3/sysext/install/Classes/Command/LanguagePackCommand.php index 90fe649dc52145b39da5c78578572f3c53d7a531..078550e165da7180baea1b692bce16ca4afcfb78 100644 --- a/typo3/sysext/install/Classes/Command/LanguagePackCommand.php +++ b/typo3/sysext/install/Classes/Command/LanguagePackCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Command; /* diff --git a/typo3/sysext/install/Classes/Command/UpgradeWizardListCommand.php b/typo3/sysext/install/Classes/Command/UpgradeWizardListCommand.php index 43b00501edfa38fd1896fa600c0a0269536d78b8..ce6901526ba255320d7158dec4f58a41eb79532d 100644 --- a/typo3/sysext/install/Classes/Command/UpgradeWizardListCommand.php +++ b/typo3/sysext/install/Classes/Command/UpgradeWizardListCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Command; diff --git a/typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php b/typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php index 39edb58af557e5a50ccf86975012d3fc811b06bf..2fd8a26996b165cbca94c6d8f38189b6600e095b 100644 --- a/typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php +++ b/typo3/sysext/install/Classes/Command/UpgradeWizardRunCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Command; diff --git a/typo3/sysext/install/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/install/Classes/Compatibility/SlotReplacement.php index 03c21602830a68fde94ddc41e1bd5b7a5b522baf..fd0b442bba57128ff51040983a4537ac2ba56443 100644 --- a/typo3/sysext/install/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/install/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Compatibility; /* diff --git a/typo3/sysext/install/Classes/Composer/InstallerScripts.php b/typo3/sysext/install/Classes/Composer/InstallerScripts.php index 1c5ff3fc7604c0f6c203217be6701fd33945f4f1..a4fff0a3b039d169d1df34d266987950c9a911d1 100644 --- a/typo3/sysext/install/Classes/Composer/InstallerScripts.php +++ b/typo3/sysext/install/Classes/Composer/InstallerScripts.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Composer; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2iPreset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2iPreset.php index c0268a1adf7fe752216c398d31ce4b89ac330fd6..3b083ae8d0c49a07e21f4d16cca58dcecb31e1ca 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2iPreset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2iPreset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php index 997b33857ca2f4caffb98b1360e2118fae41547f..b06063790b80cffe99656aa5f3089abe18867d1a 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Argon2idPreset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/BcryptPreset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/BcryptPreset.php index c95e8bdab260486bfd8d72cd285342f7975d2572..28e2ef64df436763846658f577f3b903356f8fbc 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/BcryptPreset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/BcryptPreset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/CustomPreset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/CustomPreset.php index aa25521f5b3dde1fd2009b230bf7f8b609026ce4..24c05b2407a499d4400ceb16ed7a15e416522742 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/CustomPreset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/CustomPreset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/PasswordHashingFeature.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/PasswordHashingFeature.php index 821a38963ac612c56975a9ca3fe29cd300055595..216e609508e7d18fe9b1e4ee3e29810c96e1990f 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/PasswordHashingFeature.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/PasswordHashingFeature.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Pbkdf2Preset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Pbkdf2Preset.php index c2358f74b1ceb49356b2f520a770998541e9e596..c674a207fdb4ae2a67e596d747466736d4769597 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/Pbkdf2Preset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/Pbkdf2Preset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Configuration/PasswordHashing/PhpassPreset.php b/typo3/sysext/install/Classes/Configuration/PasswordHashing/PhpassPreset.php index 9ab90c7af6c81751837fd11cb26562244d2504b3..34a15258975f40bdc1534731571a900279da4f73 100644 --- a/typo3/sysext/install/Classes/Configuration/PasswordHashing/PhpassPreset.php +++ b/typo3/sysext/install/Classes/Configuration/PasswordHashing/PhpassPreset.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Configuration\PasswordHashing; /* diff --git a/typo3/sysext/install/Classes/Controller/AbstractController.php b/typo3/sysext/install/Classes/Controller/AbstractController.php index 4997f7ebb779bc8fe1e6455b373c7eb2f48c2a0d..76ea979b8ae7226049dd48e3b3eee10dcd7630fe 100644 --- a/typo3/sysext/install/Classes/Controller/AbstractController.php +++ b/typo3/sysext/install/Classes/Controller/AbstractController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/BackendModuleController.php b/typo3/sysext/install/Classes/Controller/BackendModuleController.php index 85ff91fc50b8f0fcdba852b8be588fb434ba4310..aa515329a3b5bb89798a0a3ea052190eb1a14da1 100644 --- a/typo3/sysext/install/Classes/Controller/BackendModuleController.php +++ b/typo3/sysext/install/Classes/Controller/BackendModuleController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/EnvironmentController.php b/typo3/sysext/install/Classes/Controller/EnvironmentController.php index 04f0c2ba179ec66fb5094c197fed66b95f11067b..f8e74c0b0203150197b46df6b730cfc908a0059c 100644 --- a/typo3/sysext/install/Classes/Controller/EnvironmentController.php +++ b/typo3/sysext/install/Classes/Controller/EnvironmentController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/IconController.php b/typo3/sysext/install/Classes/Controller/IconController.php index c42b67fa9424b9113ef25c6e90a55e6f90e4927a..0db3ee4271077ef7132333a6739b4af6fafb2033 100644 --- a/typo3/sysext/install/Classes/Controller/IconController.php +++ b/typo3/sysext/install/Classes/Controller/IconController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/InstallerController.php b/typo3/sysext/install/Classes/Controller/InstallerController.php index 651be898aaf280f9fa14bb7effa1acf6f5ae9df2..7685ddaa54d361c3b73a6dc20f3b791c8850e20a 100644 --- a/typo3/sysext/install/Classes/Controller/InstallerController.php +++ b/typo3/sysext/install/Classes/Controller/InstallerController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/LayoutController.php b/typo3/sysext/install/Classes/Controller/LayoutController.php index e31298f9b2c2b9aab04040b76b98c17c1b52d58a..94e6410c4cf55ef11d508a65158f20460150f6fc 100644 --- a/typo3/sysext/install/Classes/Controller/LayoutController.php +++ b/typo3/sysext/install/Classes/Controller/LayoutController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/LoginController.php b/typo3/sysext/install/Classes/Controller/LoginController.php index 46444c9f70b90e7d4b6112d5eb74420bf60605e8..ed0eadc301f2f6d2be247e64189a2e6436eaddd3 100644 --- a/typo3/sysext/install/Classes/Controller/LoginController.php +++ b/typo3/sysext/install/Classes/Controller/LoginController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/MaintenanceController.php b/typo3/sysext/install/Classes/Controller/MaintenanceController.php index 6aa937cf46f715bd4d57f2c3b89effb9339013d9..ad82a3d073cd64f09100e4d22bbf8447a72cbf88 100644 --- a/typo3/sysext/install/Classes/Controller/MaintenanceController.php +++ b/typo3/sysext/install/Classes/Controller/MaintenanceController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/SettingsController.php b/typo3/sysext/install/Classes/Controller/SettingsController.php index e3197f26efa5954402931a877fe85d31d269d153..75b97043bec4d202f5a466e9dde405648dd71ac7 100644 --- a/typo3/sysext/install/Classes/Controller/SettingsController.php +++ b/typo3/sysext/install/Classes/Controller/SettingsController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/Controller/UpgradeController.php b/typo3/sysext/install/Classes/Controller/UpgradeController.php index 7e5b2e8d977172325b68b82823f2b3b20a923a8d..68006257b3f1ef7a1524dd2495e90a967061c85b 100644 --- a/typo3/sysext/install/Classes/Controller/UpgradeController.php +++ b/typo3/sysext/install/Classes/Controller/UpgradeController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Controller; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/CodeScannerInterface.php b/typo3/sysext/install/Classes/ExtensionScanner/CodeScannerInterface.php index 6bfccc13f265d71fd0e79c0941a5445d187356fd..351c5adc85e81241970de9af8acd0e179c4caf0b 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/CodeScannerInterface.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/CodeScannerInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/CodeStatistics.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/CodeStatistics.php index 2b58123b9b10d4d49f3c5999bdde7d83a2801cfc..c46bf7f829e64e8ad06339ea798c42bc29f13452 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/CodeStatistics.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/CodeStatistics.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/GeneratorClassesResolver.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/GeneratorClassesResolver.php index 85ca99d560d476cc8e03828c2da53e1edd6b8956..67d44ed8d2eda712819ec8afc105ba76f5673ec4 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/GeneratorClassesResolver.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/GeneratorClassesResolver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/AbstractCoreMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/AbstractCoreMatcher.php index 187b338b4f5ea1ca8c2e7fe54d58a9470b792709..d014141a3ff891fa718f3a95dbd85ac3e9081cc5 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/AbstractCoreMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/AbstractCoreMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayDimensionMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayDimensionMatcher.php index 41c3ec10f9f814fcc13b731de107fedaa0bfea5e..d8b1753e9baf35691ca5355ecc6d1afdf6ce7ec2 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayDimensionMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayDimensionMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayGlobalMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayGlobalMatcher.php index d1b73101a49b4522b666eb53b1a0034cf28e41c8..31260767d7dad9bf4e1fccd6e341a8c7d9f9013c 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayGlobalMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ArrayGlobalMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassConstantMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassConstantMatcher.php index 43ee1d7612961e38df102da1c6d4c11813c6e760..466b0a2b3257eeeeb82db2e72c36c5cd53c433cd 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassConstantMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassConstantMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassNameMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassNameMatcher.php index 4622faa9e5a3bc5df5b1df5b63285179ecd701e4..11d8fd5157eb27e545c6b01325ec4a247268cf07 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassNameMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ClassNameMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstantMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstantMatcher.php index 0a429a0c366ecb97fa13d560f72fe3bcbc764e26..b462d5fcdc0d41db40558509e659361fdcedf78d 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstantMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstantMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcher.php index 4ffff1556f33b76b7296d6e0093decc57e76e6cb..f821bf8d097e83be8c41549eba4364b282635f90 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/FunctionCallMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/FunctionCallMatcher.php index da8704d9d0e66a4ea7737c1ad67e55ed4e560d51..da6beb9e08bb50c808f388a91ed2085877136269 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/FunctionCallMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/FunctionCallMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcher.php index aaf29baf356fcf7325fc62cb8eef9bc2868a85c5..40e4c04881b535f1db5256a25a56f961146efc74 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodAnnotationMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodAnnotationMatcher.php index 3f6a29aba95d7300212f21bba80ec38cb1ea0143..f69d7c8c7b0a7383a800376b6c86fe377544f4f4 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodAnnotationMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodAnnotationMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcher.php index eed456152887d5b689787c8eb02d79e1f0c8a127..0dc880483fcb6e55b139f5e55399c51460d28364 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcher.php index 242644b7aa812a25e25b063cb200b012b5b6cdbb..9e31d045378b69b28def728e7d7bc860c8ee715d 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcher.php index b547ffe62d1a611befd3d20c206cd2f1536cba59..7278febc90c0cd4ed54699b1cabd3f0a7d4c2ed5 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcher.php index 6fe3cb07a936544e34fe9d8bea494fbdf21935c2..b6a90876f9a5bb3385e4cae8414f182b5647cf55 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcher.php index 08e88c59484717f26cfbb05f69f33a627abf9d6a..9079e6998aa0ad503c084359d1b921c37e99af7b 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallMatcher.php index 82f7c6b21bcc92ec7dee23963e77e069706af36f..8a06e9fbc1947a44a87fa0c0a957ae5dd1ed4c44 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallStaticMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallStaticMatcher.php index 4f9b1367b014633a6ab25d6e10ec053fca43f928..c77e43540247cf846debf8600979dbe0efdb1430 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallStaticMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/MethodCallStaticMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcher.php index 3bbfcd9a3508e96d5c076d72fbd7b2cec9a51b3e..8857ec494f8fe5d271bae7a51f9903c628c49dca 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcher.php index 3b86893f0e314154cfecb21d1b081d51404bb9af..16bbb0ef72f13ffd00a41213ee736a4a17ef0165 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyProtectedMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyProtectedMatcher.php index b38d956c206d202d7b89e059f1f8d572e55d86e4..f4ffe9e95e06a2d8ba7f216f103f39f7e08a98a0 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyProtectedMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyProtectedMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyPublicMatcher.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyPublicMatcher.php index ff172eaeb489c1f60b1cf4122cf73c14c20f9271..46444d8e0732d0e7b8f869f0eaf6e970d840ce00 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyPublicMatcher.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/Matcher/PropertyPublicMatcher.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Classes/ExtensionScanner/Php/MatcherFactory.php b/typo3/sysext/install/Classes/ExtensionScanner/Php/MatcherFactory.php index c9314f6eff1ae4f913a1e0db146f8da0a3b0b59c..c21c421ed6e946964cd006682dd6574a83d340f1 100644 --- a/typo3/sysext/install/Classes/ExtensionScanner/Php/MatcherFactory.php +++ b/typo3/sysext/install/Classes/ExtensionScanner/Php/MatcherFactory.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ExtensionScanner\Php; /* diff --git a/typo3/sysext/install/Classes/Http/NotFoundRequestHandler.php b/typo3/sysext/install/Classes/Http/NotFoundRequestHandler.php index 7c4aaa5aba383e2b001de006630b669ddcfb99dd..f50550270cc7e7bfbe81e8278d1d987cdd4f48cd 100644 --- a/typo3/sysext/install/Classes/Http/NotFoundRequestHandler.php +++ b/typo3/sysext/install/Classes/Http/NotFoundRequestHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Http; /* diff --git a/typo3/sysext/install/Classes/Middleware/Installer.php b/typo3/sysext/install/Classes/Middleware/Installer.php index 9bf56ee70fe2ab8834ccf52dddf2f233a7baa9e5..744e1e1bc38a5a3e4de473a8e4ced66ce54d5648 100644 --- a/typo3/sysext/install/Classes/Middleware/Installer.php +++ b/typo3/sysext/install/Classes/Middleware/Installer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Middleware; /* diff --git a/typo3/sysext/install/Classes/Middleware/Maintenance.php b/typo3/sysext/install/Classes/Middleware/Maintenance.php index 97bc2227e45733eec169ed815467eb6dd1b90e88..7812c458136c1129d2fc7dcc1e6a66b7d6a53f4c 100644 --- a/typo3/sysext/install/Classes/Middleware/Maintenance.php +++ b/typo3/sysext/install/Classes/Middleware/Maintenance.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Middleware; /* diff --git a/typo3/sysext/install/Classes/Service/ClearTableService.php b/typo3/sysext/install/Classes/Service/ClearTableService.php index 121c5db4366cc23460f0ac43e2286bc4465be682..e4a7be903bd6f34b71618d3e5b2ff8d9bd7b9ef3 100644 --- a/typo3/sysext/install/Classes/Service/ClearTableService.php +++ b/typo3/sysext/install/Classes/Service/ClearTableService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; /* diff --git a/typo3/sysext/install/Classes/Service/CoreVersionService.php b/typo3/sysext/install/Classes/Service/CoreVersionService.php index 3eb33d0ee0bee33e7289d6e205f93216e06229da..3f036c6cc0bd2d722e33ffec100e51e4a67f0486 100644 --- a/typo3/sysext/install/Classes/Service/CoreVersionService.php +++ b/typo3/sysext/install/Classes/Service/CoreVersionService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; diff --git a/typo3/sysext/install/Classes/Service/Event/ModifyLanguagePackRemoteBaseUrlEvent.php b/typo3/sysext/install/Classes/Service/Event/ModifyLanguagePackRemoteBaseUrlEvent.php index 64e3dd8794034d23c5bdde1f52f28972a8a2c421..6e6fb0033eca0a19f5c2316430abbc50231a9d3e 100644 --- a/typo3/sysext/install/Classes/Service/Event/ModifyLanguagePackRemoteBaseUrlEvent.php +++ b/typo3/sysext/install/Classes/Service/Event/ModifyLanguagePackRemoteBaseUrlEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service\Event; /* diff --git a/typo3/sysext/install/Classes/Service/Exception/ConfigurationChangedException.php b/typo3/sysext/install/Classes/Service/Exception/ConfigurationChangedException.php index 02fd5f93a9d802904a5c1a7408464a6b87808c8f..d2d4b04f4d60c30d1cf546fa8fdd1a6772a90a84 100644 --- a/typo3/sysext/install/Classes/Service/Exception/ConfigurationChangedException.php +++ b/typo3/sysext/install/Classes/Service/Exception/ConfigurationChangedException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service\Exception; /* diff --git a/typo3/sysext/install/Classes/Service/Exception/CoreVersionServiceException.php b/typo3/sysext/install/Classes/Service/Exception/CoreVersionServiceException.php index 92c78b96a466f55fb639282685ab64b374c9ddb2..92f50fc6745a69c43b5b3e6d73dae19d38c3a7ec 100644 --- a/typo3/sysext/install/Classes/Service/Exception/CoreVersionServiceException.php +++ b/typo3/sysext/install/Classes/Service/Exception/CoreVersionServiceException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service\Exception; /* diff --git a/typo3/sysext/install/Classes/Service/Exception/RemoteFetchException.php b/typo3/sysext/install/Classes/Service/Exception/RemoteFetchException.php index cba2572cc2b87e6815cf856d165a82a20242b0af..b48f880b1c652036ed170f5362dc2d0a220c0cde 100644 --- a/typo3/sysext/install/Classes/Service/Exception/RemoteFetchException.php +++ b/typo3/sysext/install/Classes/Service/Exception/RemoteFetchException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service\Exception; /* diff --git a/typo3/sysext/install/Classes/Service/ExtensionConfigurationService.php b/typo3/sysext/install/Classes/Service/ExtensionConfigurationService.php index 9267d7073c447072e8a53668bee3b07c4af24cdc..9d7d89be5dd68f9b4cee03a338ef637aac2372ee 100644 --- a/typo3/sysext/install/Classes/Service/ExtensionConfigurationService.php +++ b/typo3/sysext/install/Classes/Service/ExtensionConfigurationService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; /* diff --git a/typo3/sysext/install/Classes/Service/LanguagePackService.php b/typo3/sysext/install/Classes/Service/LanguagePackService.php index f4975f69f36baba6011e457b61aa5a3a78f8a87f..957860ed33df492bcae90c33223e9c98cb5fba6e 100644 --- a/typo3/sysext/install/Classes/Service/LanguagePackService.php +++ b/typo3/sysext/install/Classes/Service/LanguagePackService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; /* diff --git a/typo3/sysext/install/Classes/Service/LateBootService.php b/typo3/sysext/install/Classes/Service/LateBootService.php index 2d6f0a797fbf9f4d9b80524c95082012e533cd5f..2cfb8992dd1c9d3b2a22ed330f00023faa21fd77 100644 --- a/typo3/sysext/install/Classes/Service/LateBootService.php +++ b/typo3/sysext/install/Classes/Service/LateBootService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; /* diff --git a/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php b/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php index 43118954bb85a6eb361a24bdf8e2321eacca89f2..0a9b92129012ffddc14258efdbcbc5f191aef6ae 100644 --- a/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php +++ b/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; /* diff --git a/typo3/sysext/install/Classes/Service/UpgradeWizardsService.php b/typo3/sysext/install/Classes/Service/UpgradeWizardsService.php index 68c4899419df60d76fa955313309329d760e1731..c43e0abaf11da62688caa8b940e00078b59c97a8 100644 --- a/typo3/sysext/install/Classes/Service/UpgradeWizardsService.php +++ b/typo3/sysext/install/Classes/Service/UpgradeWizardsService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Service; diff --git a/typo3/sysext/install/Classes/ServiceProvider.php b/typo3/sysext/install/Classes/ServiceProvider.php index 5de3b358796e5af661faf91a417fa16242e46fc2..8f22b2cca74edda160d48f86560a49214a773d7b 100644 --- a/typo3/sysext/install/Classes/ServiceProvider.php +++ b/typo3/sysext/install/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install; /* diff --git a/typo3/sysext/install/Classes/SystemEnvironment/Check.php b/typo3/sysext/install/Classes/SystemEnvironment/Check.php index 24c16cb59b1f89a23c8395cacc3ed337b5af1431..bd941decec2d44524f1980582f8b6c99ebc0a516 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/Check.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/Check.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck.php index a88c8d26bcd475739d7b61b4e435e537e29498b9..514dbee8f2f580bb40812360237aaf4e8cf1ec4f 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/AbstractDriver.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/AbstractDriver.php index 262b6c04cff672486a8464df2900b42c24681746..d7d124fd76be269e6266c6893df85a0bd35799f6 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/AbstractDriver.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/AbstractDriver.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/Mysqli.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/Mysqli.php index ab60d5d689cd3c84adca423022b866c8c2bb476b..0ef13a98a559c7a6cf030b46a555b08b36b55c35 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/Mysqli.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/Mysqli.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOPgSql.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOPgSql.php index 04e0423b19b32e411983d82612c85b6cc766ba1d..5fdb2142008f94638ce9c7def226723e736ef301 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOPgSql.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOPgSql.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlite.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlite.php index 1136195e1d9befbc849226cb0bf824240f88f1d9..bf2d8f68b69ec58bdcbbe68c835efabdaa185eea 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlite.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlite.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlsrv.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlsrv.php index ca1b41e34377a295f4159ee812f21940dbb50197..08304e8437e6ceabdcf09f4deabdf9000269c8e4 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlsrv.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PDOSqlsrv.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PdoMysql.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PdoMysql.php index a0358be7beacbe5361cbc037ddbd73c0690673b1..af521ab862a76c01298caff943546ea5fac9e2ab 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PdoMysql.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/PdoMysql.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/SQLSrv.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/SQLSrv.php index 736ec63563f6c67b14cdcf778a53c5a58e827ee7..a530d70435100ea0bce2b160d6a7e293fec878af 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/SQLSrv.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Driver/SQLSrv.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/AbstractPlatform.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/AbstractPlatform.php index f95a1d8311512726936a03e52359de5d89a6abf7..24d1ba3901358b10a8b402b87c5031160301510b 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/AbstractPlatform.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/AbstractPlatform.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/MySql.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/MySql.php index 501eeb845eeee9dca26121226068b5647148a8e2..01be2dcdd1a6d3a0a14019d2368ca2f824f65ac2 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/MySql.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/MySql.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PlatformCheckInterface.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PlatformCheckInterface.php index f0c0a0938d62742c51247fc8930a26638574b0c1..32908304522c3999c2dea7193c46a5b9265af67a 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PlatformCheckInterface.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PlatformCheckInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PostgreSql.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PostgreSql.php index 111414afb9afa96b65bb258ceca0f78dfec38970..928a1144cdb7960c1d4e1cf6202ff0a2aa68c8ee 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PostgreSql.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/PostgreSql.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/SqlSrv.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/SqlSrv.php index ed2728654f8f4f09ef50cb55961d18ee6ca69910..86e92ab19ec760a4dbae4d314bcdeaa0a1d1d573 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/SqlSrv.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/SqlSrv.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform; diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php index 23c8c95f4367b54018162ee5002332dd3d4a1fdb..1718084c5e7aa4096c1aa433fb0081b17af843f9 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Platform; diff --git a/typo3/sysext/install/Classes/SystemInformation/Typo3VersionMessage.php b/typo3/sysext/install/Classes/SystemInformation/Typo3VersionMessage.php index 1bf7af96a308ad0ab628d91d76b3be3f4850bfad..bc7c2c3e0512496d33a2b07a601d2a2d3216afa2 100644 --- a/typo3/sysext/install/Classes/SystemInformation/Typo3VersionMessage.php +++ b/typo3/sysext/install/Classes/SystemInformation/Typo3VersionMessage.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\SystemInformation; diff --git a/typo3/sysext/install/Classes/Updates/AdminPanelInstall.php b/typo3/sysext/install/Classes/Updates/AdminPanelInstall.php index db3d5e9e9a5de843a48bfcd0a50bf917e69f8be1..87308ac6fb73d15631bf64c0428431b45a90fe75 100644 --- a/typo3/sysext/install/Classes/Updates/AdminPanelInstall.php +++ b/typo3/sysext/install/Classes/Updates/AdminPanelInstall.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/Argon2iPasswordHashes.php b/typo3/sysext/install/Classes/Updates/Argon2iPasswordHashes.php index c2d434dccdd2a4aeba8f3ef55712651d5d9a5ae8..1558dd351977cad39cb01caefc12b5fb6a9da9f4 100644 --- a/typo3/sysext/install/Classes/Updates/Argon2iPasswordHashes.php +++ b/typo3/sysext/install/Classes/Updates/Argon2iPasswordHashes.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/BackendLayoutIconUpdateWizard.php b/typo3/sysext/install/Classes/Updates/BackendLayoutIconUpdateWizard.php index e983bc57337935a25f5e56372636fda8cdb7e4c9..9b98a0815052c12c8cf208e743034ff002f19f46 100644 --- a/typo3/sysext/install/Classes/Updates/BackendLayoutIconUpdateWizard.php +++ b/typo3/sysext/install/Classes/Updates/BackendLayoutIconUpdateWizard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /** diff --git a/typo3/sysext/install/Classes/Updates/BackendUserConfigurationUpdate.php b/typo3/sysext/install/Classes/Updates/BackendUserConfigurationUpdate.php index 801e3024c48b632be200e6d45ba41e9ab070521d..2ee23ad3de62016638896e4b270c8e61142151db 100644 --- a/typo3/sysext/install/Classes/Updates/BackendUserConfigurationUpdate.php +++ b/typo3/sysext/install/Classes/Updates/BackendUserConfigurationUpdate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/ChattyInterface.php b/typo3/sysext/install/Classes/Updates/ChattyInterface.php index 1e98f875ce97cf2c6c3c41858a23e299011fcb9d..fe5666f04be83ac5f540bb9c95379f58f167f809 100644 --- a/typo3/sysext/install/Classes/Updates/ChattyInterface.php +++ b/typo3/sysext/install/Classes/Updates/ChattyInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/ConfirmableInterface.php b/typo3/sysext/install/Classes/Updates/ConfirmableInterface.php index ed7ebb49f3cdc4df59ef8c52eb3ec102169eb4d4..f2ba762d0bcff8c13973c36df3cfdf0fca578c4e 100644 --- a/typo3/sysext/install/Classes/Updates/ConfirmableInterface.php +++ b/typo3/sysext/install/Classes/Updates/ConfirmableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/Confirmation.php b/typo3/sysext/install/Classes/Updates/Confirmation.php index c0950d3c0c5a63679f5b832069f438acf5226d4e..16eb321259c1b6ebeaded11c63f2f54f8c8d4f67 100644 --- a/typo3/sysext/install/Classes/Updates/Confirmation.php +++ b/typo3/sysext/install/Classes/Updates/Confirmation.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php b/typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php index c4fcfd1a3cc7510111301604b98dbb813923bc95..ad2e83b685cb7fd915f1c2a34b08dc20302e9636 100644 --- a/typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php +++ b/typo3/sysext/install/Classes/Updates/DatabaseRowsUpdateWizard.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/DatabaseUpdatedPrerequisite.php b/typo3/sysext/install/Classes/Updates/DatabaseUpdatedPrerequisite.php index 1c77a28b21a95921cfe0588cb2d15f94f1d97bda..3a46ff94b3310a59b0b12d15827aa791b642f5ba 100644 --- a/typo3/sysext/install/Classes/Updates/DatabaseUpdatedPrerequisite.php +++ b/typo3/sysext/install/Classes/Updates/DatabaseUpdatedPrerequisite.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/ExtensionModel.php b/typo3/sysext/install/Classes/Updates/ExtensionModel.php index 006bddb2aeffa786b076ad62013257f0a43e21f2..0d582fffd209f461948ba3cf7a856bcbd2fd7b09 100644 --- a/typo3/sysext/install/Classes/Updates/ExtensionModel.php +++ b/typo3/sysext/install/Classes/Updates/ExtensionModel.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayBeGroupsAccessRights.php b/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayBeGroupsAccessRights.php index 5c38197b0a7c2b99879986033875908acf4648d2..7616a6abf1259a7ef3606cf8b2404f900a747ea5 100644 --- a/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayBeGroupsAccessRights.php +++ b/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayBeGroupsAccessRights.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayUpdate.php b/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayUpdate.php index cd293e19b14c7e5ea280eec1b91750369bd7a2cf..3e68ee97e535ce7c347f7d7d06e4a0e63ced7824 100644 --- a/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayUpdate.php +++ b/typo3/sysext/install/Classes/Updates/MigratePagesLanguageOverlayUpdate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/MigrateUrlTypesInPagesUpdate.php b/typo3/sysext/install/Classes/Updates/MigrateUrlTypesInPagesUpdate.php index 55f2e38396c5dfa61861af28b962245a94067793..c7c682b8abcd301b3acdfc88ddac23d8b8346405 100644 --- a/typo3/sysext/install/Classes/Updates/MigrateUrlTypesInPagesUpdate.php +++ b/typo3/sysext/install/Classes/Updates/MigrateUrlTypesInPagesUpdate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/PopulatePageSlugs.php b/typo3/sysext/install/Classes/Updates/PopulatePageSlugs.php index b5650189620bb6223776aed1312f74e2ba6f8f88..6289cf3bc9225d06dee0617da3cd176e26f5cb80 100644 --- a/typo3/sysext/install/Classes/Updates/PopulatePageSlugs.php +++ b/typo3/sysext/install/Classes/Updates/PopulatePageSlugs.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/PrerequisiteCollection.php b/typo3/sysext/install/Classes/Updates/PrerequisiteCollection.php index 385ef3f85ac64593048959f007fa1c1a083ff356..6b6969311b95c9295e53215c70e3fd55357921ca 100644 --- a/typo3/sysext/install/Classes/Updates/PrerequisiteCollection.php +++ b/typo3/sysext/install/Classes/Updates/PrerequisiteCollection.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/PrerequisiteInterface.php b/typo3/sysext/install/Classes/Updates/PrerequisiteInterface.php index 3334f53c648913be89381e7cadaa13c099162bdb..a4271caba42ba4f80533807a4ad8db25f50bc5dc 100644 --- a/typo3/sysext/install/Classes/Updates/PrerequisiteInterface.php +++ b/typo3/sysext/install/Classes/Updates/PrerequisiteInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php b/typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php index c2ae16412e3c2c704a7ec7464533fd6bec155db0..c095c117f116cf43d4009b7a6f5bd9766e41921a 100644 --- a/typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php +++ b/typo3/sysext/install/Classes/Updates/RedirectsExtensionUpdate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/ReferenceIndexUpdatedPrerequisite.php b/typo3/sysext/install/Classes/Updates/ReferenceIndexUpdatedPrerequisite.php index ef0b4fdf2c84e8a44597f77272548a3418df954b..92ed88e6d65cf59eec60f0260bec3fefaae73b29 100644 --- a/typo3/sysext/install/Classes/Updates/ReferenceIndexUpdatedPrerequisite.php +++ b/typo3/sysext/install/Classes/Updates/ReferenceIndexUpdatedPrerequisite.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/RepeatableInterface.php b/typo3/sysext/install/Classes/Updates/RepeatableInterface.php index 7368cb31ff94cffd1d3461a7323845c57e797900..b4126851bd039a568ddd045c18b8b07aabff8b14 100644 --- a/typo3/sysext/install/Classes/Updates/RepeatableInterface.php +++ b/typo3/sysext/install/Classes/Updates/RepeatableInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; diff --git a/typo3/sysext/install/Classes/Updates/RowUpdater/RowUpdaterInterface.php b/typo3/sysext/install/Classes/Updates/RowUpdater/RowUpdaterInterface.php index 27dfd85e8131b7ac7ec0ebab0d758d653ee646a3..deedbff37bfd5ab83591628c536fb2b3163ad076 100644 --- a/typo3/sysext/install/Classes/Updates/RowUpdater/RowUpdaterInterface.php +++ b/typo3/sysext/install/Classes/Updates/RowUpdater/RowUpdaterInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates\RowUpdater; /* diff --git a/typo3/sysext/install/Classes/Updates/SeparateSysHistoryFromSysLogUpdate.php b/typo3/sysext/install/Classes/Updates/SeparateSysHistoryFromSysLogUpdate.php index 017e0d69139848e675468352a08b31a4a4d9c02c..abc827f94c0f8b7360b71f74e0aa64fd4b5b134f 100644 --- a/typo3/sysext/install/Classes/Updates/SeparateSysHistoryFromSysLogUpdate.php +++ b/typo3/sysext/install/Classes/Updates/SeparateSysHistoryFromSysLogUpdate.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/Updates/UpgradeWizardInterface.php b/typo3/sysext/install/Classes/Updates/UpgradeWizardInterface.php index e02467e801417d98f14c9a4621ca5750d3a4214f..b3f400e318d354edf5c78e973b66cdfdcc38937f 100644 --- a/typo3/sysext/install/Classes/Updates/UpgradeWizardInterface.php +++ b/typo3/sysext/install/Classes/Updates/UpgradeWizardInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Updates; /* diff --git a/typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php b/typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php index d48b4d15c90a140d74401f302a7d380193d43f9d..b3453c2cc56f2a77b7a0457a20e2b07dfaa7fa88 100644 --- a/typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php +++ b/typo3/sysext/install/Classes/UpgradeAnalysis/DocumentationFile.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\UpgradeAnalysis; diff --git a/typo3/sysext/install/Classes/ViewHelpers/Format/NoSpaceViewHelper.php b/typo3/sysext/install/Classes/ViewHelpers/Format/NoSpaceViewHelper.php index 41fbebd7b6106f891456efbe8c8bfcd15eb4f50c..c0570c8f04df3016064e5d8cba3f45da2732df9b 100644 --- a/typo3/sysext/install/Classes/ViewHelpers/Format/NoSpaceViewHelper.php +++ b/typo3/sysext/install/Classes/ViewHelpers/Format/NoSpaceViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\ViewHelpers\Format; /* diff --git a/typo3/sysext/install/Tests/Functional/Service/Typo3tempFileServiceTest.php b/typo3/sysext/install/Tests/Functional/Service/Typo3tempFileServiceTest.php index f962f696fa5f1ef5b46dcacafd9176523a04e8a6..0da9c7fcf4d4c5d1a5d20dea9dde068ae44366dd 100644 --- a/typo3/sysext/install/Tests/Functional/Service/Typo3tempFileServiceTest.php +++ b/typo3/sysext/install/Tests/Functional/Service/Typo3tempFileServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Functional\Service; /* diff --git a/typo3/sysext/install/Tests/Unit/Controller/UpgradeControllerTest.php b/typo3/sysext/install/Tests/Unit/Controller/UpgradeControllerTest.php index 5c9aa661b3c1d8532a10128fe6b60bc447f8b791..be483d2f1efd1c89176ed6748ae3bc3a04417b98 100644 --- a/typo3/sysext/install/Tests/Unit/Controller/UpgradeControllerTest.php +++ b/typo3/sysext/install/Tests/Unit/Controller/UpgradeControllerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\Controller; diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/CodeStatisticsTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/CodeStatisticsTest.php index e1848e9a0f1f3051e81bfc0cd729db44036ae8ed..8d88175b16f881562795137fb208a7b000a3f913 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/CodeStatisticsTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/CodeStatisticsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Fixtures/CodeStatisticsFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Fixtures/CodeStatisticsFixture.php index 40dc11e5f29076c87d3177444dd986c1096b154d..0a53c6dc1ea9fb2297fc599c6d5bd535d7ddd442 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Fixtures/CodeStatisticsFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Fixtures/CodeStatisticsFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Fixtures; /** diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/GeneratorClassesResolverTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/GeneratorClassesResolverTest.php index 45a21c1d0528c3f4903f829a8355e17220da8513..4e2a62fd2c4a9ed91df17bb64c6a30e4b9dd90bc 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/GeneratorClassesResolverTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/GeneratorClassesResolverTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/AbstractCoreMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/AbstractCoreMatcherTest.php index ee7d670bc8ce35cb8041e989d87f6b0951fc7086..ae4ae18e873065d582c762be893c7fe96f8a5f6f 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/AbstractCoreMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/AbstractCoreMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayDimensionMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayDimensionMatcherTest.php index 13d19687baea05d6158f319ee5d0746bbc89745c..510f07bf3120d5db04955ecbdaeee568d0ee6691 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayDimensionMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayDimensionMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayGlobalMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayGlobalMatcherTest.php index 10699f88791cb57f9c5f646b3bcf78cd2c29970f..186130aeddf18ebce43960d99f4ef8970fe788f0 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayGlobalMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ArrayGlobalMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassConstantMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassConstantMatcherTest.php index 020ba459b917eeadc2e5ea0dbe0e154bae9b4012..93f48eeee124c6daa90522ae38c6998ec451c78d 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassConstantMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassConstantMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassNameMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassNameMatcherTest.php index 118593a7ebfdd4e949403f75b3b6d2f2a0aefa4e..1c6201cd59317c25b1534867c96fe8810fd19f99 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassNameMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ClassNameMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstantMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstantMatcherTest.php index 0920c007b12d7b322081702cc1cf814e42f03f58..92ba2b9859356c8f032d68ae5c14562858e5f78c 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstantMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstantMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcherTest.php index 4d1409578a2a517fd1b5638d75a1d7bdcff6a81c..a39c8bea17558c36fc98828b78996f2c6ab7aa52 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/ConstructorArgumentMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayDimensionMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayDimensionMatcherFixture.php index ef300b07d5a6b6382a412d0e61622ad0b38b9ae7..10e7661194912ddd42da85bb0913eeb7c68833fc 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayDimensionMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayDimensionMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayGlobalMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayGlobalMatcherFixture.php index 89d63a815bb36f226b16f6c49382e8582f41a1c9..1f5efccd35ed72c2fd9deec954f060659d6c65cc 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayGlobalMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ArrayGlobalMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassConstantMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassConstantMatcherFixture.php index 3fb0397342ad839dcaf3d5920a5b6681744141d2..d577569ac8bfed1e0e6ee4f3a6e3cb0ecb7a711b 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassConstantMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassConstantMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassNameMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassNameMatcherFixture.php index 535755e0e2da9004f1f6b8e6a324c86842a4b423..a0726847d84d6f1f628a4fd54ccf2f8c3f0d1fb2 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassNameMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ClassNameMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstantMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstantMatcherFixture.php index d48b63331fe80b285f59e9f5ad48979d417107ff..2d2d82283a0c8614f92e08f0f380011d59ce7b90 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstantMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstantMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstructorArgumentMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstructorArgumentMatcherFixture.php index 955f4900a331ad89a938c7f5f7ea69e8e30b51ee..21b3531289ee7a56ebc20a2a45938bada4f96854 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstructorArgumentMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/ConstructorArgumentMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php index f49fbb93f8628e548230bf97ae9442065de42712..68ff5c82c58c7718c885368625232e3f3d6c8305 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/FunctionCallMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/InterfaceMethodChangedMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/InterfaceMethodChangedMatcherFixture.php index 0d63e994251ce2c520e5e5c18c0b426c2abd8931..58a1ccf00c9dd12fd3228252e077876a8c30b38f 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/InterfaceMethodChangedMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/InterfaceMethodChangedMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodAnnotationMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodAnnotationMatcherFixture.php index bed079f4333a40ee6f6831b77a8222394e6b69ae..cc6f0450f7a465108227bc95cab5700db1c80f35 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodAnnotationMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodAnnotationMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedMatcherFixture.php index f619f6355e8fd70286f7b87281c1bc0388fe0164..b84dc75e04195cd0c6847d79f1d58df342cf8928 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedStaticMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedStaticMatcherFixture.php index 32f5696f5f32f66ff69e439e299aa2075cd8b777..e8339d80bd9157261c5b26224957117378805a3b 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedStaticMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentDroppedStaticMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredMatcherFixture.php index d9db5344c1ae3a339e3aaa70276086169bf09b30..5bac65225d45545f109964e46d4ca31d49c212b6 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredStaticMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredStaticMatcherFixture.php index 48d92b9cc470840ba6f22539c7c2717fe59f9e49..b7895b73626a6c84b18a43b06bcd9f9ad24a427f 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredStaticMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentRequiredStaticMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentUnusedMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentUnusedMatcherFixture.php index 374aba6e3e730c2902bab0f71f673a8ac31e60f5..5de10fc53908edba89af61b32e004c2dc2b9201e 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentUnusedMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodArgumentUnusedMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php index f075c614c34a48d8cb74f4ca8cd6c7b8e542130d..9a37e11ce186eb0ecdee3fadd7b1233676ec2014 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallStaticMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallStaticMatcherFixture.php index b026d543077bd72a2010d701da4791187daf47bd..770c358018e86e821fb7dce7854cc760b1171bc1 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallStaticMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/MethodCallStaticMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyAnnotationMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyAnnotationMatcherFixture.php index 9149ee4fa845e308d6c067ac90f7905210ebad84..1e4d9968dc5f025d02dc12e25f80eb93f8f4196c 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyAnnotationMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyAnnotationMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyExistsStaticMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyExistsStaticMatcherFixture.php index d93e244c36e17956cc54664aba2e3e81a91a4a6b..d244d84c5d56d2cbe1460f8a962b80341fd122f6 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyExistsStaticMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyExistsStaticMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyProtectedMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyProtectedMatcherFixture.php index 408ca448ca39f0abf5c7de6ee1cecffeadabdc4a..842d9cae9e568243f907c13c91c41f8d71fac830 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyProtectedMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyProtectedMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyPublicMatcherFixture.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyPublicMatcherFixture.php index ca87fac8321003c0ff1a88a239b3d70e543f92cc..10c4a17714e57a605eb93466c9f937945e63f45f 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyPublicMatcherFixture.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/PropertyPublicMatcherFixture.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/Subject.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/Subject.php index 11f474c89d2761e01bbe715e1790e4e6d21c0ce5..1ebe5b508306234c760516b8cb2db8e9d238992b 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/Subject.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/Fixtures/Subject.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher\Fixtures; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php index 2932cbd9431df9b689dc38e6d4184fdbcba46e2c..41cf134dffcdb42aa4734e5cedfe414169892547 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/FunctionCallMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcherTest.php index 301eea7c372485ccc631d997658a246635f7d4be..cefc5da6e8790476ed6f7c5042ef848445a89db3 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/InterfaceMethodChangedMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodAnnotationMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodAnnotationMatcherTest.php index 8a77f7d6dca38d479d54ad4cc89d369d0d1878f1..783ae80caa49c5047a17177a14d59de10171597c 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodAnnotationMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodAnnotationMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcherTest.php index c90e2a73f28f0bbeee0a6df60a8c4b65523dca92..81f6db0d3b9bb8d1824872968fec31e1ccd07d7a 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcherTest.php index 06376bdb33357b2ff75719909c5c9b8e4c0d6984..a631cb69d046fc1b4ed9cb32204c7da509fe226d 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentDroppedStaticMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcherTest.php index 21303565513b8c4ca21e278d40ab40322df92f0a..30cf87ab1dae22234fccda893e2a23a87391b30f 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcherTest.php index 0642f2ab1085eb42f0cfd5f1c578d6a47db5f2f9..230a272fcda2e54f30a87218a347b543e7deb98f 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentRequiredStaticMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcherTest.php index 34440fc30698a5fa36d894a292fbe6d3229a6fce..0258d9b1d492f3ae5634506e75122b5820a219c7 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodArgumentUnusedMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallMatcherTest.php index bb5ef43c6955ada728c8db008d2a7c6b39ca9736..af56ba728c0892736db0a185eadc9adb32a3ed0e 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallStaticMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallStaticMatcherTest.php index ae3468b3301933f2e8ed178dbb247169840f6bbb..180891680deea1cee71969c958a51017a0f0c584 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallStaticMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/MethodCallStaticMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcherTest.php index 9fdc4b017cdcd375563cc0236d201e010aff17b3..174d76dc4f462c13d412ab00fe6fe2ff80bbedef 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyAnnotationMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcherTest.php index faad6bc7ca5b6405c3364709e1572e7327a1e5f4..1d799ab0d5cbb81037e27e7103a7d7099a6cb837 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyExistsStaticMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyProtectedMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyProtectedMatcherTest.php index a57972c6fd87b572c80f7fecbd9d35169e2222a0..f63412da6fd8bb398001f382743d302f27dbf0e2 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyProtectedMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyProtectedMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyPublicMatcherTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyPublicMatcherTest.php index a9916cf0eef46d24b3966132bbbfa3875d971dec..dc2dea4482ac9319dfc12c1d5aaa5ac6bd901686 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyPublicMatcherTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/Matcher/PropertyPublicMatcherTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php\Matcher; /* diff --git a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/MatcherFactoryTest.php b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/MatcherFactoryTest.php index 67891133cfbfda3072cdf13002df3194265758c0..505c0d39972f40241c3ad776d70e6569d905a372 100644 --- a/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/MatcherFactoryTest.php +++ b/typo3/sysext/install/Tests/Unit/ExtensionScanner/Php/MatcherFactoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\ExtensionScanner\Php; /* diff --git a/typo3/sysext/install/Tests/Unit/FolderStructure/LinkNodeTest.php b/typo3/sysext/install/Tests/Unit/FolderStructure/LinkNodeTest.php index 513d03355ccba79b389e35fe8efcc9b6169e47f3..e6569b91b89297a6f5a77de111808cc4c73f467a 100644 --- a/typo3/sysext/install/Tests/Unit/FolderStructure/LinkNodeTest.php +++ b/typo3/sysext/install/Tests/Unit/FolderStructure/LinkNodeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\FolderStructure; /* diff --git a/typo3/sysext/install/Tests/Unit/Service/CoreVersionServiceTest.php b/typo3/sysext/install/Tests/Unit/Service/CoreVersionServiceTest.php index b3145fed5659b82f1b821b9e2151378dbd7d5020..3593cc37fe08f1687bf0e1aad1c5985064570757 100644 --- a/typo3/sysext/install/Tests/Unit/Service/CoreVersionServiceTest.php +++ b/typo3/sysext/install/Tests/Unit/Service/CoreVersionServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\Service; diff --git a/typo3/sysext/install/Tests/Unit/Service/SilentConfigurationUpgradeServiceTest.php b/typo3/sysext/install/Tests/Unit/Service/SilentConfigurationUpgradeServiceTest.php index a9be8e69baa1fb7eea392e792357c87115f167f2..9fd14a9428cc67747aa8265672706a6b2f5c86db 100644 --- a/typo3/sysext/install/Tests/Unit/Service/SilentConfigurationUpgradeServiceTest.php +++ b/typo3/sysext/install/Tests/Unit/Service/SilentConfigurationUpgradeServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\Service; /* diff --git a/typo3/sysext/install/Tests/Unit/UpgradeAnalysis/DocumentationFileTest.php b/typo3/sysext/install/Tests/Unit/UpgradeAnalysis/DocumentationFileTest.php index a3d01b7903199f22b45750a22947ddc3779f65ec..f70175315621d9fa7134b87813e962d241095bf1 100644 --- a/typo3/sysext/install/Tests/Unit/UpgradeAnalysis/DocumentationFileTest.php +++ b/typo3/sysext/install/Tests/Unit/UpgradeAnalysis/DocumentationFileTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Install\Tests\Unit\UpgradeAnalysis; diff --git a/typo3/sysext/linkvalidator/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/linkvalidator/Classes/Compatibility/SlotReplacement.php index 9bf46d91cdcd8505cf526bd77c130045ea7a4e89..8a6e2166bb19f6ab11be629745b476dafda2e80e 100644 --- a/typo3/sysext/linkvalidator/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/linkvalidator/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\Compatibility; /* diff --git a/typo3/sysext/linkvalidator/Classes/Event/BeforeRecordIsAnalyzedEvent.php b/typo3/sysext/linkvalidator/Classes/Event/BeforeRecordIsAnalyzedEvent.php index 52ce7443cbbe5a5dd333cbf524ef8d49f4c5df3f..d1a516d09ed59bb347e1dec5fc7a7ce8e3f9e238 100644 --- a/typo3/sysext/linkvalidator/Classes/Event/BeforeRecordIsAnalyzedEvent.php +++ b/typo3/sysext/linkvalidator/Classes/Event/BeforeRecordIsAnalyzedEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\Event; /* diff --git a/typo3/sysext/linkvalidator/Classes/EventListener/CheckBrokenRteLinkEventListener.php b/typo3/sysext/linkvalidator/Classes/EventListener/CheckBrokenRteLinkEventListener.php index 3075309466bd8b3d2939b5bfd38de05d8c58a42c..e82af0ec4a2cb21e1b7977c8edac028b41f5cee7 100644 --- a/typo3/sysext/linkvalidator/Classes/EventListener/CheckBrokenRteLinkEventListener.php +++ b/typo3/sysext/linkvalidator/Classes/EventListener/CheckBrokenRteLinkEventListener.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\EventListener; /* diff --git a/typo3/sysext/linkvalidator/Classes/QueryRestrictions/EditableRestriction.php b/typo3/sysext/linkvalidator/Classes/QueryRestrictions/EditableRestriction.php index 9d6a6d1138a9cfa2d513aa52dd7b9006c15e421d..8d67a3e8c3baeb56de4ce518d73aa518498b62a3 100644 --- a/typo3/sysext/linkvalidator/Classes/QueryRestrictions/EditableRestriction.php +++ b/typo3/sysext/linkvalidator/Classes/QueryRestrictions/EditableRestriction.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\QueryRestrictions; diff --git a/typo3/sysext/linkvalidator/Classes/Repository/BrokenLinkRepository.php b/typo3/sysext/linkvalidator/Classes/Repository/BrokenLinkRepository.php index 38c85c01dffc95b5969774f6c676a7763695f76f..377b793a04988d768e275b6231bb948ea3312775 100644 --- a/typo3/sysext/linkvalidator/Classes/Repository/BrokenLinkRepository.php +++ b/typo3/sysext/linkvalidator/Classes/Repository/BrokenLinkRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\Repository; diff --git a/typo3/sysext/linkvalidator/Tests/Functional/LinkAnalyzerTest.php b/typo3/sysext/linkvalidator/Tests/Functional/LinkAnalyzerTest.php index 0be72c803558ba123f74dcad3f3c936e93144451..0bb2ae6afe9c576f073b16824eb81c9988633621 100644 --- a/typo3/sysext/linkvalidator/Tests/Functional/LinkAnalyzerTest.php +++ b/typo3/sysext/linkvalidator/Tests/Functional/LinkAnalyzerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\Tests\Functional; diff --git a/typo3/sysext/linkvalidator/Tests/Functional/Repository/BrokenLinkRepositoryTest.php b/typo3/sysext/linkvalidator/Tests/Functional/Repository/BrokenLinkRepositoryTest.php index f20339ae519e7e36c4dc3e968b075903959d8714..3006bb17b17bf01a54590f62cc866d000736236a 100644 --- a/typo3/sysext/linkvalidator/Tests/Functional/Repository/BrokenLinkRepositoryTest.php +++ b/typo3/sysext/linkvalidator/Tests/Functional/Repository/BrokenLinkRepositoryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\Tests\Functional\Repository; diff --git a/typo3/sysext/linkvalidator/Tests/Unit/Linktype/ExternalLinktypeTest.php b/typo3/sysext/linkvalidator/Tests/Unit/Linktype/ExternalLinktypeTest.php index 5c49658ebdbb406a18abfe2406ab242c314020a9..cf4ca109e0d339099eb813d3a3d4452447bfc45f 100644 --- a/typo3/sysext/linkvalidator/Tests/Unit/Linktype/ExternalLinktypeTest.php +++ b/typo3/sysext/linkvalidator/Tests/Unit/Linktype/ExternalLinktypeTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Linkvalidator\Tests\Unit\Linktype; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php b/typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php index 113577be4c6ccfa021ecfbc95de3324851720140..fb9df2b378220d4040e59ffc42b2adf7821cb2de 100644 --- a/typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/CleanFlexFormsCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php b/typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php index 7db1265c32cca677a7dc7415c0d762097d202588..1fc25d5389d4d3f65b9db83a62d2aa5a9e197004 100644 --- a/typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/DeletedRecordsCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php b/typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php index 35ba5842105e190783a86b2196d8ec03330808fc..7806e69a891f3526865f9117d61ab7c39918952e 100644 --- a/typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/FilesWithMultipleReferencesCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php b/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php index 02996c829b2e5b192f1eb831c5dfc54ff4fa22a7..3014f7347ad84d5c0a0d187b32ed4005d2f47658 100644 --- a/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php b/typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php index aa9ce38da0d13a9295bd121bde0e88e0847afa0d..969c3bfbc1c0783f4b75868a7a59f6fbf901baf1 100644 --- a/typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/MissingFilesCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php b/typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php index 926e574ee2d0bf196be5f37391d2ff93d04d5103..707a20157b57e3da29b80264af612831566c05dd 100644 --- a/typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/MissingRelationsCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php b/typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php index c264ed27e5578226e35f2f3e8b4fee4b9312fed4..7f8d7e3f9c809d225a180a67b3fb2b2205ca31b4 100644 --- a/typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/OrphanRecordsCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Command; /* diff --git a/typo3/sysext/lowlevel/Classes/Controller/ConfigurationController.php b/typo3/sysext/lowlevel/Classes/Controller/ConfigurationController.php index 947fdbf1c8bd21a7e0d565b4e66f5886ce5256f2..f5aaa9e27a56d61e06486171d8850cfd415dbeb0 100644 --- a/typo3/sysext/lowlevel/Classes/Controller/ConfigurationController.php +++ b/typo3/sysext/lowlevel/Classes/Controller/ConfigurationController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel\Controller; /* diff --git a/typo3/sysext/lowlevel/Classes/ServiceProvider.php b/typo3/sysext/lowlevel/Classes/ServiceProvider.php index ee78162baca283a21d2735325db858df631b1dc4..63f4252aa4e885c014db2bdeb2af2b21c9f6cac5 100644 --- a/typo3/sysext/lowlevel/Classes/ServiceProvider.php +++ b/typo3/sysext/lowlevel/Classes/ServiceProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Lowlevel; /* diff --git a/typo3/sysext/opendocs/Classes/Backend/ToolbarItems/OpendocsToolbarItem.php b/typo3/sysext/opendocs/Classes/Backend/ToolbarItems/OpendocsToolbarItem.php index f8d96903146c443e388d5b771ed7e264c4c3ba94..d05b3777a85283bef27889150a93d2f65f541982 100644 --- a/typo3/sysext/opendocs/Classes/Backend/ToolbarItems/OpendocsToolbarItem.php +++ b/typo3/sysext/opendocs/Classes/Backend/ToolbarItems/OpendocsToolbarItem.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Opendocs\Backend\ToolbarItems; /* diff --git a/typo3/sysext/opendocs/Classes/Controller/OpenDocumentController.php b/typo3/sysext/opendocs/Classes/Controller/OpenDocumentController.php index f249c31ff7b1eee7f5129ed0fa39b93c461e20ec..481bc4e3a4a1b7d7df25f750a3b048ff728ce5f8 100644 --- a/typo3/sysext/opendocs/Classes/Controller/OpenDocumentController.php +++ b/typo3/sysext/opendocs/Classes/Controller/OpenDocumentController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Opendocs\Controller; /* diff --git a/typo3/sysext/opendocs/Classes/Service/OpenDocumentService.php b/typo3/sysext/opendocs/Classes/Service/OpenDocumentService.php index 55583cd29d4b8f473f4e2ec30846c3cf46398ea9..c5dbc2b37c617815edfcda5988786fd59dd02272 100644 --- a/typo3/sysext/opendocs/Classes/Service/OpenDocumentService.php +++ b/typo3/sysext/opendocs/Classes/Service/OpenDocumentService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Opendocs\Service; /* diff --git a/typo3/sysext/opendocs/Tests/Unit/Service/OpenDocumentServiceTest.php b/typo3/sysext/opendocs/Tests/Unit/Service/OpenDocumentServiceTest.php index cdbb3624c109e7b887b9cae66c422b08117fc12e..a1f39f0e3cb8ae43281cfaaa7659c5dd0e44bd53 100644 --- a/typo3/sysext/opendocs/Tests/Unit/Service/OpenDocumentServiceTest.php +++ b/typo3/sysext/opendocs/Tests/Unit/Service/OpenDocumentServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Opendocs\Tests\Unit\Service; /* diff --git a/typo3/sysext/recordlist/Classes/Browser/RecordBrowser.php b/typo3/sysext/recordlist/Classes/Browser/RecordBrowser.php index 89350295b14c128f99e0bcb344a6ac1f82e82c25..50cd3ce77e7b45b7e88d9833299568b3e2bcaac3 100644 --- a/typo3/sysext/recordlist/Classes/Browser/RecordBrowser.php +++ b/typo3/sysext/recordlist/Classes/Browser/RecordBrowser.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\Browser; /* diff --git a/typo3/sysext/recordlist/Classes/Controller/ClearPageCacheController.php b/typo3/sysext/recordlist/Classes/Controller/ClearPageCacheController.php index 9824fdf98962ed47b720adbac2acd8cdafd1da27..ec5339de0393f4129eeabd7b4202fda58892c355 100644 --- a/typo3/sysext/recordlist/Classes/Controller/ClearPageCacheController.php +++ b/typo3/sysext/recordlist/Classes/Controller/ClearPageCacheController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\Controller; /* diff --git a/typo3/sysext/recordlist/Classes/LinkHandler/RecordLinkHandler.php b/typo3/sysext/recordlist/Classes/LinkHandler/RecordLinkHandler.php index cadf093864193b831f765f5bfa0ac4fb2cb10b10..e5fc6c806ec229577da0ecac8d02775d8c774ee1 100644 --- a/typo3/sysext/recordlist/Classes/LinkHandler/RecordLinkHandler.php +++ b/typo3/sysext/recordlist/Classes/LinkHandler/RecordLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\LinkHandler; /* diff --git a/typo3/sysext/recordlist/Classes/LinkHandler/TelephoneLinkHandler.php b/typo3/sysext/recordlist/Classes/LinkHandler/TelephoneLinkHandler.php index 9e7a29d295b1955f363728e69ba98041a7750037..67b11fe12a43a1c2792c1d1aa827f272d8779b01 100644 --- a/typo3/sysext/recordlist/Classes/LinkHandler/TelephoneLinkHandler.php +++ b/typo3/sysext/recordlist/Classes/LinkHandler/TelephoneLinkHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\LinkHandler; /* diff --git a/typo3/sysext/recordlist/Classes/Tree/View/RecordBrowserPageTreeView.php b/typo3/sysext/recordlist/Classes/Tree/View/RecordBrowserPageTreeView.php index 9822d43a96156dab261f9293672d1fa4cebadbaa..7d6a1958641c348efe34588d227e0ec2b09e9ea2 100644 --- a/typo3/sysext/recordlist/Classes/Tree/View/RecordBrowserPageTreeView.php +++ b/typo3/sysext/recordlist/Classes/Tree/View/RecordBrowserPageTreeView.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\Tree\View; /* diff --git a/typo3/sysext/recordlist/Tests/Unit/Browser/FileBrowserTest.php b/typo3/sysext/recordlist/Tests/Unit/Browser/FileBrowserTest.php index 160644b0799665715981d21fba091c87978403dc..152ad14c05689360f9aa733a1b8980d8f44734d4 100644 --- a/typo3/sysext/recordlist/Tests/Unit/Browser/FileBrowserTest.php +++ b/typo3/sysext/recordlist/Tests/Unit/Browser/FileBrowserTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\Tests\Unit\Browser; diff --git a/typo3/sysext/recordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php b/typo3/sysext/recordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php index efc4932279e62abf4ae06e686933a002e09f9d06..2c6fc18a13030f10095a3b2525c9afb1d0557ed5 100644 --- a/typo3/sysext/recordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php +++ b/typo3/sysext/recordlist/Tests/Unit/RecordList/DatabaseRecordListTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Recordlist\Tests\Unit\RecordList; /* diff --git a/typo3/sysext/redirects/Classes/Command/CheckIntegrityCommand.php b/typo3/sysext/redirects/Classes/Command/CheckIntegrityCommand.php index e93ed70b6ae4a78ecec11d06b35bdba14060fba3..3fc449ead4b62ed09042af5205781de32183e484 100644 --- a/typo3/sysext/redirects/Classes/Command/CheckIntegrityCommand.php +++ b/typo3/sysext/redirects/Classes/Command/CheckIntegrityCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Command; /* diff --git a/typo3/sysext/redirects/Classes/Controller/ManagementController.php b/typo3/sysext/redirects/Classes/Controller/ManagementController.php index 54b8bb4203c351042ce1432e7959583a19540f52..0aae7e28311e7e57677bcd60ac9609450881a444 100644 --- a/typo3/sysext/redirects/Classes/Controller/ManagementController.php +++ b/typo3/sysext/redirects/Classes/Controller/ManagementController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Controller; /* diff --git a/typo3/sysext/redirects/Classes/Controller/RecordHistoryRollbackController.php b/typo3/sysext/redirects/Classes/Controller/RecordHistoryRollbackController.php index 0e55788eec5b37842720ecaddb9e0fad2e61e376..73cda95c02b52b22020d46c515224b6f4d53ce44 100644 --- a/typo3/sysext/redirects/Classes/Controller/RecordHistoryRollbackController.php +++ b/typo3/sysext/redirects/Classes/Controller/RecordHistoryRollbackController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Controller; /* diff --git a/typo3/sysext/redirects/Classes/Evaluation/SourceHost.php b/typo3/sysext/redirects/Classes/Evaluation/SourceHost.php index 7f19855f95426a3b2624526afb600ad9f4db1316..091f7d05b81f0a6a353c43779e3633507a1edfb8 100644 --- a/typo3/sysext/redirects/Classes/Evaluation/SourceHost.php +++ b/typo3/sysext/redirects/Classes/Evaluation/SourceHost.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Evaluation; diff --git a/typo3/sysext/redirects/Classes/EventListener/RecordHistoryRollbackEventsListener.php b/typo3/sysext/redirects/Classes/EventListener/RecordHistoryRollbackEventsListener.php index 49367a90c7f2b4f0c80ddcdec9b06a4acb4a4e84..1f3c4899cab2005bb11609b486e91ec9bb886e0e 100644 --- a/typo3/sysext/redirects/Classes/EventListener/RecordHistoryRollbackEventsListener.php +++ b/typo3/sysext/redirects/Classes/EventListener/RecordHistoryRollbackEventsListener.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\EventListener; /* diff --git a/typo3/sysext/redirects/Classes/FormDataProvider/ValuePickerItemDataProvider.php b/typo3/sysext/redirects/Classes/FormDataProvider/ValuePickerItemDataProvider.php index c4eb9adfa0556e98034cff37554a25aa34fafc07..83829591306c155ec82243f50c02616939494558 100644 --- a/typo3/sysext/redirects/Classes/FormDataProvider/ValuePickerItemDataProvider.php +++ b/typo3/sysext/redirects/Classes/FormDataProvider/ValuePickerItemDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\FormDataProvider; /* diff --git a/typo3/sysext/redirects/Classes/Hooks/BackendControllerHook.php b/typo3/sysext/redirects/Classes/Hooks/BackendControllerHook.php index e2bee586c9964c300ef443bcac8a0afe7ec458d7..ab8a19550fcec502f50d9ad78e224c24db673678 100644 --- a/typo3/sysext/redirects/Classes/Hooks/BackendControllerHook.php +++ b/typo3/sysext/redirects/Classes/Hooks/BackendControllerHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Hooks; /* diff --git a/typo3/sysext/redirects/Classes/Hooks/DataHandlerCacheFlushingHook.php b/typo3/sysext/redirects/Classes/Hooks/DataHandlerCacheFlushingHook.php index a50e0a6149db0efd56ae6632f5d967cf5b4f7c27..7d39fab8727c9a17aad4eb19c2a59d19356fa578 100644 --- a/typo3/sysext/redirects/Classes/Hooks/DataHandlerCacheFlushingHook.php +++ b/typo3/sysext/redirects/Classes/Hooks/DataHandlerCacheFlushingHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Hooks; /* diff --git a/typo3/sysext/redirects/Classes/Hooks/DataHandlerSlugUpdateHook.php b/typo3/sysext/redirects/Classes/Hooks/DataHandlerSlugUpdateHook.php index ae108d809660ef23d07a64a7996d07b8385c350f..a521f367c2e837ca1b713e9726fc879ccc09c4c4 100644 --- a/typo3/sysext/redirects/Classes/Hooks/DataHandlerSlugUpdateHook.php +++ b/typo3/sysext/redirects/Classes/Hooks/DataHandlerSlugUpdateHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Hooks; /* diff --git a/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php b/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php index 87d595b69625d6ab7be71cdd115f355d761714bd..573d1d1823360a743e9c2445c426fa76fbcd66e5 100644 --- a/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php +++ b/typo3/sysext/redirects/Classes/Http/Middleware/RedirectHandler.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Http\Middleware; /* diff --git a/typo3/sysext/redirects/Classes/Report/Status/RedirectStatus.php b/typo3/sysext/redirects/Classes/Report/Status/RedirectStatus.php index 7199c8667eadeb18ba71c8e1ca1a47b9c0b3d85a..ccd0c95c2aa06083060a93f33524fa6666f7f74b 100644 --- a/typo3/sysext/redirects/Classes/Report/Status/RedirectStatus.php +++ b/typo3/sysext/redirects/Classes/Report/Status/RedirectStatus.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Report\Status; /* diff --git a/typo3/sysext/redirects/Classes/Repository/Demand.php b/typo3/sysext/redirects/Classes/Repository/Demand.php index 918329f3b991119e2e4395841f00c2602752a28e..afa93686876bba8a7f63e06893c2946a72f12451 100644 --- a/typo3/sysext/redirects/Classes/Repository/Demand.php +++ b/typo3/sysext/redirects/Classes/Repository/Demand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Repository; /* diff --git a/typo3/sysext/redirects/Classes/Repository/RedirectRepository.php b/typo3/sysext/redirects/Classes/Repository/RedirectRepository.php index 3a8b82931bb037e340b789078117f76226b870c8..565caf4af44aa9e0df0f275a89b2b87851015f22 100644 --- a/typo3/sysext/redirects/Classes/Repository/RedirectRepository.php +++ b/typo3/sysext/redirects/Classes/Repository/RedirectRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Repository; /* diff --git a/typo3/sysext/redirects/Classes/Service/IntegrityService.php b/typo3/sysext/redirects/Classes/Service/IntegrityService.php index 6bb4336c4e655399f6a8b95941357ab7042d76d0..ca481b92ecb70ca6f2aaaef951d973568517c26f 100644 --- a/typo3/sysext/redirects/Classes/Service/IntegrityService.php +++ b/typo3/sysext/redirects/Classes/Service/IntegrityService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Service; /* diff --git a/typo3/sysext/redirects/Classes/Service/RedirectCacheService.php b/typo3/sysext/redirects/Classes/Service/RedirectCacheService.php index d89d9c69350e243dbb44ebe0711fa250d52c080e..c140fb7cfbad134ef9fc4937b9a9f9786deff0b5 100644 --- a/typo3/sysext/redirects/Classes/Service/RedirectCacheService.php +++ b/typo3/sysext/redirects/Classes/Service/RedirectCacheService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Service; /* diff --git a/typo3/sysext/redirects/Classes/Service/RedirectService.php b/typo3/sysext/redirects/Classes/Service/RedirectService.php index 0482ea671eee1c36136cc65f002501c7e35e309f..0ba5bbaacc266da7dc5358af5be4eabebacf5c5c 100644 --- a/typo3/sysext/redirects/Classes/Service/RedirectService.php +++ b/typo3/sysext/redirects/Classes/Service/RedirectService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Service; /* diff --git a/typo3/sysext/redirects/Classes/Service/SlugService.php b/typo3/sysext/redirects/Classes/Service/SlugService.php index e6c81a73128e53daf69790d63fc7521c2d2e6767..ec00d0beac93def96f1bcd97fd47261e50f81737 100644 --- a/typo3/sysext/redirects/Classes/Service/SlugService.php +++ b/typo3/sysext/redirects/Classes/Service/SlugService.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Service; /* diff --git a/typo3/sysext/redirects/Classes/UserFunctions/HitCountDisplayCondition.php b/typo3/sysext/redirects/Classes/UserFunctions/HitCountDisplayCondition.php index a90ad73360fda5af2083ca7b0dc9024b11541827..3700930f9f47b1c9deb63bd7c8dd4ab845fcd2c0 100644 --- a/typo3/sysext/redirects/Classes/UserFunctions/HitCountDisplayCondition.php +++ b/typo3/sysext/redirects/Classes/UserFunctions/HitCountDisplayCondition.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\UserFunctions; diff --git a/typo3/sysext/redirects/Classes/ViewHelpers/TargetPageIdViewHelper.php b/typo3/sysext/redirects/Classes/ViewHelpers/TargetPageIdViewHelper.php index d208602679a82a59845811201d6105ce91b6200f..0df08a3590eb3f349d00d322403c20dec094808c 100644 --- a/typo3/sysext/redirects/Classes/ViewHelpers/TargetPageIdViewHelper.php +++ b/typo3/sysext/redirects/Classes/ViewHelpers/TargetPageIdViewHelper.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\ViewHelpers; diff --git a/typo3/sysext/redirects/Tests/Functional/Service/IntegrityServiceTest.php b/typo3/sysext/redirects/Tests/Functional/Service/IntegrityServiceTest.php index d89862858afc1405e9b7c2eea3c2505037414966..06e78aa06b65b8bfc2ceb88a364ea15f7323c98e 100644 --- a/typo3/sysext/redirects/Tests/Functional/Service/IntegrityServiceTest.php +++ b/typo3/sysext/redirects/Tests/Functional/Service/IntegrityServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Tests\Functional\Service; /* diff --git a/typo3/sysext/redirects/Tests/Functional/Service/SlugServiceTest.php b/typo3/sysext/redirects/Tests/Functional/Service/SlugServiceTest.php index ec58e49db0c6a670d30883f52277c124d8110a07..7bf3771fc659a5be73646af6af9e0976019eb86f 100644 --- a/typo3/sysext/redirects/Tests/Functional/Service/SlugServiceTest.php +++ b/typo3/sysext/redirects/Tests/Functional/Service/SlugServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Tests\Functional\Service; /* diff --git a/typo3/sysext/redirects/Tests/Unit/Evaluation/SourceHostTest.php b/typo3/sysext/redirects/Tests/Unit/Evaluation/SourceHostTest.php index bd9f26853eb602494557be717723355cfd118844..52bcdc778c8ec9eee5489ff14b0b362a7fe9bd97 100644 --- a/typo3/sysext/redirects/Tests/Unit/Evaluation/SourceHostTest.php +++ b/typo3/sysext/redirects/Tests/Unit/Evaluation/SourceHostTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Tests\Unit\Evaluation; diff --git a/typo3/sysext/redirects/Tests/Unit/FormDataProvider/ValuePickerItemDataProviderTest.php b/typo3/sysext/redirects/Tests/Unit/FormDataProvider/ValuePickerItemDataProviderTest.php index fece158f11f8e3ce2e6fb8a71b553bb3ad113527..22ef928c9269f5fa7aa677f9ff530c8fed9e1267 100644 --- a/typo3/sysext/redirects/Tests/Unit/FormDataProvider/ValuePickerItemDataProviderTest.php +++ b/typo3/sysext/redirects/Tests/Unit/FormDataProvider/ValuePickerItemDataProviderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Tests\Unit\FormDataProvider; /* diff --git a/typo3/sysext/redirects/Tests/Unit/Service/RedirectServiceTest.php b/typo3/sysext/redirects/Tests/Unit/Service/RedirectServiceTest.php index 7b8c4be5f96115ba991737c9382acca33c3bc467..0f4954dba5d4d7d456b5351e50052220c622eede 100644 --- a/typo3/sysext/redirects/Tests/Unit/Service/RedirectServiceTest.php +++ b/typo3/sysext/redirects/Tests/Unit/Service/RedirectServiceTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Redirects\Tests\Unit\Service; /* diff --git a/typo3/sysext/reports/Classes/Controller/ReportController.php b/typo3/sysext/reports/Classes/Controller/ReportController.php index 4b845318dc9da05a818c620b5edf19174f357825..8402d4cbe3124cebca645b79ee2524e684146db5 100644 --- a/typo3/sysext/reports/Classes/Controller/ReportController.php +++ b/typo3/sysext/reports/Classes/Controller/ReportController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Reports\Controller; /* diff --git a/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php b/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php index b532d19d7f7acca0c83fea8e4cf154b00e98d3db..7f1c35c3e015926cbb49f0f226b5973136e9b9ff 100644 --- a/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php +++ b/typo3/sysext/reports/Classes/Report/Status/SecurityStatus.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Reports\Report\Status; /* diff --git a/typo3/sysext/reports/Classes/RequestAwareReportInterface.php b/typo3/sysext/reports/Classes/RequestAwareReportInterface.php index 7bc63e462ae7d0303c86501e4613d6d5b9d572ec..84504a9db1a21b35aab82d3afae1ebb1db297f84 100644 --- a/typo3/sysext/reports/Classes/RequestAwareReportInterface.php +++ b/typo3/sysext/reports/Classes/RequestAwareReportInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Reports; /* diff --git a/typo3/sysext/reports/Classes/RequestAwareStatusProviderInterface.php b/typo3/sysext/reports/Classes/RequestAwareStatusProviderInterface.php index 70d6718ae42415be007d87c3b07b5e79c2d06b18..44c4251254d3cfa55115eb62ad33d62562f67ed8 100644 --- a/typo3/sysext/reports/Classes/RequestAwareStatusProviderInterface.php +++ b/typo3/sysext/reports/Classes/RequestAwareStatusProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Reports; /* diff --git a/typo3/sysext/reports/Tests/Unit/Report/ServicesListReportTest.php b/typo3/sysext/reports/Tests/Unit/Report/ServicesListReportTest.php index 6b556d54bae8f65885e2a675112a96f17c3e9fde..090a0dd210f400525e6e5a306c5b654ae7a9d334 100644 --- a/typo3/sysext/reports/Tests/Unit/Report/ServicesListReportTest.php +++ b/typo3/sysext/reports/Tests/Unit/Report/ServicesListReportTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Reports\Tests\Unit\Report; /* diff --git a/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php b/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php index ab148fa9e4bf25729f1afbb294f6d29a1477f984..dc80cd093b86727eac349b5b68c9219b05772d52 100644 --- a/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php +++ b/typo3/sysext/rte_ckeditor/Classes/Controller/BrowseLinksController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\RteCKEditor\Controller; /* diff --git a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterGetExternalPluginsEvent.php b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterGetExternalPluginsEvent.php index c1f515cf516b2830b6c5fb5dac58f8ace5bcfbea..9f2afd6a25939ec2bb663b7f646c42e1a6c71146 100644 --- a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterGetExternalPluginsEvent.php +++ b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterGetExternalPluginsEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\RteCKEditor\Form\Element\Event; diff --git a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterPrepareConfigurationForEditorEvent.php b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterPrepareConfigurationForEditorEvent.php index 662e4dbc082554f251ef37947d66dba416b84166..3d24a30096ee44d33341f6dd4ae642b4297af6e7 100644 --- a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterPrepareConfigurationForEditorEvent.php +++ b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/AfterPrepareConfigurationForEditorEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\RteCKEditor\Form\Element\Event; diff --git a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforeGetExternalPluginsEvent.php b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforeGetExternalPluginsEvent.php index 6e4132174b593c1501c90e4f17bdc34add71ceb7..f4bda28d4b56dacac881d156513e67ffdb6d9da5 100644 --- a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforeGetExternalPluginsEvent.php +++ b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforeGetExternalPluginsEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\RteCKEditor\Form\Element\Event; diff --git a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforePrepareConfigurationForEditorEvent.php b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforePrepareConfigurationForEditorEvent.php index 25cdd07ad8db188c8b892c3da5c15ae3b6d485c9..afd4d3e31e6e6dd84916ddcb4e1c590155a314f1 100644 --- a/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforePrepareConfigurationForEditorEvent.php +++ b/typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforePrepareConfigurationForEditorEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\RteCKEditor\Form\Element\Event; diff --git a/typo3/sysext/rte_ckeditor/Classes/Form/Element/RichTextElement.php b/typo3/sysext/rte_ckeditor/Classes/Form/Element/RichTextElement.php index b5fe872949dbfcbb5e5afca9a7abcebd3a92571f..2e420faf17f0626516a1c5c34c4400e112408a53 100644 --- a/typo3/sysext/rte_ckeditor/Classes/Form/Element/RichTextElement.php +++ b/typo3/sysext/rte_ckeditor/Classes/Form/Element/RichTextElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\RteCKEditor\Form\Element; /* diff --git a/typo3/sysext/scheduler/Classes/AbstractAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/AbstractAdditionalFieldProvider.php index 83a7cf5ad8790cc6594c8041bb39dd980218fc11..f8adf251805f4f92090cab628dbc10af795b0bd4 100644 --- a/typo3/sysext/scheduler/Classes/AbstractAdditionalFieldProvider.php +++ b/typo3/sysext/scheduler/Classes/AbstractAdditionalFieldProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler; /* diff --git a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php index fc5a127e3dce19b441ffc1498d4ab29cdbe90a6c..3d9cb60fc5d35e0727efad77461ddd7b16ba40b3 100644 --- a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php +++ b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\Controller; /* diff --git a/typo3/sysext/scheduler/Classes/SystemInformation/ToolbarItemProvider.php b/typo3/sysext/scheduler/Classes/SystemInformation/ToolbarItemProvider.php index 68135a590b6847c348d227a9675568b691ff9808..d4e3e20ebe8f9e831224c4609465268d11257dd9 100644 --- a/typo3/sysext/scheduler/Classes/SystemInformation/ToolbarItemProvider.php +++ b/typo3/sysext/scheduler/Classes/SystemInformation/ToolbarItemProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\SystemInformation; /* diff --git a/typo3/sysext/scheduler/Classes/Task/Enumeration/Action.php b/typo3/sysext/scheduler/Classes/Task/Enumeration/Action.php index d2b660eb1c68119516c65f7e1ed0fe11e82acacb..cb62a5cf434fcd5f65e0a8c2b31c750cdecf9291 100644 --- a/typo3/sysext/scheduler/Classes/Task/Enumeration/Action.php +++ b/typo3/sysext/scheduler/Classes/Task/Enumeration/Action.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\Task\Enumeration; /* diff --git a/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php b/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php index 79fa3fd04cca4ed722da26ee410c8bad6adcdfe6..f1e94e58c7af2f730382d62cb75938a91c6d84bf 100644 --- a/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php +++ b/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandAdditionalFieldProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\Task; /* diff --git a/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandTask.php b/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandTask.php index 1ebad3f56a840de7717ec65abb7ba9d7a6388c8e..018d56b1dcf9b3d1678dd490e99931543d65fcce 100644 --- a/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandTask.php +++ b/typo3/sysext/scheduler/Classes/Task/ExecuteSchedulableCommandTask.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\Task; /* diff --git a/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php b/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php index 8ca209f1da835d5698f6a60204545b4a45a775f7..96e504ed89593ec31e4f8af2b42cc241059a92c4 100644 --- a/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php +++ b/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\Task; /* diff --git a/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php b/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php index 8d234ee47a55117872113e065a72c4c03a756980..7e42a88facaf3b7d33a6a170ce703f7f3f662605 100644 --- a/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php +++ b/typo3/sysext/scheduler/Tests/Unit/CronCommand/NormalizeCommandTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Scheduler\Tests\Unit\CronCommand; diff --git a/typo3/sysext/seo/Classes/Canonical/CanonicalGenerator.php b/typo3/sysext/seo/Classes/Canonical/CanonicalGenerator.php index c87a1b7d8ff7aa8e2a9ceafe9a9b2d05642f2774..b3dc0d7cb1edf9f370780a9ce4e1144a008bace6 100644 --- a/typo3/sysext/seo/Classes/Canonical/CanonicalGenerator.php +++ b/typo3/sysext/seo/Classes/Canonical/CanonicalGenerator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Canonical; diff --git a/typo3/sysext/seo/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/seo/Classes/Compatibility/SlotReplacement.php index 756b45fbdbe958bba82755735719cd9c04303784..7373be60c4b90ce490b659bd5308eff00bf335f7 100644 --- a/typo3/sysext/seo/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/seo/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Compatibility; /* diff --git a/typo3/sysext/seo/Classes/Event/ModifyUrlForCanonicalTagEvent.php b/typo3/sysext/seo/Classes/Event/ModifyUrlForCanonicalTagEvent.php index 4c634e4c0c03779eaca20b79f9f23ede21eb1b0f..b253a0f923073edcac0af282a95bcd72cb6b5a8a 100644 --- a/typo3/sysext/seo/Classes/Event/ModifyUrlForCanonicalTagEvent.php +++ b/typo3/sysext/seo/Classes/Event/ModifyUrlForCanonicalTagEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Event; diff --git a/typo3/sysext/seo/Classes/HrefLang/HrefLangGenerator.php b/typo3/sysext/seo/Classes/HrefLang/HrefLangGenerator.php index 8f217c4e61c764e4cf25dcb9ad7379eef7037e79..0d09822730d2eb441c29383cbb100ddf438e5571 100644 --- a/typo3/sysext/seo/Classes/HrefLang/HrefLangGenerator.php +++ b/typo3/sysext/seo/Classes/HrefLang/HrefLangGenerator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\HrefLang; diff --git a/typo3/sysext/seo/Classes/MetaTag/MetaTagGenerator.php b/typo3/sysext/seo/Classes/MetaTag/MetaTagGenerator.php index 63e23a1388f3b8b07c0f2e5355376314a7005e30..edc46f5408dbbe0cd12affc3fb6cb08e334aa570 100644 --- a/typo3/sysext/seo/Classes/MetaTag/MetaTagGenerator.php +++ b/typo3/sysext/seo/Classes/MetaTag/MetaTagGenerator.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\MetaTag; diff --git a/typo3/sysext/seo/Classes/MetaTag/OpenGraphMetaTagManager.php b/typo3/sysext/seo/Classes/MetaTag/OpenGraphMetaTagManager.php index 14eb5bd40c9c5d5823fe2a612931acf3fb4b8cde..5b63f9df107ff6485702974c1a333feb0e10507e 100644 --- a/typo3/sysext/seo/Classes/MetaTag/OpenGraphMetaTagManager.php +++ b/typo3/sysext/seo/Classes/MetaTag/OpenGraphMetaTagManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\MetaTag; diff --git a/typo3/sysext/seo/Classes/MetaTag/TwitterCardMetaTagManager.php b/typo3/sysext/seo/Classes/MetaTag/TwitterCardMetaTagManager.php index 5d85000b28754b63c5acc2fb71a6864e0a16494e..e4eddecfb5786d41b429998b8940a8cfba920132 100644 --- a/typo3/sysext/seo/Classes/MetaTag/TwitterCardMetaTagManager.php +++ b/typo3/sysext/seo/Classes/MetaTag/TwitterCardMetaTagManager.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\MetaTag; diff --git a/typo3/sysext/seo/Classes/PageTitle/SeoTitlePageTitleProvider.php b/typo3/sysext/seo/Classes/PageTitle/SeoTitlePageTitleProvider.php index acebad81ba2d655534b0115458d3dfcfcc8b4404..3413079a284d84672aeca1a0c600525e918c3b1b 100644 --- a/typo3/sysext/seo/Classes/PageTitle/SeoTitlePageTitleProvider.php +++ b/typo3/sysext/seo/Classes/PageTitle/SeoTitlePageTitleProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\PageTitle; diff --git a/typo3/sysext/seo/Classes/XmlSitemap/AbstractXmlSitemapDataProvider.php b/typo3/sysext/seo/Classes/XmlSitemap/AbstractXmlSitemapDataProvider.php index 985ca20061ca695b12a03f340dabd5a95d91351d..371e06add23e0010b1c350aa2f6a5034ea6eac4e 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/AbstractXmlSitemapDataProvider.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/AbstractXmlSitemapDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap; diff --git a/typo3/sysext/seo/Classes/XmlSitemap/Exception/InvalidConfigurationException.php b/typo3/sysext/seo/Classes/XmlSitemap/Exception/InvalidConfigurationException.php index 03211564074d20755f82964597f2a0e95b31cef4..f32be739241756967ad96d3732211739085b97d8 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/Exception/InvalidConfigurationException.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/Exception/InvalidConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap\Exception; /* diff --git a/typo3/sysext/seo/Classes/XmlSitemap/Exception/MissingConfigurationException.php b/typo3/sysext/seo/Classes/XmlSitemap/Exception/MissingConfigurationException.php index 322f8ef03c4d61c7093cdfc62680e06f2894ccfa..43f03f95490804704ccbc8420e2de6e7876ec926 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/Exception/MissingConfigurationException.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/Exception/MissingConfigurationException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap\Exception; /* diff --git a/typo3/sysext/seo/Classes/XmlSitemap/PagesXmlSitemapDataProvider.php b/typo3/sysext/seo/Classes/XmlSitemap/PagesXmlSitemapDataProvider.php index 26722948ce29ac55df291a22143182e8eb239d20..6f8b75efb7c3b57a79b7524b96ef94efed8a7baf 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/PagesXmlSitemapDataProvider.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/PagesXmlSitemapDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap; diff --git a/typo3/sysext/seo/Classes/XmlSitemap/RecordsXmlSitemapDataProvider.php b/typo3/sysext/seo/Classes/XmlSitemap/RecordsXmlSitemapDataProvider.php index a5a70dd6322954b2a18428f104d667972f4cddae..99420cc080174e094d27c6f9cca6bdc94ca22dd1 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/RecordsXmlSitemapDataProvider.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/RecordsXmlSitemapDataProvider.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap; diff --git a/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapDataProviderInterface.php b/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapDataProviderInterface.php index 0f5d9e40a9b4f14679b1d3bb006d580a068b6655..4e72e26180941817f6d6bcc7c3f5b350697c94fe 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapDataProviderInterface.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapDataProviderInterface.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap; diff --git a/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php b/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php index b89455eeb086133e85414309bfd7f2f61f99cfef..65b7f43e564e070e4d0995d2ac900abd1918da45 100644 --- a/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php +++ b/typo3/sysext/seo/Classes/XmlSitemap/XmlSitemapRenderer.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php b/typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php index 05a29cef14914102fd03be9a88ad44dc998eaf7c..798f61922f0255799d2d870abebf46d51ebdbc48 100644 --- a/typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php +++ b/typo3/sysext/seo/Tests/Functional/Canonical/CanonicalGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\Canonical; diff --git a/typo3/sysext/seo/Tests/Functional/HrefLang/HrefLangGeneratorTest.php b/typo3/sysext/seo/Tests/Functional/HrefLang/HrefLangGeneratorTest.php index 4cd79baf94a172eede1606b2cfde43a6a98e0ec1..0043220d8a5625955a606d37a89e85604e3c86f3 100644 --- a/typo3/sysext/seo/Tests/Functional/HrefLang/HrefLangGeneratorTest.php +++ b/typo3/sysext/seo/Tests/Functional/HrefLang/HrefLangGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\HrefLang; diff --git a/typo3/sysext/seo/Tests/Functional/MetaTag/MetaTagTest.php b/typo3/sysext/seo/Tests/Functional/MetaTag/MetaTagTest.php index 1929c97f3eda8c4fb96b078e8ee99ef2c3c5bd8b..578d37663d8f515a907eabda78668a7138a6a8d8 100644 --- a/typo3/sysext/seo/Tests/Functional/MetaTag/MetaTagTest.php +++ b/typo3/sysext/seo/Tests/Functional/MetaTag/MetaTagTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\MetaTag; /* diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/AbstractXmlSitemapPagesTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/AbstractXmlSitemapPagesTest.php index 18edc64520af794df3dff745539949c0d9c3a6e9..c213a75427873362efd9b2ef17fcdb6288667f58 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/AbstractXmlSitemapPagesTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/AbstractXmlSitemapPagesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapIndexTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapIndexTest.php index 96e7191cfe372d44bd214b029f9fc99bf3a82c77..47e523ed54765ab88612a1f1f8c7312f6a3fc955 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapIndexTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapIndexTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php index 91bd3092fed16ec5ba5ca2f7dd1e1717199ef161..e5f0a4364648d86a84801b90b1cbb97cf6ce8aca 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesWithHideIfNotTranslatedTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesWithHideIfNotTranslatedTest.php index 30c578a7d8b6f6fe52217b670f1d2b9bd430417a..fe764f4786397219bef71eff27f4990c27146aa3 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesWithHideIfNotTranslatedTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesWithHideIfNotTranslatedTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapRecordsTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapRecordsTest.php index eedd652cec71b1a482796d75bf379667a06c0004..2ae9a53efe507086877d0b09fc340704aaa58c6e 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapRecordsTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapRecordsTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapXslTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapXslTest.php index e21af1f8726ee380a287a840107f6b0a5f9d8954..6f05c5ad4b0ac903e180b7cb827c07143920b47f 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapXslTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapXslTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; diff --git a/typo3/sysext/seo/Tests/Unit/HrefLang/HrefLangGeneratorTest.php b/typo3/sysext/seo/Tests/Unit/HrefLang/HrefLangGeneratorTest.php index 0cdd6f1f41685e626f284410d855f3b9c9892d4f..33dda6cb6658a4b9fb8e540815c131893e9c678e 100644 --- a/typo3/sysext/seo/Tests/Unit/HrefLang/HrefLangGeneratorTest.php +++ b/typo3/sysext/seo/Tests/Unit/HrefLang/HrefLangGeneratorTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Unit\HrefLang; diff --git a/typo3/sysext/seo/Tests/Unit/MetaTag/OpenGraphMetaTagManagerTest.php b/typo3/sysext/seo/Tests/Unit/MetaTag/OpenGraphMetaTagManagerTest.php index 38870baefd89c872fba91bfb92e0d3b3b2f8c646..308d745b1773b14761f3cd3584366acf3d7beb1c 100644 --- a/typo3/sysext/seo/Tests/Unit/MetaTag/OpenGraphMetaTagManagerTest.php +++ b/typo3/sysext/seo/Tests/Unit/MetaTag/OpenGraphMetaTagManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Unit\MetaTag; diff --git a/typo3/sysext/seo/Tests/Unit/MetaTag/TwitterCardMetaTagManagerTest.php b/typo3/sysext/seo/Tests/Unit/MetaTag/TwitterCardMetaTagManagerTest.php index cb44ab74faf1dcadf4946a4d184a097b5d1d4d6e..cc4c7999aca8adf30618775220ff562accf7622b 100644 --- a/typo3/sysext/seo/Tests/Unit/MetaTag/TwitterCardMetaTagManagerTest.php +++ b/typo3/sysext/seo/Tests/Unit/MetaTag/TwitterCardMetaTagManagerTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Unit\MetaTag; diff --git a/typo3/sysext/seo/Tests/Unit/XmlSitemap/PagesXmlSitemapDataProviderTest.php b/typo3/sysext/seo/Tests/Unit/XmlSitemap/PagesXmlSitemapDataProviderTest.php index d9cd4cacee9070e8d2c743c58cbb33f5ffad9b9d..744285abd6592aa6991d740ebc1c386f00f63efc 100644 --- a/typo3/sysext/seo/Tests/Unit/XmlSitemap/PagesXmlSitemapDataProviderTest.php +++ b/typo3/sysext/seo/Tests/Unit/XmlSitemap/PagesXmlSitemapDataProviderTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Seo\Tests\Unit\XmlSitemap; diff --git a/typo3/sysext/sys_note/Classes/Controller/NoteController.php b/typo3/sysext/sys_note/Classes/Controller/NoteController.php index 5e3c424d505e274af40c98aecf49fb770c0124ed..60a86e9a2d400f15a3006935c6302dc66a7c5f40 100644 --- a/typo3/sysext/sys_note/Classes/Controller/NoteController.php +++ b/typo3/sysext/sys_note/Classes/Controller/NoteController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\SysNote\Controller; /* diff --git a/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php b/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php index e408f5d2ac6224f362f420def0a49370121f05f5..134ca86d95cff7cc75e644b460c5f3149d27506d 100644 --- a/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php +++ b/typo3/sysext/sys_note/Classes/Domain/Repository/SysNoteRepository.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\SysNote\Domain\Repository; /* diff --git a/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php b/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php index 3f94bfef0b22b4f9af49676759cdc6cfb216dd75..b94ec6873ec212f9f7ca7a0ec20527dba0b623ec 100644 --- a/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/InfoModuleHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\SysNote\Hook; /* diff --git a/typo3/sysext/sys_note/Classes/Hook/PageHook.php b/typo3/sysext/sys_note/Classes/Hook/PageHook.php index 393216aa59c4119d1fc2afc0884cf67465fe78d8..7a9de8399e2fe058676d862f5064a6b4d6f23670 100644 --- a/typo3/sysext/sys_note/Classes/Hook/PageHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/PageHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\SysNote\Hook; /* diff --git a/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php b/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php index ac2e0790264ea23dc84a2348332c256d5de0e661..320c4da8c879f29a9ec0e5eceeacc8e142b83dd3 100644 --- a/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/RecordListHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\SysNote\Hook; /* diff --git a/typo3/sysext/t3editor/Classes/Addon.php b/typo3/sysext/t3editor/Classes/Addon.php index ca35f57cbdc0d89e6206a2b96759509282d5bf71..0f3ecbd6287fc2d23977f2473c58617993a6b680 100644 --- a/typo3/sysext/t3editor/Classes/Addon.php +++ b/typo3/sysext/t3editor/Classes/Addon.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor; /* diff --git a/typo3/sysext/t3editor/Classes/Exception/InvalidModeException.php b/typo3/sysext/t3editor/Classes/Exception/InvalidModeException.php index e27d524f9e72d71f393f94c25f1a1c6a63d32d31..20db41a1abd375a82152e0b86e7a40d126fbe6f7 100644 --- a/typo3/sysext/t3editor/Classes/Exception/InvalidModeException.php +++ b/typo3/sysext/t3editor/Classes/Exception/InvalidModeException.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Exception; /* diff --git a/typo3/sysext/t3editor/Classes/Form/Element/T3editorElement.php b/typo3/sysext/t3editor/Classes/Form/Element/T3editorElement.php index d50ec61e9344dfef38b4a5c24dd6a25262fba97a..cb07c640a56417fd3a48392299cc1aa6e859ad3c 100644 --- a/typo3/sysext/t3editor/Classes/Form/Element/T3editorElement.php +++ b/typo3/sysext/t3editor/Classes/Form/Element/T3editorElement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Form\Element; /* diff --git a/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php b/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php index a1425751f1d5b31c7a326f5ca5c233c0b6f30106..f00e57b9405f2af37eea18be53d99c68ed5072d5 100644 --- a/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php +++ b/typo3/sysext/t3editor/Classes/Hook/FileEditHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Hook; /* diff --git a/typo3/sysext/t3editor/Classes/Mode.php b/typo3/sysext/t3editor/Classes/Mode.php index 1cccdfed3918d50c80813792def78211a4d4b3dd..a4318cfe049774f71a502c4385d1bfbb5826cc3e 100644 --- a/typo3/sysext/t3editor/Classes/Mode.php +++ b/typo3/sysext/t3editor/Classes/Mode.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor; /* diff --git a/typo3/sysext/t3editor/Classes/Registry/AddonRegistry.php b/typo3/sysext/t3editor/Classes/Registry/AddonRegistry.php index f31f545fdfad41913ca7d1dd8ad00740bb7db7f7..3766cb6b82b895ca4e6f97c1ba8262431f12161f 100644 --- a/typo3/sysext/t3editor/Classes/Registry/AddonRegistry.php +++ b/typo3/sysext/t3editor/Classes/Registry/AddonRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Registry; /* diff --git a/typo3/sysext/t3editor/Classes/Registry/ModeRegistry.php b/typo3/sysext/t3editor/Classes/Registry/ModeRegistry.php index b288752107c1cd55f90ca3c97cfa5b7814603f3b..fc8dba6b60cddc7d8bc17e805024129f67bb8a9c 100644 --- a/typo3/sysext/t3editor/Classes/Registry/ModeRegistry.php +++ b/typo3/sysext/t3editor/Classes/Registry/ModeRegistry.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Registry; /* diff --git a/typo3/sysext/t3editor/Classes/T3editor.php b/typo3/sysext/t3editor/Classes/T3editor.php index 3c39750bd18241add4a5841d235f58a0bee0cdbd..6621b1657c5f36dd8e616436aa0c43c703b6af65 100644 --- a/typo3/sysext/t3editor/Classes/T3editor.php +++ b/typo3/sysext/t3editor/Classes/T3editor.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor; /* diff --git a/typo3/sysext/t3editor/Tests/Unit/Registry/AddonRegistryTest.php b/typo3/sysext/t3editor/Tests/Unit/Registry/AddonRegistryTest.php index 539c04c93437b717404f8b1c4fde880a54ef0f63..351fa249ec82fa63be10fe631c598cdf9614dc8a 100644 --- a/typo3/sysext/t3editor/Tests/Unit/Registry/AddonRegistryTest.php +++ b/typo3/sysext/t3editor/Tests/Unit/Registry/AddonRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Tests\Unit\Registry; /* diff --git a/typo3/sysext/t3editor/Tests/Unit/Registry/ModeRegistryTest.php b/typo3/sysext/t3editor/Tests/Unit/Registry/ModeRegistryTest.php index e7b60dba5d57a49d7abf8fe840f67b79fcce3283..8bf5f2fdf4ae586b9e12317ff91134fc141f8a19 100644 --- a/typo3/sysext/t3editor/Tests/Unit/Registry/ModeRegistryTest.php +++ b/typo3/sysext/t3editor/Tests/Unit/Registry/ModeRegistryTest.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\T3editor\Tests\Unit\Registry; /* diff --git a/typo3/sysext/tstemplate/Classes/Hooks/DataHandlerClearCachePostProcHook.php b/typo3/sysext/tstemplate/Classes/Hooks/DataHandlerClearCachePostProcHook.php index 11653cdf3eae3dc2a5697c8d2fbf00611dbd5763..c0e01f4a8916e1023e24a4a483e5663b5431340e 100644 --- a/typo3/sysext/tstemplate/Classes/Hooks/DataHandlerClearCachePostProcHook.php +++ b/typo3/sysext/tstemplate/Classes/Hooks/DataHandlerClearCachePostProcHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Tstemplate\Hooks; /* diff --git a/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php b/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php index ee72b6b9a85f22801cd55ae230e2a914e27d9668..5dd6d2521c76b99906cc7b2492a94b4a09a6f236 100644 --- a/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php +++ b/typo3/sysext/viewpage/Classes/Controller/ViewModuleController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Viewpage\Controller; /* diff --git a/typo3/sysext/workspaces/Classes/Authentication/PreviewUserAuthentication.php b/typo3/sysext/workspaces/Classes/Authentication/PreviewUserAuthentication.php index 8f985c92999f88b4b9fa55efc39f461d28c403c1..a6d35ba6fd07061bf9873be51ceb11483ac635ea 100644 --- a/typo3/sysext/workspaces/Classes/Authentication/PreviewUserAuthentication.php +++ b/typo3/sysext/workspaces/Classes/Authentication/PreviewUserAuthentication.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Authentication; diff --git a/typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php b/typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php index a1f77647c7d87e64356e0023ef7746f41ebf54d2..b4c1ce0e330bafe4bd8c7e7b958d9392b477684c 100644 --- a/typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php +++ b/typo3/sysext/workspaces/Classes/Command/AutoPublishCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Command; /* diff --git a/typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php b/typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php index ba04d48199f95c89ecee9d9872ada33e00db3412..c131271f34742600da4024c6d6c2df72f2c67805 100644 --- a/typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php +++ b/typo3/sysext/workspaces/Classes/Command/CleanupPreviewLinksCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Command; /* diff --git a/typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.php b/typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.php index 6a7157f3fadcdf5f374f50114a3c6f78aae98648..2461a33b4c79db51c770708c28501fa623f19a8f 100644 --- a/typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.php +++ b/typo3/sysext/workspaces/Classes/Command/WorkspaceVersionRecordsCommand.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Command; /* diff --git a/typo3/sysext/workspaces/Classes/Compatibility/SlotReplacement.php b/typo3/sysext/workspaces/Classes/Compatibility/SlotReplacement.php index 88be5cd7c7a2af0e9b970a7627d2f662b633ad2e..c1b8760e667d7e4d4c45613c4107f899fd4002ea 100644 --- a/typo3/sysext/workspaces/Classes/Compatibility/SlotReplacement.php +++ b/typo3/sysext/workspaces/Classes/Compatibility/SlotReplacement.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Compatibility; /* diff --git a/typo3/sysext/workspaces/Classes/Controller/PreviewController.php b/typo3/sysext/workspaces/Classes/Controller/PreviewController.php index cc443d2b2e0ece334f3a357cd2bcacce6fa12e65..5f9df9173686010bdc0043d352e0d3bfef42395c 100644 --- a/typo3/sysext/workspaces/Classes/Controller/PreviewController.php +++ b/typo3/sysext/workspaces/Classes/Controller/PreviewController.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Controller; /* diff --git a/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php b/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php index db81d8605b9130593b4ff59cce47e12b9c4e10ef..bb3002c8c81dcd8569932bd4acd848d2b9a365e9 100644 --- a/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php +++ b/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Event; /* diff --git a/typo3/sysext/workspaces/Classes/Event/AfterDataGeneratedForWorkspaceEvent.php b/typo3/sysext/workspaces/Classes/Event/AfterDataGeneratedForWorkspaceEvent.php index 70ba704e6ca978db50e02fa7a6c92a4af649677f..887cb2e1b42885f5d085e897fc6181cac299ebe3 100644 --- a/typo3/sysext/workspaces/Classes/Event/AfterDataGeneratedForWorkspaceEvent.php +++ b/typo3/sysext/workspaces/Classes/Event/AfterDataGeneratedForWorkspaceEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Event; /* diff --git a/typo3/sysext/workspaces/Classes/Event/GetVersionedDataEvent.php b/typo3/sysext/workspaces/Classes/Event/GetVersionedDataEvent.php index c9b5fc933793189af9c0d553dd37e9e78ce8a87a..9b679de5def9072e7e80bf1274822a8178e33dc6 100644 --- a/typo3/sysext/workspaces/Classes/Event/GetVersionedDataEvent.php +++ b/typo3/sysext/workspaces/Classes/Event/GetVersionedDataEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Event; /* diff --git a/typo3/sysext/workspaces/Classes/Event/SortVersionedDataEvent.php b/typo3/sysext/workspaces/Classes/Event/SortVersionedDataEvent.php index b23dfb6c7713269e4dceb5336689fcf07363bca9..94baf27b9e053fffb264228845391d87e3d2484f 100644 --- a/typo3/sysext/workspaces/Classes/Event/SortVersionedDataEvent.php +++ b/typo3/sysext/workspaces/Classes/Event/SortVersionedDataEvent.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Event; /* diff --git a/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php b/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php index 9c866a009c005bcca7cba5b9630c3f1427024778..665cc1f3d84eac0901acf398a6135bbcc37fea32 100644 --- a/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php +++ b/typo3/sysext/workspaces/Classes/Hook/BackendUtilityHook.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Hook; /* diff --git a/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php b/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php index a788f0a7b474376b99fc28244a39c509f2088fae..2063410690922af9068953eca05ff4107538ffb1 100644 --- a/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php +++ b/typo3/sysext/workspaces/Classes/Middleware/WorkspacePreview.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Middleware; /* diff --git a/typo3/sysext/workspaces/Classes/Notification/StageChangeNotification.php b/typo3/sysext/workspaces/Classes/Notification/StageChangeNotification.php index b775b3fad91c14148b065db2afebed84946ee993..982313b8faa1d0de8000a478fb1e475bcb6eab47 100644 --- a/typo3/sysext/workspaces/Classes/Notification/StageChangeNotification.php +++ b/typo3/sysext/workspaces/Classes/Notification/StageChangeNotification.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Notification; /* diff --git a/typo3/sysext/workspaces/Classes/Preview/PreviewUriBuilder.php b/typo3/sysext/workspaces/Classes/Preview/PreviewUriBuilder.php index d86b2c8b3069ab487b4f130ba4bc6d73537956d5..a635855a4e893d16b71a0f139b80261a3a2a437d 100644 --- a/typo3/sysext/workspaces/Classes/Preview/PreviewUriBuilder.php +++ b/typo3/sysext/workspaces/Classes/Preview/PreviewUriBuilder.php @@ -1,5 +1,5 @@ <?php -declare(strict_types = 1); +declare(strict_types=1); namespace TYPO3\CMS\Workspaces\Preview; /*