Skip to content

Commit

Permalink
Merge branch 'master' into increase_compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kalkbrenner committed Mar 19, 2018
2 parents 7d9f619 + fa38360 commit 90c7492
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QueryType/Stream/ResponseParser.php
Expand Up @@ -57,7 +57,6 @@ public function parse($result)
}
$data['responseHeader']['QTime'] = $fields['RESPONSE_TIME'];
$data['responseHeader']['status'] = 0;

} else {
throw new StreamException('Streaming expression did not return a result-set.');
}
Expand Down

0 comments on commit 90c7492

Please sign in to comment.