Passed
Push — develop ( 2a0a90...9063e1 )
by Brent
02:35
created
src/Stitcher/Exception/FileNotFound.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,6 +11,6 @@
 block discarded – undo
11 11
 
12 12
     public static function staticFile(string $path): self
13 13
     {
14
-        return self::withPath($path, 'This file was tried to be copied as a static file. Please see your `staticFiles` configuration.' );
14
+        return self::withPath($path, 'This file was tried to be copied as a static file. Please see your `staticFiles` configuration.');
15 15
     }
16 16
 }
Please login to merge, or discard this patch.