Skip to content

Commit 4ff54b4

Browse files
committed
minor #11415 small improvements (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- small improvements Follow up of #11414 against 4.2 Commits ------- 23d1ab2 small improvements
2 parents 71bf271 + 23d1ab2 commit 4ff54b4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configuration/override_dir_structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ configuration option to define your own translations directory (or directories):
154154
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
155155
xmlns:twig="http://symfony.com/schema/dic/twig"
156156
xsi:schemaLocation="http://symfony.com/schema/dic/services
157-
http://symfony.com/schema/dic/services/services-1.0.xsd
157+
https://symfony.com/schema/dic/services/services-1.0.xsd
158158
http://symfony.com/schema/dic/twig
159159
https://symfony.com/schema/dic/twig/twig-1.0.xsd">
160160

messenger/multiple_buses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Type-hints and Auto-wiring
104104

105105
Auto-wiring is a great feature that allows you to reduce the amount of configuration
106106
required for your service container to be created. By using ``MessageBusInterface``
107-
as argument typehint in your services, the default configured bus will be injected
107+
as argument type-hint in your services, the default configured bus will be injected
108108
(i.e ``messenger.bus.commands`` in above examples).
109109

110110
When working with multiple buses, you can use the ``DependencyInjection`` component's

security/form_login_setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ Edit the ``security.yml`` file in order to allow access for anyone to the
9797
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9898
xmlns:srv="http://symfony.com/schema/dic/services"
9999
xsi:schemaLocation="http://symfony.com/schema/dic/services
100-
http://symfony.com/schema/dic/services/services-1.0.xsd">
100+
https://symfony.com/schema/dic/services/services-1.0.xsd">
101101
102102
<config>
103-
<rule path="^/login$" role="IS_AUTHENTICATED_ANONYMOUSLY" />
103+
<rule path="^/login$" role="IS_AUTHENTICATED_ANONYMOUSLY"/>
104104
<!-- ... -->
105105
</config>
106106
</srv:container>

0 commit comments

Comments
 (0)