build(deps): bump @tinymce/tinymce-vue from 5.1.1 to 6.1.0 #1013
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/
|