Completed
Pull Request — master (#3039)
by
unknown
05:36 queued 02:13
created
src/Form/Field/Select.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @param array|callable|string $options
42 42
      *
43
-     * @return $this|mixed
43
+     * @return Select
44 44
      */
45 45
     public function options($options = [])
46 46
     {
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
      * all configurations see https://select2.org/configuration/options-api
432 432
      *
433 433
      * @param string $key
434
-     * @param mixed  $val
434
+     * @param boolean  $val
435 435
      *
436 436
      * @return $this
437 437
      */
Please login to merge, or discard this patch.