Skip to content

Commit

Permalink
Update CleanUpFilesToProceedTask.php (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
liquetsoft authored Oct 13, 2024
1 parent f16ee72 commit 384519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pipeline/Task/CleanUpFilesToProceedTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class CleanUpFilesToProceedTask implements LoggableTask, Task

private readonly FileSystemHelperInterface $fs;

public function __construct(?FileSystemHelperInterface $fs)
public function __construct(?FileSystemHelperInterface $fs = null)
{
$this->fs = $fs ?? FileSystemFactory::create();
}
Expand Down

0 comments on commit 384519e

Please sign in to comment.