Showing 47 of 58 total issues
syntax error, unexpected 'int' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open
Open
private int $barSize;
- Exclude checks
Call to undeclared method \Andrey\Cli\Examples\InfiniteProgressBar\Service::endInfiniteBar
Open
Open
$this->endInfiniteBar();
- Exclude checks
Call to method get
from undeclared class \Andrey\Cli\Types\Context
Open
Open
$thisMayNot = $context->get('optional');
- Exclude checks
syntax error, unexpected ')'
Open
Open
);
- Exclude checks
Reference to constant INFO
from undeclared class \Andrey\Cli\Types\ConsoleLevel
Open
Open
self::console("Oh, here he is >> {$thisMayNot} <<", ConsoleLevel::INFO);
- Exclude checks
Static call to undeclared method \Andrey\Cli\Examples\ParamsValidation\Service::console
Open
Open
self::console("Oh, here he is >> {$thisMayNot} <<", ConsoleLevel::INFO);
- Exclude checks
Call to undeclared method \Andrey\Cli\Examples\ProgressBar\Service::initProgressBar
Open
Open
$this->initProgressBar($totalItems);
- Exclude checks