We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd461c commit a6f27c1Copy full SHA for a6f27c1
1 file changed
bin/generate-mcp-docs.php
@@ -17,7 +17,7 @@
17
require_once $root . '/vendor/autoload.php';
18
19
if ( ! function_exists( 'apply_filters' ) ) {
20
- function apply_filters( string $hook_name, mixed $value, mixed ...$args ): mixed {
+ function apply_filters( string $hook_name, $value, ...$args ) {
21
return $value;
22
}
23
0 commit comments