@@ -40,7 +40,7 @@ discard block |
||
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 |
||
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 | */ |