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 ab59270 commit 68b6599Copy full SHA for 68b6599
src/Rules/Operators/PipeOperatorRule.php
@@ -54,7 +54,7 @@ public function processNode(Node $node, Scope $scope): array
54
RuleErrorBuilder::message(sprintf(
55
'Parameter #1%s of callable on the right side of pipe operator is passed by reference.',
56
$parameter->getName() !== '' ? ' $' . $parameter->getName() : '',
57
- ))->identifier('pipe.parameterPassedByReference')
+ ))->identifier('pipe.byRef')
58
->build(),
59
];
60
}
0 commit comments