Skip to content

Commit 200c631

Browse files
committed
change the return type for LineNumber from int to string
1 parent 8340700 commit 200c631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Trafiklab/Common/Model/Contract/TimeTableEntry.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ public function getLineName(): string;
3939
/**
4040
* The number of the line on which the vehicle is driving.
4141
*
42-
* @return int
42+
* @return string
4343
*/
44-
public function getLineNumber(): int;
44+
public function getLineNumber(): string;
4545

4646
/**
4747
* The operator of the vehicle.

0 commit comments

Comments
 (0)