Issues (181)

Response/ValueAttribute.php (4 issues)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace SchulIT\IdpExchange\Response;
4
5
use JMS\Serializer\Annotation as Serializer;
6
7
class ValueAttribute extends AbstractAttribute {
0 ignored issues
show
Missing doc comment for class ValueAttribute
Loading history...
Opening brace of a class must be on the line after the definition
Loading history...
8
9
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
10
     * @Serializer\Type("string")
11
     */
12
    public $value;
13
}