X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fserializer%2FEncoder%2FChainDecoder.php;h=71af8eadc42e11a8cfbe31cb98c43959941f6de9;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=7c967cfd36fdb4f57d07fbb16e75444bbfca1d00;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website 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);