X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FIteratorArgument.php;fp=vendor%2Fsymfony%2Fdependency-injection%2FArgument%2FIteratorArgument.php;h=2d796d2d8f99292dcd2f87a10c00e2ccb758c434;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=ab3a87900ad8042ad808f66caa05bb46d7c61c54;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/vendor/symfony/dependency-injection/Argument/IteratorArgument.php b/vendor/symfony/dependency-injection/Argument/IteratorArgument.php index ab3a87900..2d796d2d8 100644 --- a/vendor/symfony/dependency-injection/Argument/IteratorArgument.php +++ b/vendor/symfony/dependency-injection/Argument/IteratorArgument.php @@ -46,7 +46,7 @@ class IteratorArgument implements ArgumentInterface { foreach ($values as $k => $v) { if (null !== $v && !$v instanceof Reference) { - throw new InvalidArgumentException(sprintf('An IteratorArgument must hold only Reference instances, "%s" given.', is_object($v) ? get_class($v) : gettype($v))); + throw new InvalidArgumentException(sprintf('An IteratorArgument must hold only Reference instances, "%s" given.', \is_object($v) ? \get_class($v) : \gettype($v))); } }