Passed
Pull Request — master (#96)
by Matt
07:38
created
event/listener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -179,7 +179,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.