@@ -166,7 +166,8 @@ class Config
166
166
private ?string $ version = '1.3.5-dev ' ;
167
167
168
168
/**
169
- * @method __construct
169
+ * Config class constructor
170
+ *
170
171
* @param StoreManagerInterface $storeManager
171
172
* @param ScopeConfigInterface $scopeConfig
172
173
* @param ResourceConfig $resourceConfig
@@ -279,7 +280,6 @@ public function getPromotionsUrl($storeId = null): string
279
280
/**
280
281
* Is single store mode
281
282
*
282
- * @method isSingleStoreMode
283
283
* @return bool
284
284
*/
285
285
public function isSingleStoreMode (): bool
@@ -413,7 +413,7 @@ public function shouldUseDefaultFulfillmentAddress($scopeId = null, $scope = nul
413
413
* Get fulfillment address
414
414
*
415
415
* @param int $scopeId
416
- * @param int $scope
416
+ * @param string $scope
417
417
* @return array
418
418
*/
419
419
public function getFulfillmentAddress ($ scopeId = null , $ scope = ScopeInterface::SCOPE_STORES ): array
@@ -622,7 +622,7 @@ public function getExternalBusinessId($scopeId = null, $scope = null)
622
622
* Get pixel id
623
623
*
624
624
* @param int $scopeId
625
- * @param int $scope
625
+ * @param string $scope
626
626
* @return mixed
627
627
*/
628
628
public function getPixelId ($ scopeId = null , $ scope = ScopeInterface::SCOPE_STORES )
@@ -714,7 +714,7 @@ public function getCommerceAccountId($scopeId = null, $scope = null)
714
714
* Get commerce partner integration ID
715
715
*
716
716
* @param int $scopeId
717
- * @param int $scope
717
+ * @param string $scope
718
718
* @return mixed|null
719
719
*/
720
720
public function getCommercePartnerIntegrationId ($ scopeId = null , $ scope = ScopeInterface::SCOPE_STORES )
@@ -789,7 +789,7 @@ public function getShippingMethodsMap($storeId = null): array
789
789
* Get shipping methods label map
790
790
*
791
791
* @param int|null $storeId
792
- * @return array|null
792
+ * @return array
793
793
*/
794
794
public function getShippingMethodsLabelMap ($ storeId = null ): array
795
795
{
0 commit comments