Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
PyaeSoneAungRgn authored and github-actions[bot] committed Jul 15, 2024
1 parent de9989a commit c2b217a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/Exceptions/InvalidApiToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Exception;

class InvalidApiToken extends Exception
{
}
class InvalidApiToken extends Exception {}
5 changes: 2 additions & 3 deletions src/Resources/BaseResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@

class BaseResource
{
use CanSetSelect, CanSetInclude, CanSetFilter, CanSetPage, CanOrder, WithQuery;
use CanOrder, CanSetFilter, CanSetInclude, CanSetPage, CanSetSelect, WithQuery;

protected $query = [];

public function __construct(
protected readonly SportmonksFootballApi $service,
) {
}
) {}

protected function get(string $url): array
{
Expand Down
4 changes: 1 addition & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ protected function getPackageProviders($app)
];
}

public function getEnvironmentSetUp($app)
{
}
public function getEnvironmentSetUp($app) {}
}

0 comments on commit c2b217a

Please sign in to comment.