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

Merge branch 'feature/plugin-activation' into 'master'

Methods compatibility.

See merge request !13
parents 57ab3b51 f4bb47b1
No related branches found
No related tags found
1 merge request!13Methods compatibility.
Pipeline #7433 failed
...@@ -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.
Please register or to comment