Skip to content

Commit 140206e

Browse files
committed
x
1 parent 1af8906 commit 140206e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ module.exports = {
210210
// https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y#L815
211211
value = this.next().read_expr();
212212
} else {
213-
this.expect([",", ";", "="]);
213+
this.expect([",", ";"]);
214214
}
215215
return result(propName, value, readonly, nullable, type, attrs || []);
216216
},

0 commit comments

Comments
 (0)