Skip to content

Commit 0b9bc23

Browse files
committed
Remove extra lines, DEV-1323
Signed-off-by: Iman Aboheydary <[email protected]>
1 parent 07b0d0e commit 0b9bc23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Helper/StoreUrl.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Magento\Store\Model\Store;
99
use MageWorx\SeoBase\Helper\StoreUrl as MageworxStoreUrl;
1010

11-
/** @phpstan-ignore-next-line */
1211
class StoreUrl extends MageworxStoreUrl
1312
{
1413
protected function isUseStoreCodeInUrl(StoreInterface $store): bool
@@ -20,7 +19,6 @@ protected function isUseStoreCodeInUrl(StoreInterface $store): bool
2019
$storeId = (int)$store->getId();
2120

2221
return !($store->hasDisableStoreInUrl() && $store->getDisableStoreInUrl())
23-
// @phpstan-ignore-next-line
2422
&& $this->configDataLoader->getConfigValue(Store::XML_PATH_STORE_IN_URL, $storeId);
2523
}
2624
}

0 commit comments

Comments
 (0)