Skip to content

Commit e2c195f

Browse files
committed
MAGETWO-57129: Identity Service fix
1 parent c849bc6 commit e2c195f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/DataObject/IdentityService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class IdentityService implements IdentityGeneratorInterface
2020
/**
2121
* IdentityService constructor.
2222
*/
23-
public function __construct(
24-
) {
23+
public function __construct()
24+
{
2525
$this->uuidFactory = new \Ramsey\Uuid\UuidFactory();
2626
}
2727

0 commit comments

Comments
 (0)