add type for jobOptions

This commit is contained in:
Leon Stafford 2022-12-29 03:27:12 +11:00
parent 7bd1e6aeb4
commit 5f824e8674

View file

@ -8,6 +8,9 @@
use WP2Static\OptionRenderer;
/**
* @var array<string, mixed> $options
*/
$options = $view['jobOptions'];
$input = function( $name ) use ( $options ) {