Passed
Push — main ( 78ea3a...a2b436 )
by ikechukwu
15:04
created
Tests/TestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     public function setUp(): void
15 15
     {
16
-      parent::setUp();
16
+        parent::setUp();
17 17
     }
18 18
 
19 19
     protected function defineDatabaseMigrations()
Please login to merge, or discard this patch.