Skip to content

Add PHP-CS-Fixer Config and Rules classes (#30) #30

Add PHP-CS-Fixer Config and Rules classes (#30)

Add PHP-CS-Fixer Config and Rules classes (#30) #30

Triggered via push March 6, 2026 13:03
Status Failure
Total duration 25s
Artifacts

psalm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Psalm
Process completed with exit code 2.
LessSpecificReturnStatement: IxDFCodingStandard/PhpCsFixer/Config.php#L21
IxDFCodingStandard/PhpCsFixer/Config.php:21:16: LessSpecificReturnStatement: The type 'PhpCsFixer\ConfigInterface&static' is more general than the declared return type 'PhpCsFixer\Config' for IxDFCodingStandard\PhpCsFixer\Config::create (see https://psalm.dev/129)
MoreSpecificReturnType: IxDFCodingStandard/PhpCsFixer/Config.php#L17
IxDFCodingStandard/PhpCsFixer/Config.php:17:107: MoreSpecificReturnType: The declared return type 'PhpCsFixer\Config' for IxDFCodingStandard\PhpCsFixer\Config::create is more specific than the inferred return type 'PhpCsFixer\ConfigInterface&static' (see https://psalm.dev/070)