Passed
Branch main (5cb2ca)
by Ahmad
11:06
created
Category
src/Support/Image.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
     {
15 15
         $contents = $file->getContents();
16 16
 
17
-        if (! $contents) {
17
+        if (!$contents) {
18 18
             throw new FileException('Invalid file!');
19 19
         }
20 20
 
@@ -95,6 +95,6 @@  discard block
 block discarded – undo
95 95
 
96 96
     private function getFontPath(string $font): string
97 97
     {
98
-        return dirname(__DIR__, 2) . '/fonts/' . $font;
98
+        return dirname(__DIR__, 2).'/fonts/'.$font;
99 99
     }
100 100
 }
Please login to merge, or discard this patch.