Skip to content

Commit ceb4589

Browse files
committed
Add single quotes for consistency.
1 parent 26629a8 commit ceb4589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_language_parser.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static YYSIZE_T zend_yytnamerr(char*, const char*);
237237
%token T_COALESCE "'??'"
238238
%token T_POW "'**'"
239239
%token T_POW_EQUAL "'**='"
240-
%token T_PIPE "|>"
240+
%token T_PIPE "'|>'"
241241
/* We need to split the & token in two to avoid a shift/reduce conflict. For T1&$v and T1&T2,
242242
* with only one token lookahead, bison does not know whether to reduce T1 as a complete type,
243243
* or shift to continue parsing an intersection type. */

0 commit comments

Comments
 (0)