Skip to content

Commit 95a6e11

Browse files
committed
Fixing code coverage
1 parent 5680784 commit 95a6e11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Journey.php

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ protected function makeUrl(): string
3939
return sprintf('%s%s', self::BASE_URL, $this->options['ref']);
4040
}
4141

42+
/**
43+
* @codeCoverageIgnore Not used, because the ref contains the full url
44+
*/
4245
protected function getUrl(): string
4346
{
4447
return 'journeyDetails';

0 commit comments

Comments
 (0)