Passed
Push — master ( d29151...8a08f6 )
by Giuliano
02:52
created
src/Foundation/Template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      */
152 152
     public function load(string $filename) : ?string
153 153
     {
154
-        if (! $this->exists($filename)) {
154
+        if (!$this->exists($filename)) {
155 155
             return null;
156 156
         }
157 157
 
Please login to merge, or discard this patch.