20 uses of T_NULLABLE
- File::getMemberProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a class member var.
- File::getMethodParameters in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the method parameters for the specified function token.
- File::getMethodProperties in vendor/
squizlabs/ php_codesniffer/ src/ Files/ File.php - Returns the visibility and implementation properties of a method.
- FunctionHelper::findReturnTypeHint in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ FunctionHelper.php - FunctionHelper::getParametersTypeHints in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ FunctionHelper.php - *
- LowerCaseTypeSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Generic/ Sniffs/ PHP/ LowerCaseTypeSniff.php - Processes this sniff, when one of its tokens is encountered.
- NullableTypeDeclarationSniff::register in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ PSR12/ Sniffs/ Functions/ NullableTypeDeclarationSniff.php - Returns an array of tokens this test wants to listen for.
- NullableTypeForNullDefaultValueSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ TypeHints/ NullableTypeForNullDefaultValueSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- ParameterTypeHintSpacingSniff::process in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ TypeHints/ ParameterTypeHintSpacingSniff.php - * @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *
- PHP::processAdditional in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Performs additional processing after main tokenizing.
- PHP::tokenize in vendor/
squizlabs/ php_codesniffer/ src/ Tokenizers/ PHP.php - Creates an array of tokens when given some PHP code.
- PropertyDeclarationSniff::checkTypeHintSpacing in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Sniffs/ Classes/ PropertyDeclarationSniff.php - PropertyHelper::findTypeHint in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ PropertyHelper.php - PropertyHelper::isProperty in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ PropertyHelper.php - ReferencedNameHelper::getReferenceType in vendor/
slevomat/ coding-standard/ SlevomatCodingStandard/ Helpers/ ReferencedNameHelper.php - 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 *
- ScopeKeywordSpacingSniff::process in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ WhiteSpace/ ScopeKeywordSpacingSniff.php - Processes this test, when one of its tokens is encountered.
- VariableCommentSniff::processMemberVar in vendor/
drupal/ coder/ coder_sniffer/ Drupal/ Sniffs/ Commenting/ VariableCommentSniff.php - Called to process class member vars.
- VariableCommentSniff::processMemberVar in vendor/
squizlabs/ php_codesniffer/ src/ Standards/ Squiz/ Sniffs/ Commenting/ VariableCommentSniff.php - Called to process class member vars.