Skip to content

Commit

Permalink
Merge pull request #3 from MammatusPHP/treat-values-sections-as-unstr…
Browse files Browse the repository at this point in the history
…uctured-as-they-are

Treat values sections as unstructured as they are
  • Loading branch information
WyriHaximus authored Oct 16, 2024
2 parents 3a5a334 + 77c6566 commit 86826fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helm/Values/Registry.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

final class Registry
{
/** @var array<string, array<string, mixed>> */
/** @var array<string, array<mixed>> */
private array $values = [];

/** @param array<string, mixed> $values */
Expand Down

0 comments on commit 86826fe

Please sign in to comment.