Skip to content

Feature custom data source synonyms / labels #1896

Feature custom data source synonyms / labels

Feature custom data source synonyms / labels #1896

Triggered via pull request November 9, 2025 23:07
Status Failure
Total duration 1m 8s
Artifacts

static_analysis.yml

on: pull_request
Static analysis
1m 6s
Static analysis
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Static analysis
Process completed with exit code 1.
Static analysis: src/Services/Misc/DataSourceSynonymResolver.php#L68
Offset 'plural' on array{singular: '', plural: ''} on left side of ?? always exists and is not nullable.
Static analysis: src/Services/Misc/DataSourceSynonymResolver.php#L67
Offset 'singular' on array{singular: '', plural: ''} on left side of ?? always exists and is not nullable.
Static analysis: src/Services/Misc/DataSourceSynonymResolver.php#L64
Offset string on array{} on left side of ?? does not exist.
Static analysis: src/Services/Misc/DataSourceSynonymResolver.php#L33
Property App\Services\Misc\DataSourceSynonymResolver::$synonymsSettings is never read, only written.
Static analysis: src/Form/Type/DataSourceSynonymsCollectionType.php#L158
Using nullsafe property access "?->value" on left side of ?? is unnecessary. Use -> instead.
Static analysis: src/Form/Type/DataSourceSynonymsCollectionType.php#L157
Using nullsafe property access "?->value" on left side of ?? is unnecessary. Use -> instead.
Static analysis: src/Form/Type/DataSourceSynonymsCollectionType.php#L94
Variable $out might not be defined.
Static analysis: src/Form/Type/DataSourceSynonymsCollectionType.php#L88
Implicit array creation is not allowed - variable $out might not exist.
Static analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/