Skip to content

chore(MOS-1820): Update Psalm dependency. #84

chore(MOS-1820): Update Psalm dependency.

chore(MOS-1820): Update Psalm dependency. #84

Triggered via push September 17, 2024 12:09
Status Success
Total duration 5m 19s
Artifacts

test.yaml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

51 warnings
setup
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
setup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
8.3 - psalm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.2 - phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - psalm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - infection
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - infection: src/Command/AnalyzeCommand.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private readonly Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.1 - infection: src/Command/AnalyzeCommand.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); + $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); } protected function initialize(InputInterface $input, OutputInterface $output) : void
8.1 - infection: src/Command/AnalyzeCommand.php#L30
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ protected function configure() : void { $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.1 - infection: src/Command/DevToolsCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(protected Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.1 - infection: src/Command/DevToolsCommand.php#L23
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); + $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); } protected function initialize(InputInterface $input, OutputInterface $output) : void
8.1 - infection: src/Command/DevToolsCommand.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ protected function configure() : void { $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.1 - infection: src/Command/ListPhpVersionsCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private Configuration $configuration) { - parent::__construct(); + } protected function execute(InputInterface $input, OutputInterface $output) : int {
8.1 - infection: src/Command/ListToolsCommand.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private readonly Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.1 - infection: src/Command/ListToolsCommand.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.1 - infection: src/Configuration.php#L30
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ public function __construct() { $possibleRoots = [ - __DIR__ . '/../../../../', // From vendor/myonlinestore/php-devtools/bin __DIR__ . '/../../', // From vendor/bin
8.2 - psalm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.3 - infection
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.3 - infection: src/Command/AnalyzeCommand.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private readonly Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.3 - infection: src/Command/AnalyzeCommand.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); + $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); } protected function initialize(InputInterface $input, OutputInterface $output) : void
8.3 - infection: src/Command/AnalyzeCommand.php#L30
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ protected function configure() : void { $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.3 - infection: src/Command/DevToolsCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(protected Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.3 - infection: src/Command/DevToolsCommand.php#L23
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); + $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); } protected function initialize(InputInterface $input, OutputInterface $output) : void
8.3 - infection: src/Command/DevToolsCommand.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ protected function configure() : void { $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.3 - infection: src/Command/ListPhpVersionsCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private Configuration $configuration) { - parent::__construct(); + } protected function execute(InputInterface $input, OutputInterface $output) : int {
8.3 - infection: src/Command/ListToolsCommand.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private readonly Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.3 - infection: src/Command/ListToolsCommand.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.3 - infection: src/Configuration.php#L30
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ public function __construct() { $possibleRoots = [ - __DIR__ . '/../../../../', // From vendor/myonlinestore/php-devtools/bin __DIR__ . '/../../', // From vendor/bin
8.2 - phparkitect
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.3 - codesniffer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.2 - phpunit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - phpunit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - phparkitect
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.3 - phparkitect
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.2 - infection
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.2 - infection: src/Command/AnalyzeCommand.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private readonly Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.2 - infection: src/Command/AnalyzeCommand.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); + $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); } protected function initialize(InputInterface $input, OutputInterface $output) : void
8.2 - infection: src/Command/AnalyzeCommand.php#L30
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ protected function configure() : void { $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.2 - infection: src/Command/DevToolsCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(protected Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.2 - infection: src/Command/DevToolsCommand.php#L23
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); + $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); } protected function initialize(InputInterface $input, OutputInterface $output) : void
8.2 - infection: src/Command/DevToolsCommand.php#L29
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ protected function configure() : void { $this->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output format to use (by supported commands).'); - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.2 - infection: src/Command/ListPhpVersionsCommand.php#L18
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private Configuration $configuration) { - parent::__construct(); + } protected function execute(InputInterface $input, OutputInterface $output) : int {
8.2 - infection: src/Command/ListToolsCommand.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ { public function __construct(private readonly Configuration $configuration) { - parent::__construct(); + } protected function configure() : void {
8.2 - infection: src/Command/ListToolsCommand.php#L24
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ } protected function configure() : void { - $this->addOption('working-dir', null, InputOption::VALUE_OPTIONAL, 'Working directory, relative to project root.'); + } protected function initialize(InputInterface $input, OutputInterface $output) : void {
8.2 - infection: src/Configuration.php#L30
Escaped Mutant for Mutator "ArrayItemRemoval": --- Original +++ New @@ @@ public function __construct() { $possibleRoots = [ - __DIR__ . '/../../../../', // From vendor/myonlinestore/php-devtools/bin __DIR__ . '/../../', // From vendor/bin
8.3 - phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.3 - phpunit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.1 - codesniffer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
8.2 - codesniffer
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/