Skip to content

Commit 45cd398

Browse files
committed
fix FlightPointDeparture getTerminal annotation
1 parent e7a4303 commit 45cd398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resources/FlightPointDeparture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class FlightPointDeparture implements ResourceInterface
1515
private ?array $timings = null;
1616

1717
/**
18-
* @return object|null
18+
* @return FlightPointTerminal|null
1919
*/
2020
public function getTerminal(): ?object
2121
{

0 commit comments

Comments
 (0)