tesktkit bookmarks #901
static-analysis.yml
on: pull_request
Lint & Analyse
34s
Annotations
2 warnings
MixedReturnTypeCoercion:
src/Databags/TransactionConfiguration.php#L60
src/Databags/TransactionConfiguration.php:60:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>|null' is more general than the declared return type 'array<string, array<array-key, mixed>|null|scalar>|null' for Laudis\Neo4j\Databags\TransactionConfiguration::getMetaData (see https://psalm.dev/197)
|
MixedReturnTypeCoercion:
src/Databags/TransactionConfiguration.php#L56
src/Databags/TransactionConfiguration.php:56:16: MixedReturnTypeCoercion: The declared return type 'array<string, array<array-key, mixed>|null|scalar>|null' for Laudis\Neo4j\Databags\TransactionConfiguration::getMetaData is more specific than the inferred return type 'array<array-key, mixed>|null' (see https://psalm.dev/197)
|