From 54f14e36aa73cb8f7261d7686691fd4d75ea2690 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 20 Jul 2022 13:50:25 +0200 Subject: [PATCH] Fix CS --- OptionsResolver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OptionsResolver.php b/OptionsResolver.php index be80a9a..3db291f 100644 --- a/OptionsResolver.php +++ b/OptionsResolver.php @@ -437,7 +437,7 @@ public function isNested(string $option): bool * * @return $this */ - public function setDeprecated(string $option/*, string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self + public function setDeprecated(string $option/* , string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self { if ($this->locked) { throw new AccessException('Options cannot be deprecated from a lazy option or normalizer.');