Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / serializer / Encoder / ChainDecoder.php
index 7c967cfd36fdb4f57d07fbb16e75444bbfca1d00..71af8eadc42e11a8cfbe31cb98c43959941f6de9 100644 (file)
@@ -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);