From 34b320ba97acc919d16170d1ff95c47a7c195352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 14 Feb 2021 12:49:34 +0100 Subject: [PATCH] Fix: Article --- .../FrameworkBundle/DependencyInjection/Configuration.php | 4 ++-- src/Symfony/Component/BrowserKit/Client.php | 4 ++-- .../Config/Definition/Dumper/XmlReferenceDumper.php | 2 +- .../DependencyInjection/Compiler/ResolveClassPass.php | 2 +- .../Loader/Configurator/Traits/BindTrait.php | 2 +- .../Component/DependencyInjection/Loader/XmlFileLoader.php | 2 +- .../Tests/Compiler/ResolveClassPassTest.php | 2 +- src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 2 +- .../DateTimeToHtml5LocalDateTimeTransformer.php | 2 +- .../Component/Form/Extension/Core/Type/DateTimeType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 2 +- src/Symfony/Component/Form/Extension/Core/Type/TimeType.php | 2 +- src/Symfony/Component/HttpFoundation/HeaderUtils.php | 2 +- src/Symfony/Component/HttpFoundation/Request.php | 2 +- src/Symfony/Component/HttpFoundation/Tests/RequestTest.php | 2 +- src/Symfony/Component/HttpKernel/Kernel.php | 2 +- src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 2 +- src/Symfony/Component/Lock/Store/PdoStore.php | 2 +- src/Symfony/Component/Mime/Header/ParameterizedHeader.php | 2 +- .../Http/RememberMe/RememberMeServicesInterface.php | 2 +- src/Symfony/Component/Security/Http/SecurityEvents.php | 2 +- .../Component/Serializer/Mapping/Loader/XmlFileLoader.php | 2 +- .../Component/Translation/Command/XliffLintCommand.php | 4 ++-- src/Symfony/Component/Translation/Loader/MoFileLoader.php | 6 +++--- src/Symfony/Component/WebLink/HttpHeaderSerializer.php | 2 +- 25 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php index 58148b18ca..2ba05d6d4f 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php @@ -1431,7 +1431,7 @@ class Configuration implements ConfigurationInterface ->info('A network interface name, IP address, a host name or a UNIX socket to bind to.') ->end() ->booleanNode('verify_peer') - ->info('Indicates if the peer should be verified in a SSL/TLS context.') + ->info('Indicates if the peer should be verified in an SSL/TLS context.') ->end() ->booleanNode('verify_host') ->info('Indicates if the host should exist as a certificate common name.') @@ -1570,7 +1570,7 @@ class Configuration implements ConfigurationInterface ->info('A network interface name, IP address, a host name or a UNIX socket to bind to.') ->end() ->booleanNode('verify_peer') - ->info('Indicates if the peer should be verified in a SSL/TLS context.') + ->info('Indicates if the peer should be verified in an SSL/TLS context.') ->end() ->booleanNode('verify_host') ->info('Indicates if the host should exist as a certificate common name.') diff --git a/src/Symfony/Component/BrowserKit/Client.php b/src/Symfony/Component/BrowserKit/Client.php index b20ccdc88c..e5bf8b757d 100644 --- a/src/Symfony/Component/BrowserKit/Client.php +++ b/src/Symfony/Component/BrowserKit/Client.php @@ -331,7 +331,7 @@ abstract class Client * @param string $button The text content, id, value or name of the form