We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b4b2b commit 8ca94f5Copy full SHA for 8ca94f5
src/Domain/Model/Address.php
@@ -12,6 +12,10 @@ class Address {
12
13
private const TYPE_COMPANY = 'company';
14
15
+ /**
16
+ * @var int|null
17
+ * @phpstan-ignore-next-line
18
+ */
19
private ?int $id;
20
21
private string $salutation;
src/Domain/Model/AddressChange.php
@@ -24,6 +24,10 @@ class AddressChange {
24
public const EXPORT_STATE_USED_NOT_EXPORTED = 'USED_NOT_EXPORTED';
25
public const EXPORT_STATE_USED_EXPORTED = 'USED_EXPORTED';
26
27
28
29
30
31
32
33
private AddressChangeId $identifier;
0 commit comments