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.
2 parents 330dafa + 0b2d105 commit 7292de3Copy full SHA for 7292de3
src/Api/Builders/StockItemAdvertsInfoBuilder.php
@@ -38,7 +38,7 @@ public function retailAdverts(): StockItemRetailAdvertsInfoBuilder
38
return $this->retailAdverts;
39
}
40
41
- public function getReservationStatus():? string
+ public function getReservationStatus(): ?string
42
{
43
return $this->reservationStatus;
44
@@ -67,8 +67,8 @@ public function toArray(): array
67
68
return $this->filterPrepareOutput([
69
'reservationStatus' => $this->reservationStatus,
70
- 'forecourtPrice' => $this->forecourtPrice->toArray(),
71
- 'retailAdverts' => $this->retailAdverts->toArray(),
+ 'forecourtPrice' => $this->forecourtPrice->toArray(),
+ 'retailAdverts' => $this->retailAdverts->toArray(),
72
]);
73
74
0 commit comments