Continuous Integration #851
ci.yml
on: schedule
Settings
/
Detect Packages
6s
Dependencies checks
1m 0s
Tests
/
Settings
15s
Matrix: Dependencies checks
Matrix: Tests / run
Matrix: Package tests
Annotations
4 errors
PHPStan:
packages/graphql/src/Stream/Streams/Database.php#L23
Property LastDragon_ru\LaraASP\GraphQL\Stream\Streams\Database::$collection (Illuminate\Support\Collection<(int|string), Illuminate\Database\Eloquent\Model|stdClass>|null) is never assigned Illuminate\Support\Collection<(int|string), Illuminate\Database\Eloquent\Model|stdClass> so it can be removed from the property type.
|
PHPStan:
packages/graphql/src/Stream/Streams/Database.php#L68
Property LastDragon_ru\LaraASP\GraphQL\Stream\Streams\Database::$collection (Illuminate\Support\Collection<(int|string), Illuminate\Database\Eloquent\Model|stdClass>|null) does not accept Illuminate\Database\Eloquent\Collection<int, Illuminate\Database\Eloquent\Model>.
|
PHPStan:
packages/graphql/src/Stream/Streams/Database.php#L75
Method LastDragon_ru\LaraASP\GraphQL\Stream\Streams\Database::getCollection() should return Illuminate\Support\Collection<(int|string), Illuminate\Database\Eloquent\Model|stdClass> but returns Illuminate\Database\Eloquent\Collection<int, Illuminate\Database\Eloquent\Model>|Illuminate\Support\Collection<(int|string), Illuminate\Database\Eloquent\Model|stdClass>.
|
PHPStan
Process completed with exit code 1.
|