Issues (1574)

src/Model/InspubPersoonWebsite.php (29 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 InspubPersoonWebsite
9
 *
10
 * @JMS\XmlNamespace("http://www.rechtspraak.nl/namespaces/inspubber01")
11
 * @JMS\XmlRoot("inspubPersoonWebsite", namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlRoot("inspubPersoonWebsite", tag indented incorrectly; expected 34 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 InspubPersoonWebsite implements PersoonType
14
{
15
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
16
     * @JMS\SerializedName("rechtspersoonlijkheid")
17
     * @JMS\Type("string")
18
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 17 spaces but found 1
Loading history...
19
     *
20
     * @var string $rechtspersoonlijkheid
21
     */
22
    public $rechtspersoonlijkheid;
23
24
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
25
     * @JMS\SerializedName("voornaam")
26
     * @JMS\Type("string")
27
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 4 spaces but found 1
Loading history...
28
     *
29
     * @var string $voornaam
30
     */
31
    public $voornaam;
32
33
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
34
     * @JMS\SerializedName("voorletters")
35
     * @JMS\Type("string")
36
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 7 spaces but found 1
Loading history...
37
     *
38
     * @var string $voorletters
39
     */
40
    public $voorletters;
41
42
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
43
     * @JMS\SerializedName("voorvoegsel")
44
     * @JMS\Type("string")
45
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 7 spaces but found 1
Loading history...
46
     *
47
     * @var string $voorvoegsel
48
     */
49
    public $voorvoegsel;
50
51
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
52
     * @JMS\SerializedName("achternaam")
53
     * @JMS\Type("string")
54
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 6 spaces but found 1
Loading history...
55
     *
56
     * @var string $achternaam
57
     */
58
    public $achternaam;
59
60
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
61
     * @JMS\SerializedName("geboortedatum")
62
     * @JMS\Type("DateTime<'Y-m-d'>")
63
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 9 spaces but found 1
Loading history...
64
     *
65
     * @var \DateTime $geboortedatum
66
     */
67
    public $geboortedatum;
68
69
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
70
     * @JMS\SerializedName("geboorteplaats")
71
     * @JMS\Type("string")
72
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 10 spaces but found 1
Loading history...
73
     *
74
     * @var string $geboorteplaats
75
     */
76
    public $geboorteplaats;
77
78
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
79
     * @JMS\SerializedName("geboorteland")
80
     * @JMS\Type("string")
81
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 8 spaces but found 1
Loading history...
82
     *
83
     * @var string $geboorteland
84
     */
85
    public $geboorteland;
86
87
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
88
     * @JMS\SerializedName("overlijdensdatum")
89
     * @JMS\Type("DateTime<'Y-m-d'>")
90
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 12 spaces but found 1
Loading history...
91
     *
92
     * @var \DateTime $overlijdensdatum
93
     */
94
    public $overlijdensdatum;
95
96
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
97
     * @JMS\SerializedName("KvKNummer")
98
     * @JMS\Type("string")
99
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 5 spaces but found 1
Loading history...
100
     *
101
     * @var string $kvKNummer
102
     */
103
    public $kvKNummer;
104
105
    /**
0 ignored issues
show
Missing short description in doc comment
Loading history...
106
     * @JMS\SerializedName("KvKPlaats")
107
     * @JMS\Type("string")
108
     * @JMS\XmlElement(cdata=false, namespace="http://www.rechtspraak.nl/namespaces/inspubber01")
0 ignored issues
show
Tag value for @JMS\XmlElement(cdata=false, tag indented incorrectly; expected 5 spaces but found 1
Loading history...
109
     *
110
     * @var string $kvKPlaats
111
     */
112
    public $kvKPlaats;
113
}
114