File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ CHANGELOG
55---
66
77 * Add support for configuring semaphores
8- * Environment variable ` SYMFONY_IDE ` is read by default when ` framework.ide ` config is not set.
8+ * Environment variable ` SYMFONY_IDE ` is read by default when ` framework.ide ` config is not set
99 * Load PHP configuration files by default in the ` MicroKernelTrait `
1010 * Add ` cache:pool:invalidate-tags ` command
1111 * Add ` xliff ` support in addition to ` xlf ` for ` XliffFileDumper `
1212 * Deprecate the ` reset_on_message ` config option. It can be set to ` true ` only and does nothing now
1313 * Add ` trust_x_sendfile_type_header ` option
1414 * Add support for first-class callable route controller in ` MicroKernelTrait `
15- * Add tag ` routing.condition_service ` to autoconfigure routing condition services.
15+ * Add tag ` routing.condition_service ` to autoconfigure routing condition services
1616
17176.0
1818---
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ class UnusedTagsPass implements CompilerPassInterface
7171 'property_info.list_extractor ' ,
7272 'property_info.type_extractor ' ,
7373 'proxy ' ,
74+ 'routing.condition_service ' ,
7475 'routing.expression_language_function ' ,
7576 'routing.expression_language_provider ' ,
7677 'routing.loader ' ,
7778 'routing.route_loader ' ,
78- 'routing.condition_service ' ,
7979 'security.authenticator.login_linker ' ,
8080 'security.expression_language_provider ' ,
8181 'security.remember_me_aware ' ,
You can’t perform that action at this time.
0 commit comments