1.0.0
Initial release
Rules extend the Ergebnis rules with the following modifications:
blank_line_between_import_groups
: Blank lines are put between import groupsglobal_namespace_import
: classes and functions are importedphpdoc_align
: PHPDoc items are left-alignedphpdoc_types_order
: types are not sorted,null
is always lastphp_unit_test_class_requires_covers
: Tests don't require@covers
annotationsyoda_style
: Condition styles are not enforced