Skip to content

Commit

Permalink
Fix php types and missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Nov 10, 2024
1 parent d47d212 commit 3c20365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function setUp(): void
]
]
]
);
]);

$setupLockResource = fopen(self::SETUP_LOCK_PATH, 'w+');

Expand Down
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 3c20365

Please sign in to comment.