Skip to content

Commit 2f7ee70

Browse files
authored
Merge pull request #837 from rodrigoprimo/fix-typo-embedded-php-sniff
Squiz/EmbeddedPhp: fix small typo in the reportEmptyTagSet() docblock
2 parents a97683d + 7e1f361 commit 2f7ee70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ private function validateInlineEmbeddedPhp($phpcsFile, $stackPtr, $closeTag)
475475

476476

477477
/**
478-
* Report and fix an set of empty PHP tags.
478+
* Report and fix a set of empty PHP tags.
479479
*
480480
* @param \PHP_CodeSniffer\Files\File $phpcsFile The file being scanned.
481481
* @param int $stackPtr The position of the current token in the

0 commit comments

Comments
 (0)