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

Breadcrumb

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

function LinesOfCode::nonCommentLinesOfCode

@psalm-return non-negative-int

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

File

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

Class

LinesOfCode
@psalm-immutable

Namespace

SebastianBergmann\LinesOfCode

Code

public function nonCommentLinesOfCode() : int {
    return $this->nonCommentLinesOfCode;
}
RSS feed
Powered by Drupal