Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Mar 30, 2017
1 parent 26007a3 commit a47c86a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Block/Metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 0 additions & 1 deletion Plugin/Backend/App/AbstractAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a47c86a

Please sign in to comment.