Skip to content

Commit

Permalink
Fix tests static analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 23, 2020
1 parent b1e4abe commit 47ee429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Module/User/Form/LoginForm.php
Expand Up @@ -15,6 +15,7 @@ final class LoginForm extends FormModel
{
private string $login = '';
private string $password = '';
private ModuleSettingsRepository $settings;

public function __construct(ModuleSettingsRepository $settings, ValidatorFactoryInterface $validator)
{
Expand Down

0 comments on commit 47ee429

Please sign in to comment.