We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c6677 commit 8340700Copy full SHA for 8340700
1 file changed
src/Trafiklab/Common/Model/Contract/StopLocationLookupEntry.php
@@ -54,12 +54,12 @@ public function getWeight(): int;
54
/**
55
* Check if a certain mode of transport stops at this stop location.
56
*
57
- * @param int $transportType The type of transport, one of the constants in TransportType
+ * @param string $transportType The type of transport, one of the constants in TransportType
58
59
* @return bool Whether or not the specified type of traffic can stop in this point. In case an API doesn't provide
60
* this information, it will always return true.
61
62
* @see TransportType
63
*/
64
- public function isStopLocationForTransportType(int $transportType): bool;
+ public function isStopLocationForTransportType(string $transportType): bool;
65
}
0 commit comments