aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/AppFramework/Http/HttpTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/AppFramework/Http/HttpTest.php')
-rw-r--r--tests/lib/AppFramework/Http/HttpTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/HttpTest.php b/tests/lib/AppFramework/Http/HttpTest.php
index 0a13e1e11e5..79c03ce1ab0 100644
--- a/tests/lib/AppFramework/Http/HttpTest.php
+++ b/tests/lib/AppFramework/Http/HttpTest.php
@@ -34,7 +34,7 @@ class HttpTest extends \Test\TestCase {
*/
private $http;
- protected function setUp(){
+ protected function setUp(): void {
parent::setUp();
$this->server = array();