phpdoc-parser icon indicating copy to clipboard operation
phpdoc-parser copied to clipboard

Printer must print float as float and never as int

Open mvorisek opened this issue 2 years ago • 0 comments

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

mvorisek avatar May 18 '23 12:05 mvorisek