PHPStan #67
Annotations
6 errors and 3 warnings
phpstan:
src/Filament/Resources/NavigationResource/Pages/Concerns/HandlesNavigationBuilder.php (in context of class RyanChandler/FilamentNavigation/Filament/Resources/NavigationResource/Pages/CreateNavigation)#L67
Access to an undefined property RyanChandler\FilamentNavigation\Filament\Resources\NavigationResource\Pages\CreateNavigation::$mountedActionData.
|
phpstan:
src/Filament/Resources/NavigationResource/Pages/Concerns/HandlesNavigationBuilder.php (in context of class RyanChandler/FilamentNavigation/Filament/Resources/NavigationResource/Pages/EditNavigation)#L67
Access to an undefined property RyanChandler\FilamentNavigation\Filament\Resources\NavigationResource\Pages\EditNavigation::$mountedActionData.
|
phpstan:
src/FilamentNavigation.php#L75
Unsafe usage of new static().
|
phpstan:
src/FilamentNavigation.php#L80
Method RyanChandler\FilamentNavigation\FilamentNavigation::get() should return static(RyanChandler\FilamentNavigation\FilamentNavigation) but returns Filament\Contracts\Plugin|Filament\FilamentManager.
|
phpstan:
src/Models/Navigation.php#L26
Method RyanChandler\FilamentNavigation\Models\Navigation::fromHandle() should return static(RyanChandler\FilamentNavigation\Models\Navigation)|null but returns RyanChandler\FilamentNavigation\Models\Navigation|null.
|
phpstan
Process completed with exit code 1.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
phpstan
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|