Completed
Push — main ( 409af7...bdf8b2 )
by ikechukwu
05:15 queued 05:10
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.