Completed
Push — extensions-support ( f580fa...b18681 )
by Guido
06:46
created
src/Extensions/Gedmo/TreeSelfReference.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.