summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/System.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/System.php')
-rw-r--r--apps/files_external/3rdparty/icewind/smb/src/System.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/System.php b/apps/files_external/3rdparty/icewind/smb/src/System.php
index 7c519988aa5..30592dd2627 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/System.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/System.php
@@ -17,10 +17,10 @@ class System {
private $stdbuf;
public static function getFD($num) {
- $folders = array(
+ $folders = [
'/proc/self/fd',
'/dev/fd'
- );
+ ];
foreach ($folders as $folder) {
if (file_exists($folder)) {
return $folder . '/' . $num;