Passed
Push — main ( 74922c...7edd23 )
by ikechukwu
03:01
created
Tests/TestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public function setUp(): void
10 10
     {
11
-      parent::setUp();
11
+        parent::setUp();
12 12
     }
13 13
 
14 14
     protected function defineDatabaseMigrations()
Please login to merge, or discard this patch.