Fix date scalar try to parse Illuminate\\Support\\Carbon as string #2361
validate.yml
on: pull_request
Matrix: benchmarks
Matrix: coverage
Matrix: static-analysis
Matrix: tests
Annotations
14 errors and 1 warning
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L15
PHPDoc tag @template TEnum bound contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L20
PHPDoc tag @var for property Nuwave\Lighthouse\Schema\Types\LaravelEnumType::$enumClass contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L20
PHPDoc tag @var for property Nuwave\Lighthouse\Schema\Types\LaravelEnumType::$enumClass contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L23
PHPDoc tag @var for property Nuwave\Lighthouse\Schema\Types\LaravelEnumType::$reflection contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L23
PHPDoc tag @var for property Nuwave\Lighthouse\Schema\Types\LaravelEnumType::$reflection contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L31
PHPDoc tag @param for parameter $enumClass contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L31
PHPDoc tag @param for parameter $enumClass contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L83
PHPDoc tag @param for parameter $value contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L126
PHPDoc tag @param for parameter $enumClass contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.0 with Laravel ^9 and lowest dependencies:
src/Schema/Types/LaravelEnumType.php#L135
PHPDoc tag @param for parameter $enum contains generic type BenSampo\Enum\Enum<mixed> but class BenSampo\Enum\Enum is not generic.
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Child process error (exit code 1): ErrorException thrown in /home/runner/work/lighthouse/lighthouse/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php on line 335 while loading bootstrap file /home/runner/work/lighthouse/lighthouse/vendor/nunomaduro/larastan/bootstrap.php: symlink(): File exists
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Child process error (exit code 1): ErrorException thrown in /home/runner/work/lighthouse/lighthouse/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php on line 335 while loading bootstrap file /home/runner/work/lighthouse/lighthouse/vendor/nunomaduro/larastan/bootstrap.php: symlink(): File exists
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Child process error (exit code 1): ErrorException thrown in /home/runner/work/lighthouse/lighthouse/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php on line 335 while loading bootstrap file /home/runner/work/lighthouse/lighthouse/vendor/nunomaduro/larastan/bootstrap.php: symlink(): File exists
|
PHPStan on PHP 8.1 with Laravel ^9 and lowest dependencies
Process completed with exit code 1.
|
coverage (8.2, ^10)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|