Issues (1574)

src/Soap/Request/GetLastUpdate.php (10 issues)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace DMT\Insolvency\Soap\Request;
4
5
use DMT\Insolvency\Soap\Request;
6
use JMS\Serializer\Annotation as JMS;
7
8
/**
9
 * Class GetLastUpdate
10
 *
11
 * @JMS\XmlNamespace("http://www.rechtspraak.nl/namespaces/cir01")
12
 * @JMS\XmlRoot("GetLastUpdate", namespace="http://www.rechtspraak.nl/namespaces/cir01")
0 ignored issues
show
Tag value for @JMS\XmlRoot("GetLastUpdate", tag indented incorrectly; expected 35 spaces but found 1
Loading history...
13
 */
0 ignored issues
show
Missing @category tag in class comment
Loading history...
Missing @package tag in class comment
Loading history...
Missing @author tag in class comment
Loading history...
Missing @license tag in class comment
Loading history...
Missing @link tag in class comment
Loading history...
14
class GetLastUpdate implements Request
15
{
16
    /** No arguments for this request */
0 ignored issues
show
The open comment tag must be the only content on the line
Loading history...
Doc comment short description must be on the first line
Loading history...
The close comment tag must be the only content on the line
Loading history...
17
}
18