1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace SchulIT\IdpExchange\Response; |
||
4 | |||
5 | use JMS\Serializer\Annotation as Serializer; |
||
6 | |||
7 | class ValueAttribute extends AbstractAttribute { |
||
0 ignored issues
–
show
|
|||
8 | |||
9 | /** |
||
0 ignored issues
–
show
|
|||
10 | * @Serializer\Type("string") |
||
11 | */ |
||
12 | public $value; |
||
13 | } |