Completed
Push — master ( 0e9948...a75f90 )
by Freek
09:28 queued 07:13
created
src/GlideImage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
     public function setSourceFile(string $sourceFile) : GlideImage
28 28
     {
29
-        if (! file_exists($sourceFile)) {
29
+        if (!file_exists($sourceFile)) {
30 30
             throw new SourceFileDoesNotExist();
31 31
         }
32 32
 
Please login to merge, or discard this patch.