Passed
Push — main ( a8d1a9...e22900 )
by ikechukwu
18:39 queued 01:58
created
Tests/TestCase.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     public function setUp(): void
17 17
     {
18
-      parent::setUp();
18
+        parent::setUp();
19 19
     }
20 20
 
21 21
     protected function defineDatabaseMigrations()
Please login to merge, or discard this patch.
Tests/PinTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 {
16 16
     use WithFaker;
17 17
 
18
-   /**
18
+    /**
19 19
      * A basic feature test example.
20 20
      *
21 21
      * @return void
Please login to merge, or discard this patch.