vimeo / psalm

A static analysis tool for finding errors in PHP applications
https://psalm.dev
MIT License
5.55k stars 661 forks source link

Psalm PHP notice when using modulo, bitwise or,... on non-int #10950

Open kkmuffme opened 5 months ago

kkmuffme commented 5 months ago

https://psalm.dev/r/e2fc45cb56

When analyzing this code with psalm triggers a PHP notice

Deprecated: Implicit conversion from float ... to int loses precision

psalm-github-bot[bot] commented 5 months ago

I found these snippets:

https://psalm.dev/r/e2fc45cb56 ```php