Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • ..
  • File
  • FileController.php
Find file BlameHistoryPermalink
  • Roland Waldner's avatar
    [CLEANUP] Add missing empty lines before classes' closing curly braces · 14cc9269
    Roland Waldner authored Dec 16, 2014 and Christian Kuhn's avatar Christian Kuhn committed Dec 17, 2014
    Most of TYPO3's PHP files have an empty line before a class' closing curly
    brace. This commit adds this empty line (if it is missing) before a class'
    closing curly brace.
    
    This is not part of the TYPO3 CMS CGL but increases consistency in this
    area.
    
    This regular expression was used to add the empty lines:
    
    Search:
    (}\n)(})
    
    Replace:
    $1\n$2
    
    Resolves: #63942
    Release: master
    Change-Id: Icd6547322ac8b7310956d347fd73c90bde2bbfa7
    Reviewed-on: http://review.typo3.org/35527
    
    
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    14cc9269