Skip to content

Merge tree, grid, nested and flat views into a single url #440

Merge tree, grid, nested and flat views into a single url

Merge tree, grid, nested and flat views into a single url #440

Triggered via pull request April 8, 2024 20:54
Status Failure
Total duration 1m 44s
Artifacts

phpstan.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHP 8.3: app/Http/Controllers/Api/v1/FullTextSearchApiController.php#L28
Method App\Models\Entity::type() invoked with 0 parameters, 1 required.
PHP 8.3: app/Http/Controllers/Api/v1/FullTextSearchApiController.php#L33
Variable $term2 might not be defined.
PHP 8.3: app/Http/Controllers/CrudController.php#L110
No error to ignore is reported on line 110.
PHP 8.3: app/Http/Controllers/CrudController.php#L119
Variable $model in PHPDoc tag @var does not exist.
PHP 8.3: app/Http/Controllers/CrudController.php#L154
Call to an undefined method object::getTable().
PHP 8.3: app/Http/Controllers/CrudController.php#L156
Call to an undefined method object::where().
PHP 8.3: app/Http/Controllers/CrudController.php#L180
No error to ignore is reported on line 180.
PHP 8.3: app/Http/Controllers/Search/FullTextController.php#L28
Method App\Models\Entity::type() invoked with 0 parameters, 1 required.
PHP 8.3: app/Http/Controllers/Search/FullTextController.php#L43
PHPDoc tag @var for variable $model contains unknown class App\Http\Controllers\Search\MiscModel.
PHP 8.3: app/Http/Controllers/Search/FullTextController.php#L43
Variable $model in PHPDoc tag @var does not match assigned variable $name.
PHP 8.3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.