Completed
Push — master ( 4bb4eb...402013 )
by Arthur
03:35
created
src/Mapping/Context/FieldContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function __construct(Field $field, FieldContainer $container, SchemaContainer $schema)
22 22
     {
23
-        $this->field     = $field;
23
+        $this->field = $field;
24 24
         parent::__construct($container, $schema);
25 25
     }
26 26
 
Please login to merge, or discard this patch.