Passed
Pull Request — master (#22)
by TJ
07:33 queued 05:02
created
src/ServiceProvider.php 1 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.