Skip to content

Releases: funivan/PhpClean

2020.11.22

22 Nov 10:52
Compare
Choose a tag to compare
2020.11.22

2020.11.10-nightly

10 Nov 14:01
1711b84
Compare
Choose a tag to compare
2020.11.10-nightly

2020.11.06-nightly

06 Nov 21:28
da9484e
Compare
Choose a tag to compare
2020.11.06-nightly

2020.11.05-alpha

05 Nov 09:29
Compare
Choose a tag to compare
2020.11.05-alpha

2019.03.18

18 Mar 13:57
Compare
Choose a tag to compare
  • #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

18 Feb 09:52
Compare
Choose a tag to compare
  • #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

07 Feb 06:44
5e9d652
Compare
Choose a tag to compare

#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

30 Nov 13:31
Compare
Choose a tag to compare
  • #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