Showing 47 of 58 total issues
Reference to constant INFO
from undeclared class \Andrey\Cli\Types\ConsoleLevel
Open
Open
self::center('And we are done :)', ConsoleLevel::INFO);
- Exclude checks
Parameter $context
has undeclared type \Andrey\Cli\Types\Context
Open
Open
public function process(Context $context): void
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\InfiniteProgressBar\Service::center
Open
Open
self::center('And we are done :)', ConsoleLevel::INFO);
- Exclude checks
Class uses undeclared trait \Andrey\Cli\Utils\Output
Open
Open
class Service
- Exclude checks
Call to undeclared method \Andrey\Cli\Examples\ProgressBar\Service::addProgress
Open
Open
$this->addProgress(2);
- Exclude checks
Call to method get
from undeclared class \Andrey\Cli\Types\Context
Open
Open
$arg = $context->get('arg');
- Exclude checks
Call to undeclared method \Andrey\Cli\Examples\InfiniteProgressBar\Service::initInfiniteBar
Open
Open
$this->initInfiniteBar();
- 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
Static call to undeclared method \Andrey\Cli\Examples\ProgressBar\Service::center
Open
Open
self::center('Check this really nice progress bar', ConsoleLevel::HIGHLIGHT);
- Exclude checks
Reference to constant HIGHLIGHT
from undeclared class \Andrey\Cli\Types\ConsoleLevel
Open
Open
self::center('Check this really nice progress bar', ConsoleLevel::HIGHLIGHT);
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\ProgressBar\Service::center
Open
Open
self::center('Thanks for watching!');
- Exclude checks
Parameter $context
has undeclared type \Andrey\Cli\Types\Context
Open
Open
public function process(Context $context): void
- Exclude checks
Reference to constant SUCCESS
from undeclared class \Andrey\Cli\Types\ConsoleLevel
Open
Open
self::console("Check it out: >> {$thisExists} <<", ConsoleLevel::SUCCESS);
- Exclude checks
Class uses undeclared trait \Andrey\Cli\Utils\Output
Open
Open
class Service
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\InfiniteProgressBar\Service::center
Open
Open
self::center('Thanks for watching!');
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\ParamsValidation\Service::console
Open
Open
self::console("OH NO >.<", ConsoleLevel::WARNING);
- Exclude checks
Class uses undeclared trait \Andrey\Cli\Components\InfiniteProgressBar
Open
Open
class Service
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\InfiniteProgressBar\Service::center
Open
Open
self::center('Check this really nice infinite progress bar', ConsoleLevel::HIGHLIGHT);
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\ProgressBar\Service::center
Open
Open
self::center('And we are done :)', ConsoleLevel::INFO);
- Exclude checks