Completed
Pull Request — master (#14)
by Konstantin
05:37 queued 01:49
created
src/entities/Field.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      */
170 170
     public function linkEnum($enum)
171 171
     {
172
-       $this->enums[] = $enum;
172
+        $this->enums[] = $enum;
173 173
     }
174 174
 
175 175
     /**
Please login to merge, or discard this patch.