@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | public function getDataTransformer(): ?\Closure |
24 | 24 | { |
25 | - return function ($data) { |
|
25 | + return function($data) { |
|
26 | 26 | if ($data === null) { |
27 | 27 | return ''; |
28 | 28 | } |
@@ -20,7 +20,7 @@ |
||
20 | 20 | $metadataFactory |
21 | 21 | ->expects($this->once()) |
22 | 22 | ->method('getMetadataFor') |
23 | - ->willReturnCallback(function (string $class) { |
|
23 | + ->willReturnCallback(function(string $class) { |
|
24 | 24 | $this->assertEquals('MyLittleClass', $class); |
25 | 25 | |
26 | 26 | throw new \Exception(); |