We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
trailing_comma_in_multiline
1 parent f75104d commit 858431fCopy full SHA for 858431f
Tests/Fixtures/LotsOfAttributes.php
@@ -22,7 +22,7 @@ final class LotsOfAttributes
22
23
#[MyAttribute('two')]
24
public function someMethod(
25
- #[MyAttribute('three')] string $someParameter
+ #[MyAttribute('three')] string $someParameter,
26
): void {
27
}
28
0 commit comments