我试图制作一个不完全抑制评论的层解析器。
典型的
# This file is a "template" of what your parameters.yml file should look like
# Set parameters here that may be different on each deployment target of the app, e.g. development, staging, production.
# http://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
parameters:
database_host: %env.mysql.server%
database_port: %env.mysql.port%
database_name: %env.mysql.database%
database_user: %env.mysql.username%
database_password: %env.mysql.password%
仅对行进行计数并抑制注释。对于大多数情况,这很好。但在一个特定的例子中,我需要评论。有没有办法只在特殊地方解析这个评论而不必指定可以发生评论的所有其他地方?