Skip to content

chore: Remove unused dependencies and update package versions #97

chore: Remove unused dependencies and update package versions

chore: Remove unused dependencies and update package versions #97

Triggered via push July 16, 2024 20:22
Status Failure
Total duration 39s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: config/wireuse.php#L25
Class Spatie\Html\Html not found.
phpstan: config/wireuse.php#L26
Class Spatie\Html\BaseElement not found.
phpstan: config/wireuse.php#L27
Class Spatie\Html\Elements\A not found.
phpstan: src/Support/Html/Elements/Icon.php#L7
Class Foxws\WireUse\Support\Html\Elements\Icon extends unknown class Spatie\Html\BaseElement.
phpstan: src/Support/Html/Elements/Icon.php#L13
Call to an undefined method Foxws\WireUse\Support\Html\Elements\Icon::html().
phpstan: src/Support/Html/Elements/Icon.php#L13
Function svg not found.
phpstan: src/Support/Html/Elements/Validate.php#L8
Class Foxws\WireUse\Support\Html\Elements\Validate extends unknown class Spatie\Html\BaseElement.
phpstan: src/Support/Html/Elements/Validate.php#L14
Call to static method create() on an unknown class Spatie\Html\Elements\Span.
phpstan: src/Support/Html/Elements/Validate.php#L16
Call to an undefined method Foxws\WireUse\Support\Html\Elements\Validate::addChild().
phpstan: src/Support/Html/Mixins/BaseElementMixin.php#L14
Call to method attribute() on an unknown class Spatie\Html\BaseElement.