Skip to content

Commit eda69aa

Browse files
committed
fixed CS
1 parent ce974c7 commit eda69aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptionsResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ public function offsetGet($option/*, bool $triggerDeprecation = true*/)
797797
throw new AccessException('Array access is only supported within closures of lazy options and normalizers.');
798798
}
799799

800-
$triggerDeprecation = 1 === \func_num_args() || \func_get_arg(1);
800+
$triggerDeprecation = 1 === \func_num_args() || func_get_arg(1);
801801

802802
// Shortcut for resolved options
803803
if (isset($this->resolved[$option]) || \array_key_exists($option, $this->resolved)) {

0 commit comments

Comments
 (0)