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

Breadcrumb

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

function LinesOfCode::logicalLinesOfCode

@psalm-return non-negative-int

1 call to LinesOfCode::logicalLinesOfCode()
LinesOfCode::plus in vendor/sebastian/lines-of-code/src/LinesOfCode.php

File

vendor/sebastian/lines-of-code/src/LinesOfCode.php, line 105

Class

LinesOfCode
@psalm-immutable

Namespace

SebastianBergmann\LinesOfCode

Code

public function logicalLinesOfCode() : int {
    return $this->logicalLinesOfCode;
}

API Navigation

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