Passed
Pull Request — master (#22)
by TJ
07:33 queued 05:02
created
src/ServiceProvider.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
             $basePath = Config::get('json-schema-assertions.schema_base_path');
25 25
 
26 26
             (new SchemaAssertion($basePath))
27
-              ->schema($schema)
28
-              ->assert($this->content());
27
+                ->schema($schema)
28
+                ->assert($this->content());
29 29
 
30 30
             return $this;
31 31
         });
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
             ], 'config');
21 21
         }
22 22
 
23
-        TestResponse::macro('assertJsonSchema', function ($schema) {
23
+        TestResponse::macro('assertJsonSchema', function($schema) {
24 24
             $basePath = Config::get('json-schema-assertions.schema_base_path');
25 25
 
26 26
             (new SchemaAssertion($basePath))
Please login to merge, or discard this patch.