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

Breadcrumb

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

function ParentCallSpacingSniff::getSupportedKeywords

*

Return value

list<string>

Overrides AbstractControlStructureSpacing::getSupportedKeywords

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Classes/ParentCallSpacingSniff.php, line 83

Class

ParentCallSpacingSniff

Namespace

SlevomatCodingStandard\Sniffs\Classes

Code

protected function getSupportedKeywords() : array {
    return [
        self::KEYWORD_PARENT,
    ];
}
RSS feed
Powered by Drupal