Skip to content
Snippets Groups Projects
Commit 59839c08 authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Tymoteusz Motylewski
Browse files

[TASK] Use @DoctrineAnnotation ruleset for php-cs-fixer

As doctrine annotations have been introduced in the core
the ruleset for proper formatting should be enabled.

Releases: master
Resolves: #83110
Change-Id: I3269fb04f4c28c066615060f98cd54290e3b5b46
Reviewed-on: https://review.typo3.org/54780


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
parent f98d3c70
Branches
Tags
No related merge requests found
......@@ -53,6 +53,7 @@ return PhpCsFixer\Config::create()
->setRiskyAllowed(true)
->setRules([
'@PSR2' => true,
'@DoctrineAnnotation' => true,
'no_leading_import_slash' => true,
'no_trailing_comma_in_singleline_array' => true,
'no_singleline_whitespace_before_semicolons' => true,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment