Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Jan 22, 2025
1 parent 471b6de commit 498103e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions src/Data/Author.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
public function __construct(
public string $name,
public string $gravatar_url,
) {
}
) {}

public static function fromResponse(array $author): self
{
Expand Down
3 changes: 1 addition & 2 deletions src/Data/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public function __construct(
public bool $published,
public CarbonInterface $date,
public CarbonInterface $updated_at,
) {
}
) {}

public static function fromResponse(array $post): self
{
Expand Down
4 changes: 1 addition & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

use Orchestra\Testbench\TestCase as Orchestra;

class TestCase extends Orchestra
{
}
class TestCase extends Orchestra {}

0 comments on commit 498103e

Please sign in to comment.