Issues (1574)

src/Model/VerwijderdePublicatieLijst.php (10 issues)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace DMT\Insolvency\Model;
4
5
use JMS\Serializer\Annotation as JMS;
6
7
/**
8
 * Class VerwijderdePublicatieLijst
9
 *
10
 * @JMS\XmlNamespace("http://www.rechtspraak.nl/namespaces/cir01")
11
 * @JMS\XmlRoot("verwijderdePublicatieLijst", namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlRoot("verwijderdePublicatieLijst", tag indented incorrectly; expected 22 spaces but found 1
Loading history...
12
 */
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...
13
class VerwijderdePublicatieLijst
14
{
15
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
16
     * @JMS\SerializedName("extractiedatum")
17
     * @JMS\Type("DateTime<'Y-m-d\TH:i:sP'>")
18
     * @JMS\XmlAttribute()
19
     *
20
     * @var \DateTime $extractiedatum
21
     */
22
    public $extractiedatum;
23
24
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
25
     * @JMS\Type("array<DMT\Insolvency\Model\VerwijderdeInsolventie>")
26
     * @JMS\XmlList(inline=true, entry="verwijderdeInsolventie", namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlList(inline=true, tag indented incorrectly; expected 39 spaces but found 1
Loading history...
27
     *
28
     * @var VerwijderdeInsolventie[] $verwijderdeInsolventie
29
     */
30
    public $verwijderdeInsolventie;
31
}