We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fedfc4 commit e265e18Copy full SHA for e265e18
1 file changed
src/ast/declaration.js
@@ -25,6 +25,7 @@ const SET_VISIBILITY_MAP = {
25
* @memberOf module:php-parser
26
* @extends {Statement}
27
* @property {Identifier|string} name
28
+ * @property {string|null} visibilitySet
29
*/
30
const Declaration = Statement.extends(
31
KIND,
0 commit comments