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 07b0d0e commit 0b9bc23Copy full SHA for 0b9bc23
Helper/StoreUrl.php
@@ -8,7 +8,6 @@
8
use Magento\Store\Model\Store;
9
use MageWorx\SeoBase\Helper\StoreUrl as MageworxStoreUrl;
10
11
-/** @phpstan-ignore-next-line */
12
class StoreUrl extends MageworxStoreUrl
13
{
14
protected function isUseStoreCodeInUrl(StoreInterface $store): bool
@@ -20,7 +19,6 @@ protected function isUseStoreCodeInUrl(StoreInterface $store): bool
20
19
$storeId = (int)$store->getId();
21
22
return !($store->hasDisableStoreInUrl() && $store->getDisableStoreInUrl())
23
- // @phpstan-ignore-next-line
24
&& $this->configDataLoader->getConfigValue(Store::XML_PATH_STORE_IN_URL, $storeId);
25
}
26
0 commit comments