File tree 1 file changed +7
-5
lines changed
app/code/Magento/Customer/Model
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 20
20
use Magento \Store \Model \StoreManagerInterface ;
21
21
22
22
/**
23
+ * The class contains methods for getting information about a customer group
24
+ *
23
25
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
26
*/
25
27
class GroupManagement implements \Magento \Customer \Api \GroupManagementInterface
@@ -104,7 +106,7 @@ public function __construct(
104
106
}
105
107
106
108
/**
107
- * { @inheritdoc}
109
+ * @inheritdoc
108
110
*/
109
111
public function isReadonly ($ groupId )
110
112
{
@@ -118,7 +120,7 @@ public function isReadonly($groupId)
118
120
}
119
121
120
122
/**
121
- * { @inheritdoc}
123
+ * @inheritdoc
122
124
*/
123
125
public function getDefaultGroup ($ storeId = null )
124
126
{
@@ -144,15 +146,15 @@ public function getDefaultGroup($storeId = null)
144
146
}
145
147
146
148
/**
147
- * { @inheritdoc}
149
+ * @inheritdoc
148
150
*/
149
151
public function getNotLoggedInGroup ()
150
152
{
151
153
return $ this ->groupRepository ->getById (self ::NOT_LOGGED_IN_ID );
152
154
}
153
155
154
156
/**
155
- * { @inheritdoc}
157
+ * @inheritdoc
156
158
*/
157
159
public function getLoggedInGroups ()
158
160
{
@@ -179,7 +181,7 @@ public function getLoggedInGroups()
179
181
}
180
182
181
183
/**
182
- * { @inheritdoc}
184
+ * @inheritdoc
183
185
*/
184
186
public function getAllCustomersGroup ()
185
187
{
You can’t perform that action at this time.
0 commit comments