chore: style changes

This commit is contained in:
Nuno Maduro
2023-08-17 11:18:59 +01:00
parent 72100075d2
commit 0787b37f2c
21 changed files with 45 additions and 65 deletions

View File

@ -20,7 +20,7 @@ abstract class Attribute
* @param array<int, string> $attributes
* @return array<int, string>
*/
public function __invoke(TestCaseMethodFactory $method, array $attributes): array // @phpstan-ignore-line
public function __invoke(TestCaseMethodFactory $method, array $attributes): array
{
return $attributes;
}