Skip to content

GitHub actions

GitHub actions #16

Triggered via pull request January 17, 2024 09:34
Status Failure
Total duration 35s
Artifacts

backend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
phpcs
Process completed with exit code 2.
php-cs-fixer
Process completed with exit code 8.
phpstan: app/Models/User.php#L24
PHPDoc type array<int, string> of property App\Models\User::$fillable is not the same as PHPDoc type array<string> of overridden property Illuminate\Database\Eloquent\Model::$fillable.
phpstan: tests/Unit/ExampleTest.php#L16
Call to method PHPUnit\Framework\Assert::assertTrue() with false will always evaluate to false.
phpstan: tests/Unit/ExampleTest.php#L16
Dynamic call to static method PHPUnit\Framework\Assert::assertTrue().
phpstan
Process completed with exit code 1.
test
Process completed with exit code 1.