Skip to content

Commit 76e960a

Browse files
Sammyjo20actions-user
authored andcommitted
Apply Code Style Fixes
1 parent f293c59 commit 76e960a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Http/SaloonRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function getFullRequestUrl(): string
144144
public function defineEndpoint(): string
145145
{
146146
return '';
147-
}
147+
}
148148

149149
/**
150150
* Check if a trait exists on the connector.

tests/Unit/RequestTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@
116116
});
117117

118118
test('defineEndpoint method may be omited in request class to use the base url')
119-
->expect(new DefaultEndpointRequest)
120-
->getFullRequestUrl()->toBe(apiUrl());
119+
->expect(new DefaultEndpointRequest)
120+
->getFullRequestUrl()->toBe(apiUrl());

0 commit comments

Comments
 (0)