Skip to content

Commit 97897c6

Browse files
committed
File: update inline comment
... to remove unnecessary use of "whitelist" terminology.
1 parent 7f1c02d commit 97897c6

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)