fix: removes unused param

This commit is contained in:
Nuno Maduro
2023-02-14 08:56:18 +00:00
parent a61db76c24
commit 9be89c4042
2 changed files with 1 additions and 2 deletions

View File

@ -162,7 +162,6 @@ final class TestCaseFactory
$methodsCode = implode('', array_map(
fn (TestCaseMethodFactory $methodFactory): string => $methodFactory->buildForEvaluation(
$classFQN,
self::ANNOTATIONS,
$methodAvailableAttributes
),