Passed
Push — master ( 73feaf...96c50a )
by Petr
14:29
created
src/Pohoda/Supplier/SupplierItemDto.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -8,36 +8,36 @@
 block discarded – undo
8 8
 class SupplierItemDto extends AbstractItemDto
9 9
 {
10 10
     #[Attributes\Options\BooleanOption]
11
-    public bool|string|null $default = null;
11
+    public bool | string | null $default = null;
12 12
     /** @var array<string, string|int|float|bool|array<string, string|int|float|bool>>|string|null */
13 13
     #[Attributes\RefElement]
14
-    public array|string|null $refAd = null;
14
+    public array | string | null $refAd = null;
15 15
     #[Attributes\Options\StringOption(64)]
16 16
     public ?string $orderCode = null;
17 17
     #[Attributes\Options\StringOption(90)]
18 18
     public ?string $orderName = null;
19 19
     #[Attributes\Options\FloatOption]
20
-    public float|string|null $purchasingPrice = null;
20
+    public float | string | null $purchasingPrice = null;
21 21
     #[Attributes\RefElement]
22 22
     public ?string $currency = null;
23 23
     #[Attributes\Options\FloatOption]
24
-    public float|string|null $rate = null;
24
+    public float | string | null $rate = null;
25 25
     #[Attributes\Options\BooleanOption]
26
-    public bool|string|null $payVAT = null;
26
+    public bool | string | null $payVAT = null;
27 27
     #[Attributes\Options\StringOption(20)]
28 28
     public ?string $ean = null;
29 29
     #[Attributes\Options\BooleanOption]
30
-    public bool|string|null $printEAN = null;
30
+    public bool | string | null $printEAN = null;
31 31
     #[Attributes\Options\StringOption(10)]
32 32
     public ?string $unitEAN = null;
33 33
     #[Attributes\Options\FloatOption]
34
-    public float|string|null $unitCoefEAN = null;
34
+    public float | string | null $unitCoefEAN = null;
35 35
     #[Attributes\Options\IntegerOption]
36
-    public int|string|null $deliveryTime = null;
36
+    public int | string | null $deliveryTime = null;
37 37
     #[Attributes\RefElement]
38 38
     public ?string $deliveryPeriod = null;
39 39
     #[Attributes\Options\FloatOption]
40
-    public float|string|null $minQuantity = null;
40
+    public float | string | null $minQuantity = null;
41 41
     #[Attributes\Options\StringOption(10)]
42 42
     public ?string $unit = null;
43 43
     public ?string $note = null;
Please login to merge, or discard this patch.
src/Pohoda/CashSlip/CashSlipDto.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 
7 7
 class CashSlipDto extends Document\AbstractDocumentDto
8 8
 {
9
-    public Header|HeaderDto|null $header = null;
9
+    public Header | HeaderDto | null $header = null;
10 10
     /** @var array<Item|ItemDto> */
11 11
     public array $details = [];
12
-    public Summary|SummaryDto|null $summary = null;
12
+    public Summary | SummaryDto | null $summary = null;
13 13
 }
Please login to merge, or discard this patch.
src/Pohoda/IntParam/SettingsDto.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 {
10 10
     public ?string $unit = null;
11 11
     #[Attributes\Options\IntegerOption]
12
-    public int|string|null $length = null;
12
+    public int | string | null $length = null;
13 13
     #[Attributes\RefElement]
14 14
     public ?string $currency = null;
15 15
     /** @var array<string, string|int|float|bool|array<string, string|int|float|bool>>|string|null */
16
-    public array|string|null $parameterList = null;
16
+    public array | string | null $parameterList = null;
17 17
 }
Please login to merge, or discard this patch.
src/Pohoda/Invoice/InvoiceDto.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,12 +7,12 @@
 block discarded – undo
7 7
 
8 8
 class InvoiceDto extends Document\AbstractDocumentDto
9 9
 {
10
-    public Header|HeaderDto|null $header = null;
10
+    public Header | HeaderDto | null $header = null;
11 11
     /** @var array<Item|ItemDto> */
12 12
     public array $details = [];
13 13
     /** @var array<Type\Link|Type\Dtos\LinkDto> */
14 14
     public array $links = [];
15 15
     /** @var array<AdvancePaymentItem|AdvancePaymentItemDto> */
16 16
     public array $invoiceDetail = [];
17
-    public Summary|SummaryDto|null $summary = null;
17
+    public Summary | SummaryDto | null $summary = null;
18 18
 }
Please login to merge, or discard this patch.
src/Pohoda/ListRequest/RestrictionDataDto.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,5 +8,5 @@
 block discarded – undo
8 8
 class RestrictionDataDto extends AbstractDto
9 9
 {
10 10
     #[Attributes\Options\BooleanOption]
11
-    public bool|string|null $liquidations = null;
11
+    public bool | string | null $liquidations = null;
12 12
 }
Please login to merge, or discard this patch.
src/Pohoda/ListRequest/FilterDto.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 class FilterDto extends AbstractDto
9 9
 {
10 10
     #[Attributes\Options\IntegerOption]
11
-    public int|string|null $id = null;
11
+    public int | string | null $id = null;
12 12
     #[Attributes\RefElement]
13 13
     public ?string $extId = null;
14 14
     public ?string $code = null;
@@ -16,20 +16,20 @@  discard block
 block discarded – undo
16 16
     public ?string $name = null;
17 17
     /** @var array<string, string|int|float|bool>|string|null */
18 18
     #[Attributes\RefElement]
19
-    public array|string|null $storage = null;
19
+    public array | string | null $storage = null;
20 20
     #[Attributes\RefElement]
21 21
     public ?string $store = null;
22 22
     #[Attributes\Options\BooleanOption]
23
-    public bool|string|null $internet = null;
23
+    public bool | string | null $internet = null;
24 24
     public ?string $company = null;
25 25
     public ?string $ico = null;
26 26
     public ?string $dic = null;
27 27
     #[Attributes\Options\DateTimeOption]
28
-    public \DateTimeInterface|string|null $lastChanges = null;
28
+    public \DateTimeInterface | string | null $lastChanges = null;
29 29
     #[Attributes\Options\DateOption]
30
-    public \DateTimeInterface|string|null $dateFrom = null;
30
+    public \DateTimeInterface | string | null $dateFrom = null;
31 31
     #[Attributes\Options\DateOption]
32
-    public \DateTimeInterface|string|null $dateTill = null;
32
+    public \DateTimeInterface | string | null $dateTill = null;
33 33
     #[Attributes\RefElement]
34 34
     public ?string $selectedNumbers = null;
35 35
     #[Attributes\RefElement]
Please login to merge, or discard this patch.
src/Pohoda/ListRequest/LimitDto.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 class LimitDto extends AbstractDto
9 9
 {
10 10
     #[Attributes\Options\IntegerOption]
11
-    public int|string|null $idFrom = null;
11
+    public int | string | null $idFrom = null;
12 12
     #[Attributes\Options\IntegerOption]
13
-    public int|string|null $count = null;
13
+    public int | string | null $count = null;
14 14
 }
Please login to merge, or discard this patch.
src/Pohoda/Contract/DescDto.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -11,21 +11,21 @@
 block discarded – undo
11 11
     #[Attributes\RefElement]
12 12
     public ?string $number = null;
13 13
     #[Attributes\Options\DateOption]
14
-    public \DateTimeInterface|string|null $datePlanStart = null;
14
+    public \DateTimeInterface | string | null $datePlanStart = null;
15 15
     #[Attributes\Options\DateOption]
16
-    public \DateTimeInterface|string|null $datePlanDelivery = null;
16
+    public \DateTimeInterface | string | null $datePlanDelivery = null;
17 17
     #[Attributes\Options\DateOption]
18
-    public \DateTimeInterface|string|null $dateStart = null;
18
+    public \DateTimeInterface | string | null $dateStart = null;
19 19
     #[Attributes\Options\DateOption]
20
-    public \DateTimeInterface|string|null $dateDelivery = null;
20
+    public \DateTimeInterface | string | null $dateDelivery = null;
21 21
     #[Attributes\Options\DateOption]
22
-    public \DateTimeInterface|string|null $dateWarranty = null;
22
+    public \DateTimeInterface | string | null $dateWarranty = null;
23 23
     #[Attributes\Options\StringOption(90), Attributes\Options\RequiredOption]
24 24
     public ?string $text = null;
25
-    public Type\Dtos\AddressDto|Type\Address|null $partnerIdentity = null;
25
+    public Type\Dtos\AddressDto | Type\Address | null $partnerIdentity = null;
26 26
     /** @var array<string, string>|string|null */
27 27
     #[Attributes\RefElement]
28
-    public array|string|null $responsiblePerson = null;
28
+    public array | string | null $responsiblePerson = null;
29 29
     public ?string $note = null;
30 30
     /** @var array<Type\Parameter|Type\Dtos\ParameterDto> */
31 31
     public array $parameters = [];
Please login to merge, or discard this patch.
src/Pohoda/Contract/ContractDto.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,5 +6,5 @@
 block discarded – undo
6 6
 
7 7
 class ContractDto extends Dtos\AbstractDto
8 8
 {
9
-    public Desc|DescDto|null $header = null;
9
+    public Desc | DescDto | null $header = null;
10 10
 }
Please login to merge, or discard this patch.