Skip to content

Commit b26b6b7

Browse files
committed
Minor cleanup
1 parent c9e26fe commit b26b6b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1717
6.0
1818
---

DependencyInjection/Compiler/UnusedTagsPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)