fixes tests

This commit is contained in:
Nuno Maduro
2024-06-09 00:05:18 +01:00
parent 60b1e63c23
commit bd16769b93
3 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,8 @@ final class Preset
{
/**
* The application / package base namespaces.
*
* @var ?array<int, string>
*/
private static ?array $baseNamespaces = null;
@ -46,6 +48,8 @@ final class Preset
/**
* Get the base namespaces for the application / package.
*
* @return array<int, string>
*/
private function baseNamespaces(): array
{