Skip to content

Commit

Permalink
Merge pull request #15 from noobiwan/patch-1
Browse files Browse the repository at this point in the history
Keep parameters consistent
  • Loading branch information
morris committed Apr 13, 2016
2 parents 645d852 + 84b6657 commit b42a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LessQL/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function execute() {
* @param array $data Row data
* @return Row
*/
function createRow( $data ) {
function createRow( $data = array() ) {

return $this->db->createRow( $this->table, $data, $this );

Expand Down

0 comments on commit b42a706

Please sign in to comment.