From 813a79d0e840c9e7b91524c52b36d140a1b927da Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Fri, 20 Jul 2018 17:24:07 +0200 Subject: [PATCH] PluginAccess trait. --- src/Plugin/HookablePluginDependant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/HookablePluginDependant.php b/src/Plugin/HookablePluginDependant.php index 9f2da43..e335c53 100644 --- a/src/Plugin/HookablePluginDependant.php +++ b/src/Plugin/HookablePluginDependant.php @@ -11,7 +11,7 @@ interface HookablePluginDependant extends Hookable { * * @return null */ - public function set_plugin( $plugin ); + public function set_plugin( AbstractPlugin $plugin ); /** * Get plugin. -- GitLab