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
  • core
  • Classes
  • Database
  • Connection.php
Find file BlameHistoryPermalink
  • Christian Kuhn's avatar
    [TASK] Add spaces around '=' of 'strict_types=1' · 7b94e2a6
    Christian Kuhn authored Jan 13, 2018 and Wouter Wolters's avatar Wouter Wolters committed Jan 13, 2018
    This cosmetical CGL change just substitutes all
    
    declare(strict_types=1);
    with
    declare(strict_types = 1);
    
    to be in line with the general 'spaces around ='
    rule. While that is cosmetical, it makes scrutinizer-ci
    a bit more happy and prevents it from creating
    auto-patches for these cases.
    
    Change-Id: Ic754b3fd2a0f06624909e6188ed270bd2797745c
    Resolves: #83554
    Releases: master
    Reviewed-on: https://review.typo3.org/55349
    
    
    Tested-by: default avatarTYPO3com <no-reply@typo3.com>
    Reviewed-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    Tested-by: Wouter Wolters's avatarWouter Wolters <typo3@wouterwolters.nl>
    7b94e2a6