Skip to content

Commit

Permalink
Add array types
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 5, 2024
1 parent b959d2d commit 3df7aa2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class HeadingRenderer implements NodeRendererInterface
/** @var ?class-string<\Hyde\Pages\Concerns\HydePage> */
protected ?string $pageClass = null;

/** @var array<string> */
protected array $headingRegistry = [];

/** @param ?class-string<\Hyde\Pages\Concerns\HydePage> $pageClass */
Expand Down

0 comments on commit 3df7aa2

Please sign in to comment.