Skip to content

Settings

Settings #1925

Triggered via pull request October 11, 2024 06:59
@iamgergoiamgergo
synchronize #224
settings
Status Success
Total duration 1m 44s
Artifacts

back-end.yml

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

Annotations

10 errors
3️⃣ Static Analysis: routes/web.php#L16
Class Cone\Root\Http\Controllers\SettingController not found.
3️⃣ Static Analysis: routes/web.php#L17
Class Cone\Root\Http\Controllers\SettingController not found.
3️⃣ Static Analysis: src/Actions/Action.php#L138
Anonymous function should return Illuminate\Support\MessageBag but returns Illuminate\Contracts\Support\MessageBag.
3️⃣ Static Analysis: src/Actions/Action.php#L219
Call to an undefined method Illuminate\Database\Eloquent\Model::recordRootEvent().
3️⃣ Static Analysis: src/Actions/Actions.php#L31
Method Cone\Root\Actions\Actions::authorized() should return static(Cone\Root\Actions\Actions) but returns Cone\Root\Actions\Actions.
3️⃣ Static Analysis: src/Actions/Actions.php#L39
Method Cone\Root\Actions\Actions::visible() should return static(Cone\Root\Actions\Actions) but returns Cone\Root\Actions\Actions.
3️⃣ Static Analysis: src/Actions/SendPasswordResetNotification.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#L16
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/SendVerificationNotification.php#L18
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/Fields/BelongsToMany.php#L224
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.