autowp/autowp

View on GitHub
module/Message/src/Module.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

TODO found
Open

        $maintenance->attach($serviceManager->get('CronEventManager')); // TODO: move CronEventManager to zf-components
Severity: Minor
Found in module/Message/src/Module.php by fixme

Possibly zero references to public method \Autowp\Message\Module::onBootstrap()
Open

    public function onBootstrap(EventInterface $e): void
Severity: Minor
Found in module/Message/src/Module.php by phan

Possibly zero references to public method \Autowp\Message\Module::getConfig()
Open

    public function getConfig(): array
Severity: Minor
Found in module/Message/src/Module.php by phan

Possibly zero references to class \Autowp\Message\Module
Open

class Module implements
Severity: Minor
Found in module/Message/src/Module.php by phan

Doc-block of $e in onBootstrap contains phpdoc param type \Laminas\Mvc\MvcEvent which is incompatible with the param type \Laminas\EventManager\EventInterface declared in the signature
Open

     * @param MvcEvent $e
Severity: Minor
Found in module/Message/src/Module.php by phan

Possibly zero references to public method \Autowp\Message\Module::getAutoloaderConfig()
Open

    public function getAutoloaderConfig(): array
Severity: Minor
Found in module/Message/src/Module.php by phan

There are no issues that match your filters.

Category
Status