tokens[ ( $stackPtr - 1 ) ]['code'] && \T_ELLIPSIS !== $this->tokens[ ( $stackPtr - 1 ) ]['code'] ) { $error = 'No space before opening casting parenthesis is prohibited'; $fix = $this->phpcsFile->addFixableError( $error, $stackPtr, 'NoSpaceBeforeOpenParenthesis' ); if ( true === $fix ) { $this->phpcsFile->fixer->addContentBefore( $stackPtr, ' ' ); } } } }