Skip to content

Commit

Permalink
Add phpstan type
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Nov 6, 2024
1 parent 2c08e77 commit 298080d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ public function build(ContentRepositoryId $contentRepositoryId, array $options):
throw new \RuntimeException('NodeTypeManagerFactory uninitialized');
}

/**
* @param array<string,mixed> $nodeTypesToUse
*/
public static function setConfiguration(array $nodeTypesToUse): void
{
self::$nodeTypeManager = new NodeTypeManager(
Expand Down

0 comments on commit 298080d

Please sign in to comment.