Skip to content

Adding code coverage for IlluminateRegistry #72

Adding code coverage for IlluminateRegistry

Adding code coverage for IlluminateRegistry #72

Triggered via push October 26, 2024 08:14
Status Failure
Total duration 31s
Artifacts
Matrix: Static Analysis with PHPStan
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Static Analysis with PHPStan (8.1): src/Testing/Factory.php#L50
Property LaravelDoctrine\ORM\Testing\Factory::$faker has unknown class Faker\Generator as its type.
Static Analysis with PHPStan (8.1): src/Testing/Factory.php#L55
Parameter $faker of method LaravelDoctrine\ORM\Testing\Factory::__construct() has invalid type Faker\Generator.
Static Analysis with PHPStan (8.1): src/Testing/Factory.php#L65
Parameter $faker of method LaravelDoctrine\ORM\Testing\Factory::construct() has invalid type Faker\Generator.
Static Analysis with PHPStan (8.1): src/Testing/FactoryBuilder.php#L56
Property LaravelDoctrine\ORM\Testing\FactoryBuilder::$faker has unknown class Faker\Generator as its type.
Static Analysis with PHPStan (8.1): src/Testing/FactoryBuilder.php#L99
Parameter $faker of method LaravelDoctrine\ORM\Testing\FactoryBuilder::__construct() has invalid type Faker\Generator.
Static Analysis with PHPStan (8.1): src/Testing/FactoryBuilder.php#L160
Parameter $faker of method LaravelDoctrine\ORM\Testing\FactoryBuilder::construct() has invalid type Faker\Generator.
Static Analysis with PHPStan (8.1)
Process completed with exit code 1.
Static Analysis with PHPStan (8.3)
The job was canceled because "_8_1" failed.
Static Analysis with PHPStan (8.2)
The job was canceled because "_8_1" failed.
Static Analysis with PHPStan (8.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/