Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AnnotationNameSniff.php

AnnotationNameSniff::STATIC_ANALYSIS_ANNOTATIONS

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Commenting/AnnotationNameSniff.php, line 66

Class

AnnotationNameSniff

Namespace

SlevomatCodingStandard\Sniffs\Commenting

Code

private const STATIC_ANALYSIS_ANNOTATIONS = [
    'api',
    'allow-private-mutation',
    'assert',
    'assert-if-true',
    'assert-if-false',
    'consistent-constructor',
    'consistent-templates',
    'extends',
    'external-mutation-free',
    'implements',
    'mixin',
    'ignore-falsable-return',
    'ignore-nullable-return',
    'ignore-var',
    'ignore-variable-method',
    'ignore-variable-property',
    'immutable',
    'import-type',
    'internal',
    'method',
    'mutation-free',
    'no-named-arguments',
    'param',
    'param-out',
    'property',
    'property-read',
    'property-write',
    'psalm-check-type',
    'psalm-check-type-exact',
    'psalm-suppress',
    'psalm-trace',
    'pure',
    'readonly',
    'readonly-allow-private-mutation',
    'require-extends',
    'require-implements',
    'return',
    'seal-properties',
    'self-out',
    'template',
    'template-covariant',
    'template-extends',
    'template-implements',
    'template-use',
    'this-out',
    'type',
    'var',
    'yield',
];

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal