aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Storage/SftpTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/Storage/SftpTest.php')
-rw-r--r--apps/files_external/tests/Storage/SftpTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/tests/Storage/SftpTest.php b/apps/files_external/tests/Storage/SftpTest.php
index ce7d7461ba8..cc29486f426 100644
--- a/apps/files_external/tests/Storage/SftpTest.php
+++ b/apps/files_external/tests/Storage/SftpTest.php
@@ -47,7 +47,7 @@ class SftpTest extends \Test\Files\Storage\Storage {
/**
* @dataProvider configProvider
*/
- public function testStorageId($config, $expectedStorageId) {
+ public function testStorageId($config, $expectedStorageId): void {
$instance = new SFTP($config);
$this->assertEquals($expectedStorageId, $instance->getId());
}