Skip to content

Commit 7292de3

Browse files
authored
Merge pull request #11 from olsgreen/analysis-JGxaGv
Apply fixes from StyleCI
2 parents 330dafa + 0b2d105 commit 7292de3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Api/Builders/StockItemAdvertsInfoBuilder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function retailAdverts(): StockItemRetailAdvertsInfoBuilder
3838
return $this->retailAdverts;
3939
}
4040

41-
public function getReservationStatus():? string
41+
public function getReservationStatus(): ?string
4242
{
4343
return $this->reservationStatus;
4444
}
@@ -67,8 +67,8 @@ public function toArray(): array
6767

6868
return $this->filterPrepareOutput([
6969
'reservationStatus' => $this->reservationStatus,
70-
'forecourtPrice' => $this->forecourtPrice->toArray(),
71-
'retailAdverts' => $this->retailAdverts->toArray(),
70+
'forecourtPrice' => $this->forecourtPrice->toArray(),
71+
'retailAdverts' => $this->retailAdverts->toArray(),
7272
]);
7373
}
7474
}

0 commit comments

Comments
 (0)