File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Type-hints and Auto-wiring
104104
105105Auto-wiring is a great feature that allows you to reduce the amount of configuration
106106required 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
110110When working with multiple buses, you can use the ``DependencyInjection `` component's
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments