Skip to content

Commit b964f3b

Browse files
committed
sync types
1 parent a8083f1 commit b964f3b

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)