We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0b87d commit 10f9d9aCopy full SHA for 10f9d9a
tests/Console/check/ModifiedClass.php
@@ -8,7 +8,8 @@
8
9
final class ModifiedClass
10
{
11
- public function __construct(private int $field)
12
- {
+ public function __construct(
+ private int $field,
13
+ ) {
14
}
15
tests/Console/check/UnmodifiedClass.php
final class UnmodifiedClass
- public function __construct(private string $field)
+ private string $field,
0 commit comments