diff vendor/symfony/var-dumper/Dumper/AbstractDumper.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
line wrap: on
line diff
--- a/vendor/symfony/var-dumper/Dumper/AbstractDumper.php	Thu Feb 28 13:11:55 2019 +0000
+++ b/vendor/symfony/var-dumper/Dumper/AbstractDumper.php	Thu May 09 15:34:47 2019 +0100
@@ -39,7 +39,7 @@
 
     /**
      * @param callable|resource|string|null $output  A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput
-     * @param string                        $charset The default character encoding to use for non-UTF8 strings
+     * @param string|null                   $charset The default character encoding to use for non-UTF8 strings
      * @param int                           $flags   A bit field of static::DUMP_* constants to fine tune dumps representation
      */
     public function __construct($output = null, $charset = null, $flags = 0)