Skip to content

Commit 40762ea

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: fixed CS fixed CS [HttpKernel] Remove TestEventDispatcher.
2 parents a65edaa + eda69aa commit 40762ea

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
@@ -846,7 +846,7 @@ public function offsetGet($option/*, bool $triggerDeprecation = true*/)
846846
throw new AccessException('Array access is only supported within closures of lazy options and normalizers.');
847847
}
848848

849-
$triggerDeprecation = 1 === \func_num_args() || \func_get_arg(1);
849+
$triggerDeprecation = 1 === \func_num_args() || func_get_arg(1);
850850

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

0 commit comments

Comments
 (0)