@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | /** |
| 93 | 93 | * Retrieve the current options. |
| 94 | 94 | * |
| 95 | - * @return array $options |
|
| 95 | + * @return callable $options |
|
| 96 | 96 | */ |
| 97 | 97 | public function get_options() { |
| 98 | 98 | return $this->load_options(); |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | /** |
| 136 | 136 | * Get an array of all values that are both in the passed array and the predefined list of options |
| 137 | 137 | * |
| 138 | - * @param array $values |
|
| 138 | + * @param array $value |
|
| 139 | 139 | * @return array |
| 140 | 140 | */ |
| 141 | 141 | protected function get_values_from_options( $value ) { |