Skip to content

Commit a30d7cb

Browse files
committed
Merge branch '4.4'
* 4.4: fixed CS 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 [HttpClient] add HttplugClient for compat with libs that need httplug v1 or v2 [HttpKernel] Remove TestEventDispatcher.
2 parents c2a7523 + e8dccdc commit a30d7cb

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)