Completed
Branch master (35a801)
by Luke
02:43
created
src/File.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
      */
225 225
     public function has()
226 226
     {
227
-         return isset($this->getFileList()[0]);
227
+            return isset($this->getFileList()[0]);
228 228
     }
229 229
     
230 230
     public function make()
Please login to merge, or discard this patch.