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
  • ..
  • Container
  • InlineRecordContainer.php
Find file BlameHistoryPermalink
  • Stefan Neufeind's avatar
    [TASK] Remove ternary operator where not needed · 63fd158d
    Stefan Neufeind authored Jul 13, 2015
    The usage of the ternary operator just for conversion to boolean like
    ... ? TRUE : FALSE
    is be replaced by a normal (bool) typecast.
    
    Change-Id: Ia32f63b423ffa7e066c9cf8bb002dde51b419bfa
    Resolves: #68063
    Releases: master
    Reviewed-on: http://review.typo3.org/41110
    
    
    Reviewed-by: Markus Klein's avatarMarkus Klein <markus.klein@typo3.org>
    Tested-by: Markus Klein's avatarMarkus Klein <markus.klein@typo3.org>
    Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
    Tested-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
    63fd158d