Skip to content

Commit e265e18

Browse files
committed
sync types
1 parent 9fedfc4 commit e265e18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ast/declaration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const SET_VISIBILITY_MAP = {
2525
* @memberOf module:php-parser
2626
* @extends {Statement}
2727
* @property {Identifier|string} name
28+
* @property {string|null} visibilitySet
2829
*/
2930
const Declaration = Statement.extends(
3031
KIND,

0 commit comments

Comments
 (0)