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

Breadcrumb

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

function BlockControlStructureSpacingSniff::getLinesCountBeforeFirst

* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter

Overrides AbstractControlStructureSpacing::getLinesCountBeforeFirst

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/BlockControlStructureSpacingSniff.php, line 83

Class

BlockControlStructureSpacingSniff

Namespace

SlevomatCodingStandard\Sniffs\ControlStructures

Code

protected function getLinesCountBeforeFirst(File $phpcsFile, int $controlStructurePointer) : int {
    return $this->linesCountBeforeFirst;
}
RSS feed
Powered by Drupal