PHPCompatibility v7.1.0 Release Notes

Release Date: 2016-12-14 // over 7 years ago
  • ๐Ÿ‘€ See all related issues and PRs in the [7.1.0 milestone].

    โž• Added

    • :star: New stringToErrorCode(), arrayKeysToLowercase() and addMessage() utility methods to the PHPCompatibility_Sniff class. #291.

    ๐Ÿ”„ Changed

    • :pushpin: All sniff error messages now have modular error codes allowing for selectively disabling individual checks - and even selectively disabling individual sniff for specific files - without disabling the complete sniff. #291
    • :pencil2: Minor changes to some of the error message texts for consistency across sniffs. #291
    • ๐Ÿ”จ :recycle: Refactored the complex version sniffs to reduce code duplication. #291
    • ๐ŸŽ :recycle: Miscellaneous other refactoring for improved performance and sniff accuracy. #291
    • ๐Ÿšš :umbrella: The unit tests for the RemovedExtensions sniff now verify that the correct alternative extension is being suggested. #291

    Credits

    Thanks go out to [Juliette Reinders Folmer] for her contributions to this version. :clap: