Fixed phpstan issues

This commit is contained in:
Jan Böhmer 2026-02-02 23:26:18 +01:00
parent a755287c3b
commit cad5261aba
6 changed files with 11 additions and 10 deletions

View file

@ -28,8 +28,6 @@ use Symfony\Component\Process\Process;
class CommandRunHelper
{
private UpdateExecutor $updateExecutor;
public function __construct(
#[Autowire(param: 'kernel.project_dir')] private readonly string $project_dir
)