chore: style changes

This commit is contained in:
Nuno Maduro
2024-08-02 11:53:24 +01:00
parent 6a8a4f3243
commit 5e41e546a0
57 changed files with 131 additions and 131 deletions

View File

@ -138,11 +138,11 @@ final class TestCaseMethodFactory
$attributes = [];
foreach ($annotationsToUse as $annotation) {
$annotations = (new $annotation())->__invoke($this, $annotations);
$annotations = (new $annotation)->__invoke($this, $annotations);
}
foreach ($attributesToUse as $attribute) {
$attributes = (new $attribute())->__invoke($this, $attributes);
$attributes = (new $attribute)->__invoke($this, $attributes);
}
if ($this->datasets !== [] || $this->repetitions > 1) {