Phpcs Calisthenics Rules Versions Save

[DEPRECATED] Object Calisthenics rules for PHP_CodeSniffer

v3.6.0

4 years ago

This release now requires PHP 7.2 as minimum version, since PHP 7.1 is going EOL in 2 weeks

v3.2.0

6 years ago

Changed

  • [#77] bump to Symplify 4, use EasyCodingStandardTester for tests

v3.1.0

6 years ago

Changed

  • bump squizlabs/php_codesniffer to ^3.1

  • #72 ECS setup simplifed

v2.0.1

6 years ago

Added

  • #70 Added composer plugin type, allows related composer installation Thank you @GaryJones

See full diff: https://github.com/object-calisthenics/phpcs-calisthenics-rules/compare/v2.0.0...v2.0.1

v3.0.0-RC3

7 years ago
  • #59
    • make nicer README with examples, emojis and links to real configuration
    • fix missing rules
    • drop unused helper classes

v3.0.0-RC2

7 years ago

v3.0.0-RC1

7 years ago

v2.0.0

7 years ago
  • bump to PHP 7
  • self testing enabled! #1
  • all up to now issues resolved
    • arguments missuse #7, #5
    • works with PHP_CodeSniffer ~2.4+ #10
    • PHPUnit runs just fine #14

v1.0.1

9 years ago

Fixed issues:

  • No autoloader configuration for OC rules
  • array_map() issue with error list to be displayed
  • Lack of documentation on how to activate for projects
  • If @var tag is wrong, it was breaking the phpcs execution
  • Fixed fatal error with phpcs being unable to instantiate abstract classes
  • Removed class docblock comments enforcement (for now) since it was heavily conflicting with Doctrine annotations