Skip to content

Commit c983a21

Browse files
committed
[rector] Rector fixes
1 parent e2006aa commit c983a21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PipelineProxy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public function __construct(
2929
private readonly string $filename,
3030
) {
3131
$this->queuedCalls [] = static function (PipelineConsoleRuntime $runtime) {
32+
$factory = null;
3233
$factory($runtime);
3334
};
3435
}

0 commit comments

Comments
 (0)