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.
1 parent b4ac3a8 commit 24acb10Copy full SHA for 24acb10
tests/PHPStan/Reflection/Deprecation/data/deprecations.php
@@ -8,7 +8,7 @@ class CustomDeprecated {
8
public ?string $description;
9
10
public function __construct(
11
- ?string $description = null,
+ ?string $description = null
12
) {
13
$this->description = $description;
14
}
0 commit comments