@@ -38,7 +38,7 @@ |
||
| 38 | 38 | ->isTrue() |
| 39 | 39 | ->boolean($person1->equals($serializer->deserialize($data, Person::class, 'json'))) |
| 40 | 40 | ->isFalse() |
| 41 | - ->exception(function () use ($serializer, $address) { |
|
| 41 | + ->exception(function() use ($serializer, $address) { |
|
| 42 | 42 | $serializer->serialize($address, 'json'); |
| 43 | 43 | })->isInstanceOf(\InvalidArgumentException::class) |
| 44 | 44 | ; |