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

Breadcrumb

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

function UnusedUsesSniff::getIgnoredAnnotations

*

Return value

list<string>

1 call to UnusedUsesSniff::getIgnoredAnnotations()
UnusedUsesSniff::process in vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Namespaces/UnusedUsesSniff.php
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint *

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Namespaces/UnusedUsesSniff.php, line 271

Class

UnusedUsesSniff

Namespace

SlevomatCodingStandard\Sniffs\Namespaces

Code

private function getIgnoredAnnotations() : array {
    if ($this->normalizedIgnoredAnnotations === null) {
        $this->normalizedIgnoredAnnotations = SniffSettingsHelper::normalizeArray($this->ignoredAnnotations);
    }
    return $this->normalizedIgnoredAnnotations;
}

API Navigation

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