Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • adminpanel
  • ext_localconf.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] Enforce trailing commas in multi line arrays with PHP CS Fixer · f7b7507c
    Benni Mack authored Sep 24, 2021
    The rule trailing_comma_in_multiline is added to the PHP CS fixer
    configuration.
    
    This reduces possible merge conflicts in the future.
    
    The commands to apply the rules over the code base was
    
    ./bin/php-cs-fixer fix \
        --path-mode intersection \
        --config=Build/php-cs-fixer.php \
        typo3/sysext
    
    And then:
    ./bin/php-cs-fixer fix --config=Build/php-cs-fixer.php
    
    Resolves: #94553
    Releases: master
    Change-Id: I0ebbfa9edbbcde19aaeb44219a71f2f093ab705e
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69825
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    f7b7507c