X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fdependency-injection%2FCompiler%2FServiceReferenceGraph.php;h=4d36ae7678f1545c0efd0e59a42348483fa27b77;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=d040e66c4dac757777ff0bc6eea663d7ea4fca65;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website diff --git a/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php b/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php index d040e66c4..4d36ae767 100644 --- a/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php +++ b/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php @@ -94,8 +94,8 @@ class ServiceReferenceGraph */ public function connect($sourceId, $sourceValue, $destId, $destValue = null, $reference = null/*, bool $lazy = false, bool $weak = false*/) { - $lazy = func_num_args() >= 6 ? func_get_arg(5) : false; - $weak = func_num_args() >= 7 ? func_get_arg(6) : false; + $lazy = \func_num_args() >= 6 ? func_get_arg(5) : false; + $weak = \func_num_args() >= 7 ? func_get_arg(6) : false; if (null === $sourceId || null === $destId) { return;