@@ -8,5 +8,5 @@ |
||
8 | 8 | /** |
9 | 9 | * @Serializer\Type("array<SchulIT\IdpExchange\Response\UserUpdateInformation>") |
10 | 10 | */ |
11 | - public $users = [ ]; |
|
11 | + public $users = []; |
|
12 | 12 | } |
13 | 13 | \ No newline at end of file |
@@ -19,5 +19,5 @@ |
||
19 | 19 | /** |
20 | 20 | * @Serializer\Type("array<SchulIT\IdpExchange\Response\AbstractAttribute>") |
21 | 21 | */ |
22 | - public $attributes = [ ]; |
|
22 | + public $attributes = []; |
|
23 | 23 | } |
24 | 24 | \ No newline at end of file |