Skip to content

Commit f34e910

Browse files
committed
Merge remote-tracking branch 'modd/php8-match-statement' into php8-match-statement
# Conflicts: # src/ast/matcharm.js
2 parents 219cc2d + 08cbfeb commit f34e910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ast/defaultkeyword.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const Node = require("./node");
99
const KIND = "defaultkeyword";
1010

1111
/**
12-
* Represents the null keyword
13-
* @constructor NullKeyword
12+
* Represents the default keyword, specifically for match statement
13+
* @constructor DefaultKeyword
1414
* @extends {Node}
1515
*/
1616
module.exports = Node.extends(KIND, function DefaultKeyword(

0 commit comments

Comments
 (0)