Passed
Push — master ( fec7a7...e6f852 )
by Giuliano
03:19
created
src/Foundation/Template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 
144 144
     public function load(string $filename) : ?string
145 145
     {
146
-        if (! $this->exists($filename)) {
146
+        if (!$this->exists($filename)) {
147 147
             return null;
148 148
         }
149 149
 
Please login to merge, or discard this patch.