Skip to content

build(deps): bump deployer/deployer from 7.5.4 to 7.5.5 #1015

build(deps): bump deployer/deployer from 7.5.4 to 7.5.5

build(deps): bump deployer/deployer from 7.5.4 to 7.5.5 #1015

Triggered via pull request November 19, 2024 02:24
Status Success
Total duration 37s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
phpstan
Child process error (exit code 255): Symfony\Component\ErrorHandler\Error\FatalError Declaration of Larastan\Larastan\Types\ViewStringType::accepts(PHPStan\Type\Type $type, bool $strictTypes): PHPStan\TrinaryLogic must be compatible with PHPStan\Type\StringType::accepts(PHPStan\Type\Type $type, bool $strictTypes): PHPStan\Type\AcceptsResult at vendor/nunomaduro/larastan/src/Types/ViewStringType.php:28 24▕ { 25▕ return 'view-string'; 26▕ } 27▕ ➜ 28▕ public function accepts(Type $type, bool $strictTypes): TrinaryLogic 29▕ { 30▕ if ($type instanceof CompoundType) { 31▕ return $type->isAcceptedBy($this, $strictTypes); 32▕ } Whoops\Exception\ErrorException Declaration of Larastan\Larastan\Types\ViewStringType::accepts(PHPStan\Type\Type $type, bool $strictTypes): PHPStan\TrinaryLogic must be compatible with PHPStan\Type\StringType::accepts(PHPStan\Type\Type $type, bool $strictTypes): PHPStan\Type\AcceptsResult at vendor/nunomaduro/larastan/src/Types/ViewStringType.php:28 24▕ { 25▕ return 'view-string'; 26▕ } 27▕ ➜ 28▕ public function accepts(Type $type, bool $strictTypes): TrinaryLogic 29▕ { 30▕ if ($type instanceof CompoundType) { 31▕ return $type->isAcceptedBy($this, $strictTypes); 32▕ } +1 vendor frames 2 [internal]:0 Whoops\Run::handleShutdown() while running parallel worker
phpstan
Process completed with exit code 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/