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 9f0b2ba commit 3ed40e5Copy full SHA for 3ed40e5
plugins/wp-graphql-headless-webhooks/src/Events/SmartCacheEventHandler.php
@@ -42,9 +42,9 @@ class SmartCacheEventHandler {
42
/**
43
* Constructor
44
*
45
- * @param callable $webhook_trigger_callback Callback to trigger webhooks
+ * @param $webhook_trigger_callback Callback to trigger webhooks
46
*/
47
- public function __construct( callable $webhook_trigger_callback ) {
+ public function __construct( $webhook_trigger_callback ) {
48
$this->webhook_trigger_callback = $webhook_trigger_callback;
49
}
50
0 commit comments