Skip to content

Commit

Permalink
initialize row props
Browse files Browse the repository at this point in the history
  • Loading branch information
morris committed Jun 16, 2015
1 parent c703b56 commit a53a260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LessQL/Row.php
Expand Up @@ -790,10 +790,10 @@ function jsonSerialize() {
protected $_result;

/** @var array */
protected $_properties;
protected $_properties = array();

/** @var array */
protected $_modified;
protected $_modified = array();

/** @var null|string|array */
protected $_originalId;
Expand Down

0 comments on commit a53a260

Please sign in to comment.