Skip to content

1.5.0RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gsherwood gsherwood released this 26 Sep 04:00
· 5683 commits to master since this release
  • Reports have been completely rewritten to consume far less memory
    • Each report is incrementally written to the file system during a run and then printed out when the run ends
    • There is no longer a need to keep the list of errors and warnings in memory during a run
  • Multi-file sniff support has been removed because they are too memory intensive
    • If you have a custom multi-file sniff, you can convert it into a standard sniff quite easily
    • See CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php for an example