| @@ -27,7 +27,7 @@ | ||
| 27 | 27 | |
| 28 | 28 | public function __construct() | 
| 29 | 29 |      { | 
| 30 | - $classMetadataFactory = new ClassMetadataFactory(new YamlFileLoader(__DIR__ . '/../../config/serializer/definitions.yml')); | |
| 30 | + $classMetadataFactory = new ClassMetadataFactory(new YamlFileLoader(__DIR__.'/../../config/serializer/definitions.yml')); | |
| 31 | 31 | $metadataAwareNameConverter = new MetadataAwareNameConverter($classMetadataFactory); | 
| 32 | 32 | $defaultContext = [ | 
| 33 | 33 | ObjectNormalizer::CALLBACKS => [ | 
| @@ -86,7 +86,7 @@ | ||
| 86 | 86 | $responseCodes = []; | 
| 87 | 87 | $payload = $this->payloadGenerator->generate($this); | 
| 88 | 88 | |
| 89 | -        $this->clients->forAll(static function (int $key, Client $client) use ($payload) { | |
| 89 | +        $this->clients->forAll(static function(int $key, Client $client) use ($payload) { | |
| 90 | 90 | $responseCodes[] = $client->request( | 
| 91 | 91 | 'POST', | 
| 92 | 92 | '', |