diff --git a/tests/TestCase.php b/tests/TestCase.php index e86cc11..34205b5 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -43,7 +43,7 @@ protected function assertValidJsonApi(TestResponse|string|array $data): void $data = json_decode(json_encode($data)); - $result = tap(new Validator, function ($validator) { + $result = tap(new Validator(), function ($validator) { $validator->resolver()->registerFile( self::JSON_API_SCHEMA_URL, $this->localSchemaPath(self::JSON_API_SCHEMA_URL)