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

PluginAccess trait.

parent 76fcc254
No related branches found
No related tags found
1 merge request!11PluginAccess trait.
Pipeline #7238 failed with stages
in 5 minutes and 33 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