Skip to content

Commit 57a0dfd

Browse files
committed
Fixed phpstan issue
1 parent 61dcc99 commit 57a0dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Command/CheckRequirementsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#[AsCommand('partdb:check-requirements', 'Checks if the requirements Part-DB needs or recommends are fulfilled.')]
3535
class CheckRequirementsCommand extends Command
3636
{
37-
public function __construct(protected ContainerBagInterface $params, AppSecretChecker $secretChecker,
37+
public function __construct(protected ContainerBagInterface $params,
3838
private readonly AppSecretChecker $appSecretChecker
3939
)
4040
{

0 commit comments

Comments
 (0)