@@ -47,7 +47,7 @@ |
||
47 | 47 | ->getMock(); |
48 | 48 | $this->factory->expects($this->once()) |
49 | 49 | ->method('getAllMetadata') |
50 | - ->will($this->returnValue(function () { |
|
50 | + ->will($this->returnValue(function() { |
|
51 | 51 | return [ |
52 | 52 | 'SomeBundle\Entity\ParentEntity' => [ |
53 | 53 | 'relations' => [ |
@@ -32,7 +32,7 @@ |
||
32 | 32 | ) { |
33 | 33 | $this->mapper = $mapper; |
34 | 34 | |
35 | - $this->appendRootEntityToSubject = function($subject, $rootEntity) { |
|
35 | + $this->appendRootEntityToSubject = function($subject, $rootEntity) { |
|
36 | 36 | $subject[] = $rootEntity; |
37 | 37 | return $subject; |
38 | 38 | }; |