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 9a08482 commit a591215Copy full SHA for a591215
src/Ast/PhpDoc/DeprecatedTagValueNode.php
@@ -5,7 +5,7 @@
5
class DeprecatedTagValueNode implements PhpDocTagValueNode
6
{
7
8
- /** @var string (may be empty) */
+ /** @var string|null (may be empty) */
9
public $description;
10
11
public function __construct(?string $description = null)
0 commit comments