Skip to content

Commit 6478f92

Browse files
glaubinixpscheit
andauthored
Update src/Api/AbstractApi.php
Co-authored-by: Philipp Scheit <[email protected]>
1 parent 8afe5aa commit 6478f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/AbstractApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ abstract class AbstractApi
2222
public function __construct(Client $client, ?ResponseMediator $responseMediator = null)
2323
{
2424
$this->client = $client;
25-
$this->responseMediator = $responseMediator ? : new ResponseMediator();
25+
$this->responseMediator = $responseMediator ?: new ResponseMediator();
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)