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 68221f5 commit 1c2107dCopy full SHA for 1c2107d
src/lib/Rule/ChangeArgumentTypeRector.php
@@ -64,7 +64,7 @@ public function refactor(Node $node): ?Node
64
/**
65
* @param \PhpParser\Node\Stmt\Class_|\PhpParser\Node\Stmt\Interface_ $node
66
*/
67
- public function doRefactor(Node $node, ChangeArgumentTypeConfiguration $configuration): ?Node
+ private function doRefactor(Node $node, ChangeArgumentTypeConfiguration $configuration): ?Node
68
{
69
$evaluateMethod = $node->getMethod($configuration->getMethod());
70
if ($evaluateMethod === null) {
0 commit comments