Skip to content

Commit 1c2107d

Browse files
committed
IBX-10278: Allow any object to be used with Ibexa Migrations steps
1 parent 68221f5 commit 1c2107d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Rule/ChangeArgumentTypeRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function refactor(Node $node): ?Node
6464
/**
6565
* @param \PhpParser\Node\Stmt\Class_|\PhpParser\Node\Stmt\Interface_ $node
6666
*/
67-
public function doRefactor(Node $node, ChangeArgumentTypeConfiguration $configuration): ?Node
67+
private function doRefactor(Node $node, ChangeArgumentTypeConfiguration $configuration): ?Node
6868
{
6969
$evaluateMethod = $node->getMethod($configuration->getMethod());
7070
if ($evaluateMethod === null) {

0 commit comments

Comments
 (0)