beste/php-cs-fixer-config
Shared PHP-CS-Fixer configuration package providing a consistent, reusable code style setup across projects. Centralizes fixer rules and presets, making it easy to enforce formatting standards in CI and keep multiple codebases aligned with minimal per-project config.
function_typehint_space with type_declaration_spacesno_spaces_inside_parenthesis with spaces_inside_parenthesesReplaced deprecated no_blank_lines_before_namespace and single_blank_line_before_namespace rules with blank_lines_before_namespace
Changed php_unit_test_annotation style from prefix to annotation
friendsofphp/php-cs-fixer as a direct dependency (the recommended way is not to use it as a dev dependency)ergebnis/php-cs-fixer-config-templateglobal_namespace_import: Imports or fully qualifies global classes/functions/constants.
native_function_invocation: Add leading \ before function invocation to speed up resolving
[@compiler_optimized](https://github.com/compiler_optimized) functions and remove \ of function calls not meant to have it.global_namespace_import: Imports or fully qualifies global classes/functions/constants.
Fixes PHP version requirements to allow PHP 7.4 and PHP 8.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](https://github.com/covers) annotationsyoda_style: Condition styles are not enforcedHow can I help you explore Laravel packages today?