andreypostal/cli

View on GitHub
examples/BasicService/Service.php

Summary

Maintainability
A
0 mins
Test Coverage

Static call to undeclared method \Andrey\Cli\Examples\BasicService\Service::console
Open

        self::console("Look at this nice param --> {$arg} <--");
Severity: Critical
Found in examples/BasicService/Service.php by phan

Call to method get from undeclared class \Andrey\Cli\Types\Context
Open

        $arg = $context->get('arg');
Severity: Critical
Found in examples/BasicService/Service.php by phan

Parameter $context has undeclared type \Andrey\Cli\Types\Context
Open

    public function process(Context $context): void
Severity: Minor
Found in examples/BasicService/Service.php by phan

Class uses undeclared trait \Andrey\Cli\Utils\Output
Open

class Service
Severity: Critical
Found in examples/BasicService/Service.php by phan

There are no issues that match your filters.

Category
Status