Skip to content

Fix inertia path

Fix inertia path #22

Triggered via push July 17, 2024 10:38
Status Failure
Total duration 31s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Components/Form.php#L113
Cannot call method getName() on class-string|object.
phpstan: src/Dashlet.php#L17
Instantiated class Hasnayeen\Xumina\Dashlet is abstract.
phpstan: src/Panel.php#L68
Method Hasnayeen\Xumina\Panel::getResources() has invalid return type TKey.
phpstan: src/Panel.php#L68
Method Hasnayeen\Xumina\Panel::getResources() has invalid return type TValue.
phpstan: src/Panel.php#L68
Type TKey in generic type Illuminate\Support\Collection<TKey, TValue> in PHPDoc tag @return is not subtype of template type TKey of (int|string) of class Illuminate\Support\Collection.
phpstan: src/Panel.php#L81
Method Hasnayeen\Xumina\Panel::getPages() has invalid return type TKey.
phpstan: src/Panel.php#L81
Method Hasnayeen\Xumina\Panel::getPages() has invalid return type TValue.
phpstan: src/Panel.php#L81
Type TKey in generic type Illuminate\Support\Collection<TKey, TValue> in PHPDoc tag @return is not subtype of template type TKey of (int|string) of class Illuminate\Support\Collection.
phpstan: src/Panel.php#L204
Call to static method showInNavigation() on an unknown class TValue.
phpstan: src/Panel.php#L206
Call to static method getNavigationLabel() on an unknown class TValue.