Completed
Push — master ( 262f01...3234c0 )
by Marcel
04:02
created
Response/UsersResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,5 +11,5 @@
 block discarded – undo
11 11
     /**
12 12
      * @Serializer\Type("array<SchulIT\IdpExchange\Response\UserResponse>")
13 13
      */
14
-    public $users = [ ];
14
+    public $users = [];
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.
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.