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
  • Classes
  • Middleware
  • AdminPanelInitiator.php
Find file BlameHistoryPermalink
  • Alexander Schnitzler's avatar
    [TASK] Set php header comment via php-cs-fixer · 7b919798
    Alexander Schnitzler authored Apr 14, 2020 and Benni Mack's avatar Benni Mack committed Apr 15, 2020
    With this patch, the header comment of php files is
    automatically added by the php-cs-fixer, which guarantees
    that its format and place of occurrence remain the same
    in all files.
    
    Files that are copied over from other projects are excluded.
    
    Furthermore, files that are kind of inspired by other
    projects also get the same header comment but may have
    a second, additional comment explaining its origin.
    
    Used command:
    
        bin/php-cs-fixer fix --config=Build/php-cs-fixer/header-comment.php
    
    Releases: master
    Resolves: #91024
    Change-Id: I5a040517e0fbde6e5a27d589bf2f222078326dc8
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64159
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Benni Mack's avatarBenni Mack <benni@typo3.org>
    7b919798