Skip to content

Commit b6d2669

Browse files
MAGETWO-96413: Restricted Admin User Backend Order Creation Issue
- Fix static test
1 parent 0f527ca commit b6d2669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Store/Model/Store.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
3434
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3535
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
36+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
3637
* @since 100.0.2
3738
*/
3839
class Store extends AbstractExtensibleModel implements

0 commit comments

Comments
 (0)