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

Merge branch 'feature/hookable-object' into 'master'

PluginAccess trait.

See merge request !11
parents 11e9354f 813a79d0
No related branches found
No related tags found
1 merge request!11PluginAccess trait.
Pipeline #7261 failed with stages
in 3 minutes and 48 seconds
...@@ -11,7 +11,7 @@ interface HookablePluginDependant extends Hookable { ...@@ -11,7 +11,7 @@ interface HookablePluginDependant extends Hookable {
* *
* @return null * @return null
*/ */
public function set_plugin( $plugin ); public function set_plugin( AbstractPlugin $plugin );
/** /**
* Get plugin. * Get plugin.
......
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