Skip to content

phpstan and cleaning up svg image embeds #170

phpstan and cleaning up svg image embeds

phpstan and cleaning up svg image embeds #170

Triggered via push November 30, 2023 15:00
Status Failure
Total duration 1m 48s
Artifacts

php.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Run PHPStan: src/actions/AddComponent.php#L68
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::mapWithKeys() expects callable(mixed, int|string): array<string, Illuminate\Support\Collection<int|string, array>>, Closure(markhuot\keystone\base\SlotDefinition): non-empty-array<string, Illuminate\Support\Collection<int|string, array>> given.
Run PHPStan: src/actions/AddComponent.php#L90
Parameter $elementId of method markhuot\keystone\actions\AddComponent::handle() expects int, int|null given.
Run PHPStan: src/actions/AddComponent.php#L91
Parameter $fieldId of method markhuot\keystone\actions\AddComponent::handle() expects int, int|null given.
Run PHPStan: src/actions/CompileTwigComponent.php#L18
Method markhuot\keystone\actions\CompileTwigComponent::__construct() has parameter $handle with no type specified.
Run PHPStan: src/actions/CompileTwigComponent.php#L18
Method markhuot\keystone\actions\CompileTwigComponent::__construct() has parameter $twigPath with no type specified.
Run PHPStan: src/actions/CompileTwigComponent.php#L24
Method markhuot\keystone\actions\CompileTwigComponent::handle() has no return type specified.
Run PHPStan: src/actions/CompileTwigComponent.php#L24
Method markhuot\keystone\actions\CompileTwigComponent::handle() has parameter $force with no type specified.
Run PHPStan: src/actions/CompileTwigComponent.php#L28
Call to an undefined method yii\base\View::resolveTemplate().
Run PHPStan: src/actions/CompileTwigComponent.php#L33
Call to an undefined method yii\base\Application::getPath().
Run PHPStan: src/actions/CompileTwigComponent.php#L47
Parameter #1 $code of method PhpParser\Parser::parse() expects string, string|false given.
Run Pint
Process completed with exit code 1.