64 uses of T_CLOSE_PARENTHESIS
- AbstractLineCall::getCall in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ AbstractLineCall.php - AbstractPatternSniff::processPattern in vendor/
squizlabs/ php_codesniffer/ src/ Sniffs/ AbstractPatternSniff.php - Processes the pattern and verifies the code at $stackPtr.
- ArbitraryParenthesesSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ArbitraryParenthesesSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- ArbitraryParenthesesSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ArbitraryParenthesesSpacingSniff.php - Returns an array of tokens this test wants to listen for.
- ArraySniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Arrays/ ArraySniff.php - Processes this test, when one of its tokens is encountered.
- AssignmentInConditionSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ CodeAnalysis/ AssignmentInConditionSniff.php - Processes this test, when one of its tokens is encountered.
- CloseBracketSpacingSniff::register in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ CloseBracketSpacingSniff.php - Returns an array of tokens this test wants to listen for.
- CommaSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ CommaSniff.php - Processes this test, when one of its tokens is encountered.
- ComparisonOperatorUsageSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Operators/ ComparisonOperatorUsageSniff.php - Process the tokens that this sniff is listening for.
- ConditionHelper::getNegativeLogicalCondition in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ConditionHelper.php - CSS::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ CSS.php - Creates an array of tokens when given some CSS code.
- DeclareStatementSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Files/ DeclareStatementSniff.php - Processes this sniff, when one of its tokens is encountered.
- DisallowImplicitArrayCreationSniff::isCreatedInForeach in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Arrays/ DisallowImplicitArrayCreationSniff.php - DisallowMultipleAssignmentsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ PHP/ DisallowMultipleAssignmentsSniff.php - Processes this test, when one of its tokens is encountered.
- DisallowTrailingCommaInCallSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ DisallowTrailingCommaInCallSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- DisallowYodaConditionsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ ControlStructures/ DisallowYodaConditionsSniff.php - Processes this test, when one of its tokens is encountered.
- EchoedStringsSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Strings/ EchoedStringsSniff.php - Processes this test, when one of its tokens is encountered.
- File::findEndOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the last non-whitespace token in a statement.
- File::findStartOfStatement in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the position of the first non-whitespace token in a statement.
- File::getMethodParameters in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the method parameters for the specified function token.
- FunctionCallArgumentSpacingSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ Functions/ FunctionCallArgumentSpacingSniff.php - Returns an array of tokens this test wants to listen for.
- FunctionCallSignatureSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PEAR/ Sniffs/ Functions/ FunctionCallSignatureSniff.php - Returns an array of tokens this test wants to listen for.
- Helpers::getArrowFunctionOpenClose in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Lib/ Helpers.php - * Find the opening and closing scope positions for an arrow function if the * given position is the start of the arrow function (the `fn` keyword * token). * * Returns null if the passed token is not an arrow function keyword. * * If the…
- Helpers::isListAssignment in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Lib/ Helpers.php - * Determine if a token is a list opener for list assignment/destructuring. * * The index provided can be either the opening square brace of a short list * assignment like the first character of `[$a] = $b;` or the `list` token of * an…
- IdentificatorHelper::findStartPointer in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ IdentificatorHelper.php - IncrementDecrementUsageSniff::processAssignment in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Operators/ IncrementDecrementUsageSniff.php - Checks to ensure increment and decrement operators are used.
- InlineIfDeclarationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ ControlStructures/ InlineIfDeclarationSniff.php - Processes this sniff, when one of its tokens is encountered.
- JS::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ JS.php - Performs additional processing after main tokenizing.
- LanguageConstructWithParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ LanguageConstructWithParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- NegationOperatorSpacingSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Operators/ NegationOperatorSpacingSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- NewWithoutParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ NewWithoutParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- NewWithParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ NewWithParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- ObjectOperatorIndentSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ ObjectOperatorIndentSniff.php - Processes this test, when one of its tokens is encountered.
- OperatorBracketSniff::addMissingBracketsError in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Formatting/ OperatorBracketSniff.php - Add and fix the missing brackets error.
- OperatorBracketSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Formatting/ OperatorBracketSniff.php - Processes this test, when one of its tokens is encountered.
- OptionsTSniff::process in vendor/
drupal/ coder/ coder_sniffer/ DrupalPractice/ Sniffs/ General/ OptionsTSniff.php - Processes this test, when one of its tokens is encountered.
- PHP::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Performs additional processing after main tokenizing.
- ReferencedNameHelper::createAllReferencedNamesInAttributes in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ReferencedNameHelper.php - *
- RequireArrowFunctionSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ RequireArrowFunctionSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- RequireMultiLineCallSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ RequireMultiLineCallSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- RequireMultiLineConditionSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ RequireMultiLineConditionSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- RequireNullCoalesceOperatorSniff::checkIdenticalOperator in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ RequireNullCoalesceOperatorSniff.php - RequireNullSafeObjectOperatorSniff::findIdentificatorStart in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ ControlStructures/ RequireNullSafeObjectOperatorSniff.php - RequireOnlyStandaloneIncrementAndDecrementOperatorsSniff::isStandalone in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Operators/ RequireOnlyStandaloneIncrementAndDecrementOperatorsSniff.php - RequireTrailingCommaInCallSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ RequireTrailingCommaInCallSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- ReturnTypeDeclarationSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Functions/ ReturnTypeDeclarationSniff.php - Processes this test when one of its tokens is encountered.
- ReturnTypeHintSpacingSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ TypeHints/ ReturnTypeHintSpacingSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- ScopeIndentSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
- ScopeIndentSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ ScopeIndentSniff.php - Processes this test, when one of its tokens is encountered.
- ScopeKeywordSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ ScopeKeywordSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- SpaceUnaryOperatorSniff::process in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Formatting/ SpaceUnaryOperatorSniff.php - Processes this test, when one of its tokens is encountered.
- SpreadOperatorSpacingAfterSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ WhiteSpace/ SpreadOperatorSpacingAfterSniff.php - Processes this test, when one of its tokens is encountered.
- SwitchDeclarationSniff::findNestedTerminator in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR2/ Sniffs/ ControlStructures/ SwitchDeclarationSniff.php - Returns the position of the nested terminating statement.
- TernaryOperatorHelper::getEndPointer in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ TernaryOperatorHelper.php - Tokenizer::createTokenMap in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ Tokenizer.php - Creates a map of brackets positions.
- UnusedInheritedVariablePassedToClosureSniff::checkVariableUsage in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Functions/ UnusedInheritedVariablePassedToClosureSniff.php - UselessOverridingMethodSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ CodeAnalysis/ UselessOverridingMethodSniff.php - Processes this test, when one of its tokens is encountered.
- UselessParenthesesSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessParenthesesSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- UselessSemicolonSniff::checkMultipleSemicolons in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ PHP/ UselessSemicolonSniff.php - VariableAnalysisSniff::processVariableAsUseImportDefinition in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php - * Process a variable definition if it is inside a function's "use" import. * *
- VariableAnalysisSniff::register in vendor/
sirbrillig/ phpcs-variable-analysis/ VariableAnalysis/ Sniffs/ CodeAnalysis/ VariableAnalysisSniff.php - * Decide which tokens to scan. * *
- YodaHelper::getDynamismForTokens in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ YodaHelper.php - *
- YodaHelper::getLeftSideTokens in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ YodaHelper.php - *
- YodaHelper::getRightSideTokens in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ YodaHelper.php - *