SchulIT /
idp-exchange-models
| 1 | <?php |
||
| 2 | |||
|
0 ignored issues
–
show
Coding Style
introduced
by
Loading history...
|
|||
| 3 | namespace SchulIT\IdpExchange\Response; |
||
| 4 | |||
| 5 | use JMS\Serializer\Annotation as Serializer; |
||
| 6 | |||
| 7 | class UpdatedUsersResponse { |
||
|
0 ignored issues
–
show
|
|||
| 8 | /** |
||
|
0 ignored issues
–
show
|
|||
| 9 | * @Serializer\Type("array<SchulIT\IdpExchange\Response\UserUpdateInformation>") |
||
| 10 | */ |
||
| 11 | public $users = [ ]; |
||
| 12 | } |