Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 3474391

Browse files
author
Mateusz Gostański
committed
Styling fixes
1 parent e2a690a commit 3474391

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

src/Contracts/TokenAuth.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22

3-
43
namespace Grixu\ApiClient\Contracts;
54

6-
75
interface TokenAuth
86
{
97
public function getToken(): string;

src/Data/DataFetcher.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ class DataFetcher
1515
protected FetchedData $fetchedData;
1616

1717
public function __construct(protected Uri $uri, protected string $responseClass, protected ?TokenAuth $token = null)
18-
{
19-
}
18+
{}
2019

2120
public function get(): FetchedData
2221
{

src/Enums/AuthType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
*/
1010
class AuthType extends Enum
1111
{
12-
1312
}

src/Exceptions/InvalidAuthTypeException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
namespace Grixu\ApiClient\Exceptions;
44

55
class InvalidAuthTypeException extends \Exception
6-
{}
6+
{
7+
}

0 commit comments

Comments
 (0)