Add PHP-CS-Fixer Config and Rules classes (#30) #30
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)
|