Skip to content

Commit e4f9a31

Browse files
committed
fix action arg num
1 parent 672659b commit e4f9a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function run() : void {
2020
'wp2static_deploy',
2121
[ $this, 'deploy' ],
2222
15,
23-
1
23+
2
2424
);
2525

2626
add_action(

wp2static-addon-netlify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
require WP2STATIC_NETLIFY_PATH . 'vendor/autoload.php';
2424
}
2525

26-
function run_wp2static_addon_netlify() {
26+
function run_wp2static_addon_netlify() : void {
2727
$controller = new WP2StaticNetlify\Controller();
2828
$controller->run();
2929
}

0 commit comments

Comments
 (0)