| @@ -179,7 +179,7 @@ | ||
| 179 | 179 | * @param bool|int|string $default | 
| 180 | 180 | * @return array | 
| 181 | 181 | */ | 
| 182 | - public function build_select(array $options, bool|int|string $default): array | |
| 182 | + public function build_select(array $options, bool | int | string $default): array | |
| 183 | 183 |  	{ | 
| 184 | 184 | return ['options' => build_select($options, $default)]; | 
| 185 | 185 | } |