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 77f0fa6 commit e773020Copy full SHA for e773020
rules/DowngradePhp85/Rector/StmtsAwareInterface/DowngradePipeOperatorRector.php
@@ -225,9 +225,9 @@ private function isCallableNode(Node $node): bool
225
return $node instanceof FuncCall ||
226
$node instanceof Closure ||
227
$node instanceof ArrowFunction ||
228
- ($node instanceof Variable) ||
229
- ($node instanceof MethodCall) ||
230
- ($node instanceof StaticCall);
+ $node instanceof Variable ||
+ $node instanceof MethodCall ||
+ $node instanceof StaticCall;
231
}
232
233
/**
0 commit comments