型「カタカタ……」
This commit is contained in:
parent
d7ffcfcf7b
commit
0284827fcf
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user