From a47c86a86d28b0ff3575b5e17ac6d0af094c956d Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Fri, 31 Mar 2017 02:39:19 +0300 Subject: [PATCH] no message --- Block/Metadata.php | 1 - Plugin/Backend/App/AbstractAction.php | 1 - 2 files changed, 2 deletions(-) diff --git a/Block/Metadata.php b/Block/Metadata.php index e6eaf3e..2c78bd9 100644 --- a/Block/Metadata.php +++ b/Block/Metadata.php @@ -5,7 +5,6 @@ class Metadata extends \Magento\Backend\Block\AbstractBlock { /** * @override * @see \Magento\Backend\Block\AbstractBlock::_construct() - * @return void */ protected function _construct() { parent::_construct(); diff --git a/Plugin/Backend/App/AbstractAction.php b/Plugin/Backend/App/AbstractAction.php index 4dd75cf..a042486 100644 --- a/Plugin/Backend/App/AbstractAction.php +++ b/Plugin/Backend/App/AbstractAction.php @@ -19,7 +19,6 @@ class AbstractAction { * @see \Magento\Backend\App\AbstractAction::dispatch() * @param Sb $sb * @param RequestInterface $request - * @return void */ function beforeDispatch(Sb $sb, RequestInterface $request) { /** @var bool|null $isOAuthLogin */