Skip to content
Snippets Groups Projects
Commit f4bb47b1 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

Methods compatibility.

parent 97ee4c0b
No related branches found
No related tags found
1 merge request!13Methods compatibility.
Pipeline #7394 failed with stages
in 7 minutes and 27 seconds
...@@ -7,9 +7,9 @@ interface HookableCollection extends Hookable { ...@@ -7,9 +7,9 @@ interface HookableCollection extends Hookable {
/** /**
* Add hookable object. * Add hookable object.
* *
* @param Hookable $hookable_object Hookable object to add. * @param Hookable|HookablePluginDependant $hookable_object Hookable object.
*/ */
public function add_hookable( $hookable_object ); public function add_hookable( Hookable $hookable_object );
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment