Skip to content

Commit 54f14e3

Browse files
committed
Fix CS
1 parent cc1147c commit 54f14e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptionsResolver.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function isNested(string $option): bool
437437
*
438438
* @return $this
439439
*/
440-
public function setDeprecated(string $option/*, string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self
440+
public function setDeprecated(string $option/* , string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self
441441
{
442442
if ($this->locked) {
443443
throw new AccessException('Options cannot be deprecated from a lazy option or normalizer.');

0 commit comments

Comments
 (0)