型「カタカタ……」

This commit is contained in:
eai04191 2019-07-03 16:33:24 +09:00
parent d7ffcfcf7b
commit 0284827fcf

View File

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