Skip to content

Update README.md

Update README.md #14

Triggered via push April 16, 2024 21:20
Status Failure
Total duration 28s
Artifacts

phpstan.yml

on: push
Running Larastan check
19s
Running Larastan check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Running Larastan check: app/Actions/Forms/CategoryForm.php#L21
Method App\Actions\Forms\CategoryForm::toResponse() should return Symfony\Component\HttpFoundation\Response but returns Illuminate\View\View.
Running Larastan check: app/Actions/Forms/ProductForm.php#L21
Method App\Actions\Forms\ProductForm::toResponse() should return Symfony\Component\HttpFoundation\Response but returns Illuminate\View\View.
Running Larastan check: app/Actions/Forms/UserForm.php#L21
Method App\Actions\Forms\UserForm::toResponse() should return Symfony\Component\HttpFoundation\Response but returns Illuminate\View\View.
Running Larastan check: app/Actions/Query/QueryBuilder.php#L43
Call to private method addBinding() of parent class Illuminate\Database\Eloquent\Builder<Illuminate\Database\Eloquent\Model>.
Running Larastan check: app/Actions/Query/QueryBuilder.php#L52
Call to an undefined method App\Actions\Query\QueryBuilder::onlyTrashed().
Running Larastan check: app/Actions/Shared/Traits/GetRouteTrashOrIndex.php (in context of class App/Http/Controllers/Admin/BaseAdminController)#L15
PHPDoc tag @return has invalid value ([type]): Unexpected token "[", expected type at offset 53
Running Larastan check: app/Console/Kernel.php#L20
Call to an undefined method Illuminate\Console\Scheduling\Event::now().
Running Larastan check: app/Console/Kernel.php#L22
Class App\Console\User not found.
Running Larastan check: app/Console/Kernel.php#L23
Class App\Console\product not found.
Running Larastan check: app/Console/Kernel.php#L24
Class App\Console\Category not found.
Running Larastan check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Running Larastan check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/