Passed
Push — main ( 4f122a...6985c7 )
by Daniel
02:59
created
source/TraitUserInterfaceLogic.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 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());
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
             'Error'           => '',
194 194
             'Days_Between'    => '',
195 195
         ];
196
-        $strErrorTag   = '<div style="max-width:200px;font-size:0.8rem;">%s</div>';
196
+        $strErrorTag = '<div style="max-width:200px;font-size:0.8rem;">%s</div>';
197 197
         if (array_key_exists('Error', $arrayData)) {
198 198
             $arrayToReturn['Error'] = sprintf($strErrorTag, $arrayData['Error']);
199 199
             $arrayToReturn['Size']  = 0;
Please login to merge, or discard this patch.