Passed
Pull Request — master (#9)
by Steven
04:35
created
src/Contracts/DeterminesAssertions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,4 +27,4 @@
 block discarded – undo
27 27
      * @return array
28 28
      */
29 29
     public function fieldsReplacement();
30
- }
30
+    }
Please login to merge, or discard this patch.
src/ApiTestSuiteServiceProvider.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -22,9 +22,9 @@
 block discarded – undo
22 22
             ]);
23 23
 
24 24
             // Registering package commands.
25
-             $this->commands([
26
-                 Installer::class,
27
-             ]);
25
+                $this->commands([
26
+                    Installer::class,
27
+                ]);
28 28
         }
29 29
     }
30 30
 
Please login to merge, or discard this patch.