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):
154
154
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
155
155
xmlns : twig =" http://symfony.com/schema/dic/twig"
156
156
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
158
158
http://symfony.com/schema/dic/twig
159
159
https://symfony.com/schema/dic/twig/twig-1.0.xsd" >
160
160
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Type-hints and Auto-wiring
104
104
105
105
Auto-wiring is a great feature that allows you to reduce the amount of configuration
106
106
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
108
108
(i.e ``messenger.bus.commands `` in above examples).
109
109
110
110
When 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
97
97
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
98
98
xmlns : srv =" http://symfony.com/schema/dic/services"
99
99
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" >
101
101
102
102
<config >
103
- <rule path =" ^/login$" role =" IS_AUTHENTICATED_ANONYMOUSLY" />
103
+ <rule path =" ^/login$" role =" IS_AUTHENTICATED_ANONYMOUSLY" />
104
104
<!-- ... -->
105
105
</config >
106
106
</srv : container >
You can’t perform that action at this time.
0 commit comments