Skip to content

Commit a6f27c1

Browse files
committed
Fix docs
1 parent 0cd461c commit a6f27c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/generate-mcp-docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
require_once $root . '/vendor/autoload.php';
1818

1919
if ( ! function_exists( 'apply_filters' ) ) {
20-
function apply_filters( string $hook_name, mixed $value, mixed ...$args ): mixed {
20+
function apply_filters( string $hook_name, $value, ...$args ) {
2121
return $value;
2222
}
2323
}

0 commit comments

Comments
 (0)