beste/php-cs-fixer-config
Opinionated PHP-CS-Fixer configuration for BESTE projects, extending ergebnis/php-cs-fixer-config. Provides ready-to-use rulesets for modern PHP (Php81 and Php82) to keep code style consistent across your codebase.
multiline_whitespace_before_semicolons configurationmultiline_whitespace_before_semicolons)null always lastfunction_typehint_space with type_declaration_spacesno_spaces_inside_parenthesis with spaces_inside_parenthesesno_blank_lines_before_namespace and single_blank_line_before_namespace rules with
blank_lines_before_namespacephp_unit_test_annotation style from prefix to annotationfriendsofphp/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.
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?