Browse Source

fix phpdoc of form field setLabelClass method

Paweł Bukowski 3 years ago
parent
commit
fb7fe423d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Form/Field.php

+ 1 - 1
src/Form/Field.php

@@ -1065,7 +1065,7 @@ class Field implements Renderable
     /**
      * @param  array|string  $labelClass
      * @param  bool  $append
-     * @return $this|string
+     * @return $this
      */
     public function setLabelClass($labelClass, bool $append = true)
     {