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 ValuesAttribute extends AbstractAttribute { |
||
|
0 ignored issues
–
show
|
|||
| 8 | |||
| 9 | /** |
||
|
0 ignored issues
–
show
|
|||
| 10 | * @Serializer\Type("array<string>") |
||
| 11 | */ |
||
| 12 | public $values = [ ]; |
||
| 13 | } |