From 0284827fcf851e4251dc9114f439854113ee9a74 Mon Sep 17 00:00:00 2001 From: eai04191 Date: Wed, 3 Jul 2019 16:33:24 +0900 Subject: [PATCH] =?UTF-8?q?=E5=9E=8B=E3=80=8C=E3=82=AB=E3=82=BF=E3=82=AB?= =?UTF-8?q?=E3=82=BF=E2=80=A6=E2=80=A6=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/UpdateFixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/UpdateFixture.php b/app/Console/Commands/UpdateFixture.php index 28c8c51..d713c0e 100644 --- a/app/Console/Commands/UpdateFixture.php +++ b/app/Console/Commands/UpdateFixture.php @@ -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; } }