We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f293c59 commit 76e960aCopy full SHA for 76e960a
src/Http/SaloonRequest.php
@@ -144,7 +144,7 @@ public function getFullRequestUrl(): string
144
public function defineEndpoint(): string
145
{
146
return '';
147
- }
+ }
148
149
/**
150
* Check if a trait exists on the connector.
tests/Unit/RequestTest.php
@@ -116,5 +116,5 @@
116
});
117
118
test('defineEndpoint method may be omited in request class to use the base url')
119
- ->expect(new DefaultEndpointRequest)
120
- ->getFullRequestUrl()->toBe(apiUrl());
+ ->expect(new DefaultEndpointRequest)
+ ->getFullRequestUrl()->toBe(apiUrl());
0 commit comments