Skip to content

Commit e8dccdc

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fixed CS fixed CS fixed CS Do not log or call the proxy function when the locale is the same Added missing required dependencies on psr/cache and psr/container in symfony/cache-contracts and symfony/service-contracts respectively. [HttpClient] fix closing debug stream prematurely [Mailer] made code more robust Restore compatibility with php 5.5 fixed sender/recipients in SMTP Envelope collect called listeners information only once [HttpKernel] Remove TestEventDispatcher.
2 parents 945e060 + 40762ea commit e8dccdc

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)