Completed
Push — master ( 4f286f...330752 )
by Marcel
04:21
created
Response/UpdatedUsersResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,5 +8,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Response/UserResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,5 +19,5 @@
 block discarded – undo
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
Please login to merge, or discard this patch.