@@ -118,7 +118,7 @@ |
||
118 | 118 | $newEntityId = $this->getEntityId($newEntity); |
119 | 119 | $oldEntityMatches = array_filter( |
120 | 120 | $oldEntityList, |
121 | - function(Package $oldEntity) use ($newEntityId, $self) { |
|
121 | + function (Package $oldEntity) use ($newEntityId, $self) { |
|
122 | 122 | return $self->getEntityId($oldEntity) == $newEntityId; |
123 | 123 | } |
124 | 124 | ); |