fix fqn for coversClass

This commit is contained in:
danilopolani
2022-03-07 17:40:29 +01:00
parent 32dbac87c8
commit 443f848386
2 changed files with 6 additions and 1 deletions

View File

@ -166,7 +166,7 @@ final class TestCaseFactory
}
$classAttributes = implode('', array_map(
static fn ($attribute) => sprintf("\n %s", $attribute),
static fn (string $attribute) => sprintf("\n %s", $attribute),
array_unique($classAttributes),
));