Completed
Push — dev ( 3aade8...05a280 )
by Marc
02:12
created
src/Fields/FieldWrapper.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@  discard block
 block discarded – undo
29 29
 
30 30
     /**
31 31
      * Field constructor.
32
-     * @param FieldInterface|TypeInterface $field
33
-     * @param null $relation
32
+     * @param FieldInterface $field
34 33
      */
35 34
     public function __construct(FieldInterface $field)
36 35
     {
@@ -209,7 +208,7 @@  discard block
 block discarded – undo
209 208
     }
210 209
 
211 210
     /**
212
-     * @param array|string $classes
211
+     * @param array|string $class
213 212
      */
214 213
     protected function mergeClassAttribute($class) {
215 214
         if (! is_array($class)) $class = [$class];
Please login to merge, or discard this patch.