diff --git a/src/Writer.php b/src/Writer.php index 3f2836ba..0bcd8b2c 100644 --- a/src/Writer.php +++ b/src/Writer.php @@ -66,7 +66,7 @@ class Writer extends AbstractCsv * * @var integer */ - private $null_handling_mode = self::NULL_AS_EXCEPTION; + protected $null_handling_mode = self::NULL_AS_EXCEPTION; /** * The constructor