Passed
Push — main ( 6985c7...fc1e24 )
by Daniel
03:02
created
source/TraitUserInterfaceLogic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
         return $arrayStandardized;
71 71
     }
72 72
 
73
-    private function handleResponseFile(\SplFileInfo|string $strFile): array
73
+    private function handleResponseFile(\SplFileInfo | string $strFile): array
74 74
     {
75 75
         $arrayToReturn = [];
76 76
         $strFileMime   = mime_content_type($strFile->getRealPath());
Please login to merge, or discard this patch.