PHPStan 2.0 support #2754
Annotations
6 errors
Run composer phpstan:
src/QueryReflection/PdoPgSqlQueryReflector.php#L123
Offset 'column_default' on array{COLUMN_NAME: string|null, COLUMN_DEFAULT: string|null, IS_NULLABLE: string} on left side of ?? does not exist.
|
Run composer phpstan:
src/QueryReflection/PdoPgSqlQueryReflector.php#L124
Offset 'column_name' does not exist on array{COLUMN_NAME: string|null, COLUMN_DEFAULT: string|null, IS_NULLABLE: string}.
|
Run composer phpstan:
src/QueryReflection/PdoPgSqlQueryReflector.php#L125
Offset 'is_nullable' does not exist on array{COLUMN_NAME: string|null, COLUMN_DEFAULT: string|null, IS_NULLABLE: string}.
|
Run composer phpstan:
src/QueryReflection/PdoPgSqlQueryReflector.php#L128
Generator expects key type string, mixed given.
|
Run composer phpstan:
src/QueryReflection/PdoPgSqlQueryReflector.php#L131
Generator expects key type string, mixed given.
|
Run composer phpstan
Process completed with exit code 1.
|
Loading