Skip to content

Commit 8921f29

Browse files
authored
Merge pull request #25 from teaandcode/develop
Develop
2 parents 8b554cc + 85dca3e commit 8921f29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Behat/GuzzleExtension/Context/RawGuzzleContext.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class RawGuzzleContext implements GuzzleAwareContext
3939
/**
4040
* @var string
4141
*/
42-
const GUZZLE_EXTENSION_VERSION = '0.4.1';
42+
const GUZZLE_EXTENSION_VERSION = '0.4.2';
4343

4444
/**
4545
* @var Client
@@ -96,15 +96,15 @@ public function executeCommand($command, array $data = array())
9696

9797
return;
9898
} catch (RuntimeException $e) {
99-
continue;
99+
// Do nothing
100100
}
101101

102102
try {
103103
$this->result = $this->response->xml();
104104

105105
return;
106106
} catch (RuntimeException $e) {
107-
continue;
107+
// Do nothing
108108
}
109109

110110
return;

0 commit comments

Comments
 (0)