Skip to content

Commit c1538ab

Browse files
lukasleitschgithub-actions[bot]
authored andcommitted
Apply pint changes
1 parent 6a0c860 commit c1538ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Snippet.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ class Snippet
1111
{
1212
public function __construct(
1313
protected Kirby $kirby,
14-
protected string|null $name,
14+
protected ?string $name,
1515
protected array $data = [],
1616
protected bool $slots = false
17-
)
18-
{
17+
) {
1918
}
2019

2120
public function load(): string|KirbySnippet

0 commit comments

Comments
 (0)