We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5680784 commit 95a6e11Copy full SHA for 95a6e11
src/Journey.php
@@ -39,6 +39,9 @@ protected function makeUrl(): string
39
return sprintf('%s%s', self::BASE_URL, $this->options['ref']);
40
}
41
42
+ /**
43
+ * @codeCoverageIgnore Not used, because the ref contains the full url
44
+ */
45
protected function getUrl(): string
46
{
47
return 'journeyDetails';
0 commit comments