Skip to content

Commit 09cc739

Browse files
committed
MC-29555: Remove 'getSessionIdQueryParam()' calls
1 parent 4491204 commit 09cc739

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/code/Magento/Customer/Model/Session.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @method string getNoReferer()
2020
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2121
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
22+
* @SuppressWarnings(PHPMD.TooManyFields)
2223
* @since 100.0.2
2324
*/
2425
class Session extends \Magento\Framework\Session\SessionManager

app/code/Magento/Store/Controller/Store/Redirect.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,6 @@ public function execute()
9494
];
9595
$this->_redirect->redirect($this->_response, 'stores/store/switch', $arguments);
9696
}
97+
// phpstan:ignore "Method Magento\Store\Controller\Store\Redirect::execute() should return *"
9798
}
9899
}

0 commit comments

Comments
 (0)