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 285c3d9 commit 9c9b58dCopy full SHA for 9c9b58d
ast_stub.php
@@ -340,6 +340,6 @@ class Decl extends \ast\Node
340
/** @var string|null Name of the function or class (not including the namespace prefix). Optional for anonymous classes. */
341
public $name;
342
343
- /** @var string|null Doc comment preceeding the declaration. null if no doc comment was used. */
+ /** @var string|null Doc comment preceding the declaration. null if no doc comment was used. */
344
public $docComment;
345
}
0 commit comments