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