We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a48f commit 1e2d39eCopy full SHA for 1e2d39e
composer.json
@@ -25,7 +25,7 @@
25
"php-http/discovery": "^1.0",
26
"php-http/client-common": "^1.2",
27
"php-http/message": "^1.3",
28
- "tolerance/tolerance": "^0.3.2"
+ "tolerance/tolerance": "^0.3.3"
29
},
30
"require-dev": {
31
"silex/silex": "~1.0",
src/Tolerance/ExecutionTimeLimited.php
@@ -40,7 +40,6 @@ public function wait($seconds = 1)
40
*/
41
public function resetState()
42
{
43
- // wait for 0.4.0 to have https://github.com/Tolerance/Tolerance/pull/67
44
- // $this->timeEllapsed = 0;
+ $this->timeEllapsed = 0;
45
}
46
0 commit comments