mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-29 08:32:23 +08:00
add type for jobOptions
This commit is contained in:
parent
7bd1e6aeb4
commit
5f824e8674
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
use WP2Static\OptionRenderer;
|
||||
|
||||
/**
|
||||
* @var array<string, mixed> $options
|
||||
*/
|
||||
$options = $view['jobOptions'];
|
||||
|
||||
$input = function( $name ) use ( $options ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue