Skip to content

Commit

Permalink
Update usegroup.js
Browse files Browse the repository at this point in the history
correcting name attributes in defines doc
  • Loading branch information
medhamza911 authored May 7, 2024
1 parent 80eb946 commit 6520db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ast/usegroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const KIND = "usegroup";
* @extends {Statement}
* @property {string|null} name
* @property {string|null} type - Possible value : function, const
* @property {UseItem[]} item
* @property {UseItem[]} items
* @see {Namespace}
* @see http://php.net/manual/en/language.namespaces.importing.php
*/
Expand Down

0 comments on commit 6520db8

Please sign in to comment.