Skip to content

Commit 9c9b58d

Browse files
carusogabrielnikic
authored andcommitted
Fix misspelling
1 parent 285c3d9 commit 9c9b58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ast_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ class Decl extends \ast\Node
340340
/** @var string|null Name of the function or class (not including the namespace prefix). Optional for anonymous classes. */
341341
public $name;
342342

343-
/** @var string|null Doc comment preceeding the declaration. null if no doc comment was used. */
343+
/** @var string|null Doc comment preceding the declaration. null if no doc comment was used. */
344344
public $docComment;
345345
}

0 commit comments

Comments
 (0)