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 feb7b0b commit d33183eCopy full SHA for d33183e
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require-dev": {
19
"friendsofphp/php-cs-fixer": "^2.2",
20
- "php-http/client-integration-tests": "dev-master",
+ "php-http/client-integration-tests": "^3.0",
21
"php-http/message": "^1.0",
22
"php-http/client-common": "^2.0"
23
tests/BaseTestCase.php
@@ -28,7 +28,7 @@ public function stopServer($name)
28
}
29
30
31
- public function tearDown()
+ public function tearDown(): void
32
{
33
foreach (array_keys($this->servers) as $name) {
34
$this->stopServer($name);
0 commit comments