Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaoda committed Aug 8, 2021
1 parent e36576a commit 10ca748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/SmscRuApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public function test_it_has_config_with_custom_endpoint(): void

private function getExtendedSmscRuApi(array $config)
{
return new class($config) extends SmscRuApi {
return new class($config) extends SmscRuApi
{
public function getEndpoint(): string
{
return $this->endpoint;
Expand Down

0 comments on commit 10ca748

Please sign in to comment.