Skip to content

Commit 3ed40e5

Browse files
committed
Remove type
1 parent 9f0b2ba commit 3ed40e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/wp-graphql-headless-webhooks/src/Events/SmartCacheEventHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ class SmartCacheEventHandler {
4242
/**
4343
* Constructor
4444
*
45-
* @param callable $webhook_trigger_callback Callback to trigger webhooks
45+
* @param $webhook_trigger_callback Callback to trigger webhooks
4646
*/
47-
public function __construct( callable $webhook_trigger_callback ) {
47+
public function __construct( $webhook_trigger_callback ) {
4848
$this->webhook_trigger_callback = $webhook_trigger_callback;
4949
}
5050

0 commit comments

Comments
 (0)