We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4491204 commit 09cc739Copy full SHA for 09cc739
app/code/Magento/Customer/Model/Session.php
@@ -19,6 +19,7 @@
19
* @method string getNoReferer()
20
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
22
+ * @SuppressWarnings(PHPMD.TooManyFields)
23
* @since 100.0.2
24
*/
25
class Session extends \Magento\Framework\Session\SessionManager
app/code/Magento/Store/Controller/Store/Redirect.php
@@ -94,5 +94,6 @@ public function execute()
94
];
95
$this->_redirect->redirect($this->_response, 'stores/store/switch', $arguments);
96
}
97
+ // phpstan:ignore "Method Magento\Store\Controller\Store\Redirect::execute() should return *"
98
99
0 commit comments