Passed
Push — master ( 61030c...c506e6 )
by
unknown
17:19
created
typo3/sysext/core/Classes/Resource/Security/SvgTypeCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     protected function resolveFileExtensions(): array
66 66
     {
67 67
         $fileExtensions = array_map(
68
-            function (string $mimeType): array {
68
+            function(string $mimeType): array {
69 69
                 return $this->mimeTypeDetector->getFileExtensionsForMimeType($mimeType);
70 70
             },
71 71
             self::MIME_TYPES
Please login to merge, or discard this patch.
typo3/sysext/install/Classes/Updates/SvgFilesSanitization.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
     {
150 150
         return array_filter(
151 151
             $this->storageRepository->findByStorageType('Local'),
152
-            function (ResourceStorage $storage) {
152
+            function(ResourceStorage $storage) {
153 153
                 return $storage->isWritable();
154 154
             }
155 155
         );
Please login to merge, or discard this patch.