Skip to content

Commit 5d1e713

Browse files
authored
removed return
end of class meant return was un-needed
1 parent 96c1320 commit 5d1e713

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/AdminNotification/Controller/Adminhtml/Notification

1 file changed

+0
-1
lines changed

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification/MassRemove.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,5 @@ public function execute()
4040
}
4141
}
4242
$this->_redirect('adminhtml/*/');
43-
return;
4443
}
4544
}

0 commit comments

Comments
 (0)