Passed
Pull Request — main (#17)
by
unknown
20:38 queued 07:33
created
Tests/TestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
     public function setUp(): void
14 14
     {
15
-      parent::setUp();
15
+        parent::setUp();
16 16
     }
17 17
 
18 18
     protected function defineDatabaseMigrations()
Please login to merge, or discard this patch.