Skip to content

Commit fcf7fdd

Browse files
committed
Docs: minor fixes
Minor fixes picked up along the way.
1 parent 810e5eb commit fcf7fdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Reports/Code.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function generateFileReport($report, File $phpcsFile, $showSources=false,
4040
return false;
4141
}
4242

43-
// How many lines to show about and below the error line.
43+
// How many lines to show above and below the error line.
4444
$surroundingLines = 2;
4545

4646
$file = $report['filename'];

src/Standards/Generic/Tests/WhiteSpace/HereNowdocIdentifierSpacingUnitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;
1313

1414
/**
15-
* Unit test class for the LanguageConstructSpacing sniff.
15+
* Unit test class for the HereNowdocIdentifierSpacing sniff.
1616
*
1717
* @covers \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\HereNowdocIdentifierSpacingSniff
1818
*/

0 commit comments

Comments
 (0)