@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | ->expects(self::once()) |
169 | 169 | ->method('loadCollection') |
170 | 170 | ->with($this->collection) |
171 | - ->willReturnCallback(function (PersistentCollection $persistentCollection) use ($persistedElement) : void { |
|
171 | + ->willReturnCallback(function(PersistentCollection $persistentCollection) use ($persistedElement) : void { |
|
172 | 172 | $persistentCollection->unwrap()->add($persistedElement); |
173 | 173 | }); |
174 | 174 | |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | ->expects(self::once()) |
206 | 206 | ->method('loadCollection') |
207 | 207 | ->with($this->collection) |
208 | - ->willReturnCallback(function (PersistentCollection $persistentCollection) use ( |
|
208 | + ->willReturnCallback(function(PersistentCollection $persistentCollection) use ( |
|
209 | 209 | $persistedElement, |
210 | 210 | $newElementThatIsAlsoPersisted |
211 | 211 | ) : void { |
@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | ->expects(self::once()) |
248 | 248 | ->method('loadCollection') |
249 | 249 | ->with($this->collection) |
250 | - ->willReturnCallback(function (PersistentCollection $persistentCollection) use ( |
|
250 | + ->willReturnCallback(function(PersistentCollection $persistentCollection) use ( |
|
251 | 251 | $persistedElement, |
252 | 252 | $newElementThatIsAlsoPersisted |
253 | 253 | ) : void { |