Passed
Push — master ( 63b434...ac3bc2 )
by ANTHONIUS
04:46
created
config/preload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 declare(strict_types=1);
13 13
 
14
-if (is_dir($dir =__DIR__.'/../storage/logs')) {
14
+if (is_dir($dir = __DIR__.'/../storage/logs')) {
15 15
     try {
16 16
         include __DIR__.'/../public/index.php';
17 17
     } catch (\Exception $e) {
Please login to merge, or discard this patch.