X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fserializer%2FEncoder%2FChainDecoder.php;fp=vendor%2Fsymfony%2Fserializer%2FEncoder%2FChainDecoder.php;h=71af8eadc42e11a8cfbe31cb98c43959941f6de9;hp=7c967cfd36fdb4f57d07fbb16e75444bbfca1d00;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/symfony/serializer/Encoder/ChainDecoder.php b/vendor/symfony/serializer/Encoder/ChainDecoder.php index 7c967cfd3..71af8eadc 100644 --- a/vendor/symfony/serializer/Encoder/ChainDecoder.php +++ b/vendor/symfony/serializer/Encoder/ChainDecoder.php @@ -45,7 +45,7 @@ class ChainDecoder implements DecoderInterface /*, ContextAwareDecoderInterface* */ public function supportsDecoding($format/*, array $context = array()*/) { - $context = func_num_args() > 1 ? func_get_arg(1) : array(); + $context = \func_num_args() > 1 ? func_get_arg(1) : array(); try { $this->getDecoder($format, $context);