Skip to content

1.0.0

Compare
Choose a tag to compare
@jeromegamez jeromegamez released this 25 Aug 09:58
· 29 commits to main since this release
f006cb0

Initial release

Rules extend the Ergebnis rules with the following modifications:

  • blank_line_between_import_groups: Blank lines are put between import groups
  • global_namespace_import: classes and functions are imported
  • phpdoc_align: PHPDoc items are left-aligned
  • phpdoc_types_order: types are not sorted, null is always last
  • php_unit_test_class_requires_covers: Tests don't require @covers annotations
  • yoda_style: Condition styles are not enforced