We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71c2b5 commit 2e31972Copy full SHA for 2e31972
src/TokenParser/ForeachTokenParser.php
@@ -66,7 +66,7 @@ public function getTag(): string
66
/*
67
* Taken from ExpressionParser::parseAssignmentExpression, we just exchanged the operator usage from , to =>
68
*/
69
- private function parseAssignmentExpression(): Node
+ protected function parseAssignmentExpression(): Nodes
70
{
71
$stream = $this->parser->getStream();
72
$targets = [];
0 commit comments