Skip to content

Commit

Permalink
Apply pint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasleitsch authored and github-actions[bot] committed Apr 12, 2024
1 parent 6a0c860 commit c1538ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Snippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ class Snippet
{
public function __construct(
protected Kirby $kirby,
protected string|null $name,
protected ?string $name,
protected array $data = [],
protected bool $slots = false
)
{
) {
}

public function load(): string|KirbySnippet
Expand Down

0 comments on commit c1538ab

Please sign in to comment.