Skip to content

Commit 160eb6a

Browse files
authored
Merge pull request #200 from PHPCSStandards/feature/file-update-inline-comment
File: update inline comment
2 parents 7f1c02d + 97897c6 commit 160eb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ protected function addMessage($error, $message, $line, $column, $code, $data, $s
904904
}
905905
}
906906

907-
// If it is ignored, make sure it's not whitelisted.
907+
// If it is ignored, make sure there is no exception in place.
908908
if ($ignored === true
909909
&& isset($this->tokenizer->ignoredLines[$line]['.except']) === true
910910
) {

0 commit comments

Comments
 (0)