From 075a591256cc63a8b98f059e28377120031551ae Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 10 Aug 2021 09:55:15 +0200 Subject: [PATCH] Add strict_types to all files --- .../Import/Importer/FetchData/InvalidResponseException.php | 2 ++ Classes/Domain/Import/Typo3Converter/LanguageHandling.php | 2 ++ Tests/Functional/ImportTest.php | 2 ++ .../Unit/Domain/Import/UrlProvider/SyncScopeUrlProviderTest.php | 2 ++ Tests/Unit/Domain/Model/Frontend/AddressTest.php | 2 ++ Tests/Unit/Domain/Model/Frontend/MediaTest.php | 2 ++ ecs.php | 2 ++ 7 files changed, 14 insertions(+) diff --git a/Classes/Domain/Import/Importer/FetchData/InvalidResponseException.php b/Classes/Domain/Import/Importer/FetchData/InvalidResponseException.php index cae27d9..4568a56 100644 --- a/Classes/Domain/Import/Importer/FetchData/InvalidResponseException.php +++ b/Classes/Domain/Import/Importer/FetchData/InvalidResponseException.php @@ -1,5 +1,7 @@ * diff --git a/Classes/Domain/Import/Typo3Converter/LanguageHandling.php b/Classes/Domain/Import/Typo3Converter/LanguageHandling.php index f7950e0..940f957 100644 --- a/Classes/Domain/Import/Typo3Converter/LanguageHandling.php +++ b/Classes/Domain/Import/Typo3Converter/LanguageHandling.php @@ -1,5 +1,7 @@ * diff --git a/Tests/Functional/ImportTest.php b/Tests/Functional/ImportTest.php index 6278e72..a2ea7da 100644 --- a/Tests/Functional/ImportTest.php +++ b/Tests/Functional/ImportTest.php @@ -1,5 +1,7 @@ set(DeclareStrictTypesFixer::class); + $services->set(NoUnusedImportsFixer::class); $services->set(FullyQualifiedStrictTypesFixer::class); $services->set(NoMultilineWhitespaceAroundDoubleArrowFixer::class);