Add Console CLI #18
php-ci.yml
on: pull_request
PHPStan - FOSSBilling Preview
15s
PHPStan - FOSSBilling Release
30s
Annotations
12 errors and 2 warnings
PHPStan - FOSSBilling Preview
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- prinsfrank/standards is locked to version v3.8.6 and an update of this package was not requested.
- prinsfrank/standards v3.8.6 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/conf.d/docker-php-ext-sodium.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-intl` to temporarily ignore these required extensions.
|
PHPStan - FOSSBilling Preview
Process completed with exit code 2.
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L25
Class Box\Mod\Example\Console\ExampleDI extends unknown class CristianG\PimpleConsole\Command.
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L51
Call to an undefined method Box\Mod\Example\Console\ExampleDI::setName().
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L52
Call to an undefined method Box\Mod\Example\Console\ExampleDI::setDescription().
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L53
Box\Mod\Example\Console\ExampleDI::configure() calls parent::configure() but Box\Mod\Example\Console\ExampleDI does not extend any class.
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L61
Parameter $input of method Box\Mod\Example\Console\ExampleDI::execute() has invalid type Symfony\Component\Console\Input\InputInterface.
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L61
Parameter $output of method Box\Mod\Example\Console\ExampleDI::execute() has invalid type Symfony\Component\Console\Output\OutputInterface.
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L67
Call to an undefined method Box\Mod\Example\Console\ExampleDI::error().
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L68
Access to constant FAILURE on an unknown class CristianG\PimpleConsole\Command.
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L70
Call to an undefined method Box\Mod\Example\Console\ExampleDI::info().
|
PHPStan - FOSSBilling Release:
src/Console/ExampleDI.php#L71
Access to constant SUCCESS on an unknown class CristianG\PimpleConsole\Command.
|
PHPStan - FOSSBilling Preview
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHPStan - FOSSBilling Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|