Skip to content

Merge branch 'main' of github.com:vormkracht10/filament-fields #14

Merge branch 'main' of github.com:vormkracht10/filament-fields

Merge branch 'main' of github.com:vormkracht10/filament-fields #14

Triggered via push January 18, 2025 07:41
Status Failure
Total duration 59s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
phpstan
Child process error (exit code 255): Symfony\Component\ErrorHandler\Error\FatalError Vormkracht10\Fields\Models\Field cannot use Vormkracht10\Fields\Shared\HasPackageFactory - it is not a trait at src/Models/Field.php:14 10▕ use Illuminate\Support\Facades\Config; 11▕ use Staudenmeir\LaravelAdjacencyList\Eloquent\HasRecursiveRelationships; 12▕ use Vormkracht10\Fields\Shared\HasPackageFactory; 13▕ ➜ 14▕ class Field extends Model 15▕ { 16▕ use HasPackageFactory; 17▕ use HasRecursiveRelationships; 18▕ use HasUlids; Symfony\Component\ErrorHandler\Error\FatalError Vormkracht10\Fields\Models\Field cannot use Vormkracht10\Fields\Shared\HasPackageFactory - it is not a trait at src/Models/Field.php:14 10▕ use Illuminate\Support\Facades\Config; 11▕ use Staudenmeir\LaravelAdjacencyList\Eloquent\HasRecursiveRelationships; 12▕ use Vormkracht10\Fields\Shared\HasPackageFactory; 13▕ ➜ 14▕ class Field extends Model 15▕ { 16▕ use HasPackageFactory; 17▕ use HasRecursiveRelationships; 18▕ use HasUlids; Whoops\Exception\ErrorException Vormkracht10\Fields\Models\Field cannot use Vormkracht10\Fields\Shared\HasPackageFactory - it is not a trait at src/Models/Field.php:14 10▕ use Illuminate\Support\Facades\Config; 11▕ use Staudenmeir\LaravelAdjacencyList\Eloquent\HasRecursiveRelationships; 12▕ use Vormkracht10\Fields\Shared\HasPackageFactory; 13▕ ➜ 14▕ class Field extends Model 15▕ { 16▕ use HasPackageFactory; 17▕ use HasRecursiveRelationships; 18▕ use HasUlids; +1 vendor frames 2 [internal]:0 Whoops\Run::handleShutdown() Whoops\Exception\ErrorException Vormkracht10\Fields\Models\Field cannot use Vormkracht10\Fields\Shared\HasPackageFactory - it is not a trait at src/Models/Field.php:14 10▕ use Illuminate\Support\Facades\Config; 11▕ use Staudenmeir\LaravelAdjacencyList\Eloquent\HasRecursiveRelationships; 12▕ use Vormkracht10\Fields\Shared\HasPackageFactory; 13▕ ➜ 14▕ class Field extends Model 15▕ { 16▕ use HasPackageFactory; 17▕ use HasRecursiveRelationships; 18▕ use HasUlids; +1 vendor frames 2 [internal]:0 Whoops\Run::handleShutdown() ⚠️ You're using a deprecated config option checkMissingIterableValueType ⚠️️ It's strongly recommended to remove it from your configuration file and add the missing array typehints. If you want to continue ignoring missing typehints from arrays, add missingType.iterableValue error identifier to your ignoreErrors: parameters: ignoreErrors: - identifier: missingType.iterableValue PHP Fatal error: Vormkracht10\Fields\Models\Field cannot use Vormkracht10\Fields\Shared\HasPackageFactory - it is not a trait in /home/runner/work/filament-fields/filament-fields/src/Models/Field.php on line 14 while running parallel worker
phpstan
Process completed with exit code 1.
phpstan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636