From 9b5125405ce2596226fd46364691fdc5eadd278a Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 19 Feb 2020 22:28:17 +0300 Subject: [PATCH] refactor(core): typo updates for Plugins API --- flextype/core/Plugins.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flextype/core/Plugins.php b/flextype/core/Plugins.php index 2952d352..3b8f5f82 100755 --- a/flextype/core/Plugins.php +++ b/flextype/core/Plugins.php @@ -60,6 +60,8 @@ class Plugins /** * Init Plugins * + * @return void + * * @access private */ public function init($flextype, $app) : void @@ -250,6 +252,8 @@ class Plugins /** * Get plugins list * + * @return array + * * @access public */ public function getPluginsList() : array @@ -271,6 +275,8 @@ class Plugins /** * Include enabled plugins * + * @return void + * * @access protected */ private function includeEnabledPlugins($flextype, $app) : void