Merge tree, grid, nested and flat views into a single url #437
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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#L116
Variable $model in PHPDoc tag @var does not exist.
|
PHP 8.3:
app/Http/Controllers/CrudController.php#L179
No error to ignore is reported on line 179.
|
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:
app/Http/Controllers/SearchController.php#L58
Call to method limit() on an unknown class App\Models\Concerns\Searchable.
|
PHP 8.3:
app/Models/Ability.php#L44
PHPDoc type array<string> of property App\Models\Ability::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
PHP 8.3:
app/Models/Attribute.php#L59
PHPDoc type array<string> of property App\Models\Attribute::$fillable is not covariant with PHPDoc type array<int, string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
|
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/.
|