Passed
Push — develop ( 96496e...268024 )
by nguereza
01:39
created
src/PlatineTestCase.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,10 +70,10 @@
 block discarded – undo
70 70
      */
71 71
     protected PlatineFileSystem $fs;
72 72
 
73
-     /**
74
-     * Enable support of virtual file system
75
-     * @return $this
76
-     */
73
+        /**
74
+         * Enable support of virtual file system
75
+         * @return $this
76
+         */
77 77
     public function enableFileSystem(): self
78 78
     {
79 79
         $this->fs = new PlatineFileSystem();
Please login to merge, or discard this patch.