Skip to content

Fix model type in Action #2056

Fix model type in Action

Fix model type in Action #2056

Triggered via pull request August 26, 2025 02:37
Status Success
Total duration 1m 18s
Artifacts

back-end.yml

on: pull_request
1️⃣ Syntax errors
15s
1️⃣ Syntax errors
3️⃣ Static Analysis
44s
3️⃣ Static Analysis
4️⃣ Coding Standards
18s
4️⃣ Coding Standards
Matrix: 2️⃣ Unit and functional tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
3️⃣ Static Analysis: src/Fields/File.php#L246
Parameter #1 $callback of method Illuminate\Support\LazyCollection<int,Illuminate\Database\Eloquent\Model>::each() expects callable(Illuminate\Database\Eloquent\Model, int): mixed, Closure(Cone\Root\Models\Medium): void given.
3️⃣ Static Analysis: src/Fields/BelongsToMany.php#L219
Parameter #1 $model of method Cone\Root\Fields\BelongsToMany<TRelation of Illuminate\Database\Eloquent\Relations\BelongsToMany>::getRelation() expects Illuminate\Database\Eloquent\Model, string|null given.
3️⃣ Static Analysis: src/Actions/SendVerificationNotification.php#L19
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),Illuminate\Database\Eloquent\Model>::each() expects callable(Illuminate\Database\Eloquent\Model, int|string): mixed, Closure(Cone\Root\Models\User): void given.
3️⃣ Static Analysis: src/Actions/SendVerificationNotification.php#L18
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),Illuminate\Database\Eloquent\Model>::reject() expects bool|(callable(Illuminate\Database\Eloquent\Model, int|string): bool)|Illuminate\Database\Eloquent\Model, Closure(Cone\Root\Models\User): bool given.
3️⃣ Static Analysis: src/Actions/SendPasswordResetNotification.php#L23
Call to an undefined method Illuminate\Contracts\Auth\PasswordBroker::createToken().
3️⃣ Static Analysis: src/Actions/SendPasswordResetNotification.php#L21
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),Illuminate\Database\Eloquent\Model>::each() expects callable(Illuminate\Database\Eloquent\Model, int|string): mixed, Closure(Cone\Root\Models\User): void given.
3️⃣ Static Analysis: src/Actions/Action.php#L219
Instanceof between Illuminate\Database\Eloquent\Model and trait Cone\Root\Traits\HasRootEvents will always evaluate to false.
3️⃣ Static Analysis: src/Actions/Action.php#L219
Instanceof between Illuminate\Database\Eloquent\Model and Cone\Root\Traits\HasRootEvents will always evaluate to false.
3️⃣ Static Analysis: src/Actions/Action.php#L219
Call to function assert() with false will always evaluate to false.
3️⃣ Static Analysis: src/Actions/Action.php#L139
Anonymous function should return Illuminate\Support\MessageBag but returns Illuminate\Contracts\Support\MessageBag.