From 23d1ab28b7c703b30af437943d381927da921f05 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 11 Apr 2019 22:04:59 +0200 Subject: [PATCH] small improvements --- configuration/override_dir_structure.rst | 2 +- messenger/multiple_buses.rst | 2 +- security/form_login_setup.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configuration/override_dir_structure.rst b/configuration/override_dir_structure.rst index 4e9b2719335..0d312de3826 100644 --- a/configuration/override_dir_structure.rst +++ b/configuration/override_dir_structure.rst @@ -154,7 +154,7 @@ configuration option to define your own translations directory (or directories): xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:twig="http://symfony.com/schema/dic/twig" xsi:schemaLocation="http://symfony.com/schema/dic/services - http://symfony.com/schema/dic/services/services-1.0.xsd + https://symfony.com/schema/dic/services/services-1.0.xsd http://symfony.com/schema/dic/twig https://symfony.com/schema/dic/twig/twig-1.0.xsd"> diff --git a/messenger/multiple_buses.rst b/messenger/multiple_buses.rst index c81768185f4..bbcc0ba88e2 100644 --- a/messenger/multiple_buses.rst +++ b/messenger/multiple_buses.rst @@ -104,7 +104,7 @@ Type-hints and Auto-wiring Auto-wiring is a great feature that allows you to reduce the amount of configuration required for your service container to be created. By using ``MessageBusInterface`` -as argument typehint in your services, the default configured bus will be injected +as argument type-hint in your services, the default configured bus will be injected (i.e ``messenger.bus.commands`` in above examples). When working with multiple buses, you can use the ``DependencyInjection`` component's diff --git a/security/form_login_setup.rst b/security/form_login_setup.rst index 25cf7c21c6e..4125f46fc36 100644 --- a/security/form_login_setup.rst +++ b/security/form_login_setup.rst @@ -97,10 +97,10 @@ Edit the ``security.yml`` file in order to allow access for anyone to the xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:srv="http://symfony.com/schema/dic/services" xsi:schemaLocation="http://symfony.com/schema/dic/services - http://symfony.com/schema/dic/services/services-1.0.xsd"> + https://symfony.com/schema/dic/services/services-1.0.xsd"> - +