PHPCompatibility v7.0.2 Release Notes

Release Date: 2016-08-03 // over 7 years ago
  • 👀 See all related issues and PRs in the [7.0.2 milestone].

    ➕ Added

    • 🚚 :star: RemovedExtensions sniff: ability to whitelist userland functions for which the function prefix overlaps with a prefix of a deprecated/removed extension. #130. Fixes #123. To use this feature, add the functionWhitelist property in your custom ruleset. For more information, see the README.

    🔄 Changed

    • :pencil2: A number of sniffs contained public class properties. Within PHPCS, public properties can be overruled via a custom ruleset. This was not the intention, so the visibility of these properties has been changed to protected. #135
    • 📦 :wrench: Composer config: Stable packages are preferred over unstable/dev.
    • :pencil2: Ruleset name. #134

    Credits

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