We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79f11ad + 8c055f1 commit 186547bCopy full SHA for 186547b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## 1.3.1 - 2019-11-06
4
+
5
+### Fixed
6
7
+- `reset()` also resets `conditionalResults`
8
9
## 1.3.0 - 2019-02-21
10
11
### Added
src/Client.php
@@ -215,6 +215,7 @@ public function getLastRequest()
215
216
public function reset()
217
{
218
+ $this->conditionalResults = [];
219
$this->responses = [];
220
$this->exceptions = [];
221
$this->requests = [];
0 commit comments