Skip to content

Commit

Permalink
change property visibility for Writer::null_handling_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 24, 2014
1 parent e9dd521 commit fa5a2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Writer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa5a2db

Please sign in to comment.