Added explicit int|false return type to a cli helper function #211
Annotations
3 errors
Run Psalm:
src/scripts/cli-script-helper-functions.php#L221
src/scripts/cli-script-helper-functions.php:221:12: MismatchingDocblockReturnType: Docblock has incorrect return type 'bool|int', should be 'false|int' (see https://psalm.dev/142)
|
Run Psalm:
src/scripts/cli-script-helper-functions.php#L221
src/scripts/cli-script-helper-functions.php:221:12: MixedInferredReturnType: Could not verify return type 'bool|int' for SlimMvcTools\Functions\CliHelpers\processTemplateFile (see https://psalm.dev/047)
|
Run Psalm
Process completed with exit code 2.
|
Loading