supportsBelow('5.2') === false) { return; } if ($this->isShortTernary($phpcsFile, $stackPtr) === false) { return; } $phpcsFile->addError( 'Middle may not be omitted from ternary operators in PHP < 5.3', $stackPtr, 'MiddleMissing' ); } }