Skip to content

Commit abb37e9

Browse files
committed
ACP2E-3038: fix static errors
1 parent 089c0c7 commit abb37e9

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Authorization/Test/Fixture

1 file changed

+1
-1
lines changed

app/code/Magento/Authorization/Test/Fixture/Role.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ private function convertGwsWebsiteStoreGroups($data): ?string
148148
{
149149
if (isset($data)) {
150150
if (is_array($data)) {
151-
return implode(',',$data);
151+
return implode(',', $data);
152152
}
153153
if (is_string($data)) {
154154
return $data;

0 commit comments

Comments
 (0)