Aerendir/aws-ses-monitor-bundle

View on GitHub
_bak/SnsSetupCommandAbstract.php

Summary

Maintainability
A
1 hr
Test Coverage

Method execute has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function execute(InputInterface $input, OutputInterface $output)
    {
        // Show to developer the selction of identities
        $selectedIdentities = $this->getHelper('question')->ask($input, $output, $this->createIdentitiesQuestion());

Severity: Minor
Found in _bak/SnsSetupCommandAbstract.php - About 1 hr to fix

    Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function __construct(array $configuration, string $notificationType, AwsClientFactory $awsClientFactory, EntityManagerInterface $entityManager, RouterInterface $router)
    Severity: Minor
    Found in _bak/SnsSetupCommandAbstract.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status