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 e2006aa commit c983a21Copy full SHA for c983a21
src/PipelineProxy.php
@@ -29,6 +29,7 @@ public function __construct(
29
private readonly string $filename,
30
) {
31
$this->queuedCalls [] = static function (PipelineConsoleRuntime $runtime) {
32
+ $factory = null;
33
$factory($runtime);
34
};
35
}
0 commit comments