We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e594a commit b38415cCopy full SHA for b38415c
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