@@ -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' => [ |
@@ -44,7 +44,7 @@ |
||
| 44 | 44 | $this->mapper = $mapper; |
| 45 | 45 | $this->logger = $logger; |
| 46 | 46 | |
| 47 | - $this->appendRootEntityToSubject = function($subject, $rootEntity) { |
|
| 47 | + $this->appendRootEntityToSubject = function($subject, $rootEntity) { |
|
| 48 | 48 | $subject[] = $rootEntity; |
| 49 | 49 | return $subject; |
| 50 | 50 | }; |