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