Skip to content

Commit

Permalink
var_dump fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Jun 4, 2019
1 parent 2abd327 commit 672c751
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Command/CommandAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ function hasPayload(): bool {
*/
public
function parseResponse(array $responseHeader, ?string $responseStr) {
var_dump($responseHeader, $responseStr);

if ($responseHeader[0] !== Response::OK) {
throw new Exception\CommandException("Got unexpected status code [${responseHeader[0]}]");
}
Expand Down

0 comments on commit 672c751

Please sign in to comment.