Test Failed
Push — feature/decoupled ( a6b9e8...2f3f4c )
by Webysther
02:03
created
src/Filesystem.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Packagist Mirror.
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
         $path = $this->normalize($path);
104 104
         $file = $this->filesystem->read($path);
105 105
 
106
-        if($file === false){
106
+        if ($file === false) {
107 107
             return '';
108 108
         }
109 109
 
Please login to merge, or discard this patch.