dynamic form hydration #2137
back-end.yml
on: push
1️⃣ Syntax errors
12s
Matrix: 2️⃣ Unit and functional tests
Annotations
12 errors and 1 warning
|
2️⃣ Unit and functional tests (8.3, locked)
Process completed with exit code 2.
|
|
2️⃣ Unit and functional tests (8.3, locked)
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- symfony/clock is locked to version v8.0.0 and an update of this package was not requested.
- symfony/clock v8.0.0 requires php >=8.4 -> your php version (8.3.28) does not satisfy that requirement.
Problem 2
- symfony/css-selector is locked to version v8.0.0 and an update of this package was not requested.
- symfony/css-selector v8.0.0 requires php >=8.4 -> your php version (8.3.28) does not satisfy that requirement.
Problem 3
- symfony/event-dispatcher is locked to version v8.0.0 and an update of this package was not requested.
- symfony/event-dispatcher v8.0.0 requires php >=8.4 -> your php version (8.3.28) does not satisfy that requirement.
Problem 4
- symfony/string is locked to version v8.0.1 and an update of this package was not requested.
- symfony/string v8.0.1 requires php >=8.4 -> your php version (8.3.28) does not satisfy that requirement.
Problem 5
- symfony/translation is locked to version v8.0.3 and an update of this package was not requested.
- symfony/translation v8.0.3 requires php >=8.4 -> your php version (8.3.28) does not satisfy that requirement.
Problem 6
- nesbot/carbon is locked to version 3.11.0 and an update of this package was not requested.
- nesbot/carbon 3.11.0 requires symfony/clock ^6.3.12 || ^7.0 || ^8.0 -> satisfiable by symfony/clock[v8.0.0].
- symfony/clock v8.0.0 requires php >=8.4 -> your php version (8.3.28) does not satisfy that requirement.
|
|
3️⃣ Static Analysis:
src/Fields/File.php#L242
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#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.
|
|
3️⃣ Static Analysis:
src/Enums/Arrayable.php#L7
Trait Cone\Root\Enums\Arrayable is used zero times and is not analysed.
|
|
3️⃣ Static Analysis:
src/Conversion/Driver.php#L48
Property Cone\Root\Models\Medium::$properties (string|null) does not accept array<int|string, list<(int|string)>|string>.
|
|
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
Call to an undefined method Illuminate\Database\Eloquent\Model::recordRootEvent().
|
|
3️⃣ Static Analysis:
src/Actions/Action.php#L139
Anonymous function should return Illuminate\Support\MessageBag but returns Illuminate\Contracts\Support\MessageBag.
|
|
2️⃣ Unit and functional tests (8.3, locked)
No files were found with the provided path: storage/logs/. No artifacts will be uploaded.
|