Skip to content

Commit 858431f

Browse files
keradusxabbuh
authored andcommitted
CS: re-apply trailing_comma_in_multiline
1 parent f75104d commit 858431f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/LotsOfAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class LotsOfAttributes
2222

2323
#[MyAttribute('two')]
2424
public function someMethod(
25-
#[MyAttribute('three')] string $someParameter
25+
#[MyAttribute('three')] string $someParameter,
2626
): void {
2727
}
2828
}

0 commit comments

Comments
 (0)