10
10
11
11
/**
12
12
* Integration tests decoration of store manager
13
- *
14
- * @package Magento\TestFramework\Store
15
13
*/
16
14
class StoreManager implements \Magento \Store \Model \StoreManagerInterface
17
15
{
@@ -43,7 +41,7 @@ public function __construct(
43
41
}
44
42
45
43
/**
46
- * { @inheritdoc}
44
+ * @inheritdoc
47
45
*/
48
46
public function setCurrentStore ($ store )
49
47
{
@@ -52,7 +50,7 @@ public function setCurrentStore($store)
52
50
}
53
51
54
52
/**
55
- * { @inheritdoc}
53
+ * @inheritdoc
56
54
*/
57
55
public function setIsSingleStoreModeAllowed ($ value )
58
56
{
@@ -61,7 +59,7 @@ public function setIsSingleStoreModeAllowed($value)
61
59
}
62
60
63
61
/**
64
- * { @inheritdoc}
62
+ * @inheritdoc
65
63
*/
66
64
public function hasSingleStore ()
67
65
{
@@ -71,7 +69,7 @@ public function hasSingleStore()
71
69
}
72
70
73
71
/**
74
- * { @inheritdoc}
72
+ * @inheritdoc
75
73
*/
76
74
public function isSingleStoreMode ()
77
75
{
@@ -81,7 +79,7 @@ public function isSingleStoreMode()
81
79
}
82
80
83
81
/**
84
- * { @inheritdoc}
82
+ * @inheritdoc
85
83
*/
86
84
public function getStore ($ storeId = null )
87
85
{
@@ -91,7 +89,7 @@ public function getStore($storeId = null)
91
89
}
92
90
93
91
/**
94
- * { @inheritdoc}
92
+ * @inheritdoc
95
93
*/
96
94
public function getStores ($ withDefault = false , $ codeKey = false )
97
95
{
@@ -101,7 +99,7 @@ public function getStores($withDefault = false, $codeKey = false)
101
99
}
102
100
103
101
/**
104
- * { @inheritdoc}
102
+ * @inheritdoc
105
103
*/
106
104
public function getWebsite ($ websiteId = null )
107
105
{
@@ -111,7 +109,7 @@ public function getWebsite($websiteId = null)
111
109
}
112
110
113
111
/**
114
- * { @inheritdoc}
112
+ * @inheritdoc
115
113
*/
116
114
public function getWebsites ($ withDefault = false , $ codeKey = false )
117
115
{
@@ -121,7 +119,7 @@ public function getWebsites($withDefault = false, $codeKey = false)
121
119
}
122
120
123
121
/**
124
- * { @inheritdoc}
122
+ * @inheritdoc
125
123
*/
126
124
public function reinitStores ()
127
125
{
@@ -145,7 +143,7 @@ public function reinitStores()
145
143
}
146
144
147
145
/**
148
- * { @inheritdoc}
146
+ * @inheritdoc
149
147
*/
150
148
public function getDefaultStoreView ()
151
149
{
@@ -155,7 +153,7 @@ public function getDefaultStoreView()
155
153
}
156
154
157
155
/**
158
- * { @inheritdoc}
156
+ * @inheritdoc
159
157
*/
160
158
public function getGroup ($ groupId = null )
161
159
{
@@ -165,7 +163,7 @@ public function getGroup($groupId = null)
165
163
}
166
164
167
165
/**
168
- * { @inheritdoc}
166
+ * @inheritdoc
169
167
*/
170
168
public function getGroups ($ withDefault = false )
171
169
{
0 commit comments