phpdoc-parser
phpdoc-parser copied to clipboard
Printer must print float as float and never as int
see https://github.com/phpstan/phpstan-src/commit/30f60c18f5efa9e7d5a5495c90f901178cf17a57#r113903510 for repro and the commit itself for usage
https://github.com/phpstan/phpstan-src/blob/f2fb222f7e31c6d50e6258b13a73126cccb16364/src/Type/Constant/ConstantFloatType.php#L48 code should be (re)used
related with https://github.com/phpstan/phpstan-src/pull/2358