Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Aug 12, 2024
1 parent 3032805 commit ae85f3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/BoringAvatarPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ public function getId(): string
return 'zeus-boredom';
}

public function register(Panel $panel): void
{
}
public function register(Panel $panel): void {}

public static function make(): static
{
// @phpstan-ignore-next-line
return new self();
return new self;
}

public static function get(): static
Expand Down

0 comments on commit ae85f3f

Please sign in to comment.