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.
2 parents 4b2bbc7 + 1bdd1b1 commit 4a93b23Copy full SHA for 4a93b23
app/code/Magento/Store/Model/StoreManager.php
@@ -69,7 +69,7 @@ class StoreManager implements
69
/**
70
* Default store code
71
*
72
- * @var string
+ * @var string|int|\Magento\Store\Api\Data\StoreInterface
73
*/
74
protected $currentStoreId = null;
75
app/code/Magento/Store/Model/StoreManagerInterface.php
@@ -117,7 +117,7 @@ public function getGroups($withDefault = false);
117
118
* Set current default store
119
120
- * @param string $store
+ * @param string|int|\Magento\Store\Api\Data\StoreInterface $store
121
* @return void
122
123
public function setCurrentStore($store);
0 commit comments