Skip to content

Commit

Permalink
Docs: minor fixes
Browse files Browse the repository at this point in the history
Minor fixes picked up along the way.
  • Loading branch information
jrfnl committed Nov 11, 2024
1 parent 810e5eb commit fcf7fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Reports/Code.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function generateFileReport($report, File $phpcsFile, $showSources=false,
return false;
}

// How many lines to show about and below the error line.
// How many lines to show above and below the error line.
$surroundingLines = 2;

$file = $report['filename'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;

/**
* Unit test class for the LanguageConstructSpacing sniff.
* Unit test class for the HereNowdocIdentifierSpacing sniff.
*
* @covers \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\HereNowdocIdentifierSpacingSniff
*/
Expand Down

0 comments on commit fcf7fdd

Please sign in to comment.