Skip to content

Commit 3cc8f76

Browse files
committed
[Serializer] Fix Groups PHPDoc
1 parent e419e3f commit 3cc8f76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Annotation/Groups.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class Groups
3030

3131
/**
3232
* @param array $data
33-
* @throws \InvalidArgumentException
33+
*
34+
* @throws InvalidArgumentException
3435
*/
3536
public function __construct(array $data)
3637
{
@@ -52,7 +53,7 @@ public function __construct(array $data)
5253
}
5354

5455
/**
55-
* Gets groups
56+
* Gets groups.
5657
*
5758
* @return array
5859
*/

0 commit comments

Comments
 (0)