Skip to content
GitLab
  • Menu
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 & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • extbase
  • Classes
  • Persistence
  • QueryInterface.php
Find file BlameHistoryPermalink
  • Roland Waldner's avatar
    [CLEANUP] Add missing empty lines after copyright comments I · 7b7a9535
    Roland Waldner authored Dec 13, 2014 and Christian Kuhn's avatar Christian Kuhn committed Dec 13, 2014
    At the moment in some classes you can find an empty line between the
    copyright comment and the first PHPdoc bock comment. In some other
    classes there is no such empty line.
    
    This commit adds an empty line between those comments if there is no
    empty line.
    
    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:
    ( \* The TYPO3 project - inspiring people to share!\n \*/\n)(/\*\*\n \*)
    
    Replace:
    $1\n$2
    
    Resolves: #63828
    Releases: master
    Change-Id: I1d921921a3f60a62c29de3300b25b5df36a43b0a
    Reviewed-on: http://review.typo3.org/35390
    
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    7b7a9535