Releases: funivan/PhpClean
Releases · funivan/PhpClean
2019.03.18
- #68 QF: Add __toString() method call
- #47 fix phpDocTag remove QF. Delete all line
- #45 New inspection: Deprecated doc tag
- #60 New inspection: Class name collision
2019.02.18
- #17 Detect magick __toString call in type cast expressions
- #27 Fixed. Do not apply final modifier for private methods
- #48 Detect magick __toString call on function call
- #44 Fixed. Skip redundant php tag on multiple types declaration
2019.01.08
#14 New inspection: Global variable usage
#13 New inspection: Deprecated __toString call
#11 check interface in the assert
#16 fixed Empty PSI element Error
#19 fixed ignore toString call on ?string, ?int, ?float
2018.11.30
- #6 do not check static method for the final modifier
- #7 do not check __destruct for the return type declaration
- #8 suppress parameter type in the parameter description