Skip to content

Commit 24acb10

Browse files
committed
,
1 parent b4ac3a8 commit 24acb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Reflection/Deprecation/data/deprecations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class CustomDeprecated {
88
public ?string $description;
99

1010
public function __construct(
11-
?string $description = null,
11+
?string $description = null
1212
) {
1313
$this->description = $description;
1414
}

0 commit comments

Comments
 (0)