型「カタカタ……」

This commit is contained in:
eai04191 2019-07-03 16:33:24 +09:00
parent d7ffcfcf7b
commit 0284827fcf
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class UpdateFixture extends Command
$test_file_without_comment .= $token;
} else {
list($id, $text) = $token;
if (token_name($id) != 'T_COMMENT') {
if (token_name($id) !== 'T_COMMENT') {
$test_file_without_comment .= $text;
}
}