- Issue created by @RoSk0
- 🇳🇿New Zealand RoSk0 Wellington
Manually tested locally with TCP/IP and executable modes - works as expected.
Not sure what GitLab doesn't like about my branch - I could merge it into the 2.x locally with no issues in fast-forward mode, also this is confirmed by the green tick mark ( if I understand this correctly ) next to the "Merge request must be rebased, because a fast-forward merge is not possible." check in the merge request overview.
- First commit to issue fork.
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Is the namespace of this command incorrect?
With drush 12
drush status --debug
Results in
[debug] Could not instantiate Drupal\clamav\Drush\Commands\ClamavCommand: Too few arguments to function Drupal\Clamav\Drush\Commands\ClamavCommand::__construct(), 0 passed in /app/vendor/drush/drush/src/Runtime/ServiceManager.php on line 333 and exactly 3 expected [0.88 sec, 53.82 MB]
Suggest changing:
\Drupal\clamav\Drush\Commands\ClamavCommand to \Drupal\clamav\Commands\ClamavCommand