| @@ -82,7 +82,7 @@ | ||
| 82 | 82 | return new static($field->getClassMetadata(), $field->getName(), $key); | 
| 83 | 83 | }); | 
| 84 | 84 | |
| 85 | -        ManyToOne::macro($method, function (ManyToOne $relation) use ($key) { | |
| 85 | +        ManyToOne::macro($method, function(ManyToOne $relation) use ($key) { | |
| 86 | 86 | $relation->nullable(); | 
| 87 | 87 | |
| 88 | 88 | return new static($relation->getClassMetadata(), $relation->getRelation(), $key); |