Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed May 10, 2018
1 parent 3f6dbee commit f31abd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Database/Statement/BufferedStatement.php
Expand Up @@ -116,7 +116,7 @@ public function fetchAssoc()
return $result;
}

return array();
return [];
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Statement/StatementDecorator.php
Expand Up @@ -230,7 +230,7 @@ public function fetchAssoc()
return $result;
}

return array();
return [];
}

/**
Expand Down

0 comments on commit f31abd7

Please sign in to comment.