examples/BasicService/Service.php
Static call to undeclared method \Andrey\Cli\Examples\BasicService\Service::console
Open
Open
self::console("Look at this nice param --> {$arg} <--");
- Exclude checks
Call to method get
from undeclared class \Andrey\Cli\Types\Context
Open
Open
$arg = $context->get('arg');
- Exclude checks
Parameter $context
has undeclared type \Andrey\Cli\Types\Context
Open
Open
public function process(Context $context): void
- Exclude checks
Class uses undeclared trait \Andrey\Cli\Utils\Output
Open
Open
class Service
- Exclude checks