aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/LegacyHelperTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/LegacyHelperTest.php')
-rw-r--r--tests/lib/LegacyHelperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/LegacyHelperTest.php b/tests/lib/LegacyHelperTest.php
index 5c640e91284..1dfc3dace6c 100644
--- a/tests/lib/LegacyHelperTest.php
+++ b/tests/lib/LegacyHelperTest.php
@@ -174,7 +174,7 @@ class LegacyHelperTest extends \Test\TestCase {
$target = fopen($target, 'w');
}
- list($count, $result) = \OC_Helper::streamCopy($source, $target);
+ [$count, $result] = \OC_Helper::streamCopy($source, $target);
if (is_resource($source)) {
fclose($source);