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

Breadcrumb

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

function BlockControlStructureSpacingSniff::getLinesCountAfterLast

* @phpcsSuppress SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter

Overrides AbstractControlStructureSpacing::getLinesCountAfterLast

File

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

Class

BlockControlStructureSpacingSniff

Namespace

SlevomatCodingStandard\Sniffs\ControlStructures

Code

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