SlevomatCodingStandard\Sniffs\Files\TypeNameMatchesFileNameSniff::getIgnoredNamespaces PHP Метод

getIgnoredNamespaces() приватный Метод

private getIgnoredNamespaces ( ) : string[]
Результат string[]
    private function getIgnoredNamespaces()
    {
        if ($this->normalizedIgnoredNamespaces === null) {
            $this->normalizedIgnoredNamespaces = SniffSettingsHelper::normalizeArray($this->ignoredNamespaces);
        }
        return $this->normalizedIgnoredNamespaces;
    }