aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Command/Verify.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/lib/Command/Verify.php')
-rw-r--r--apps/files_external/lib/Command/Verify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Command/Verify.php b/apps/files_external/lib/Command/Verify.php
index adedbbd9a9e..40969409812 100644
--- a/apps/files_external/lib/Command/Verify.php
+++ b/apps/files_external/lib/Command/Verify.php
@@ -111,7 +111,7 @@ class Verify extends Base {
$output->writeln('<error>Invalid mount configuration option "' . $configOption . '"</error>');
return;
}
- list($key, $value) = explode('=', $configOption, 2);
+ [$key, $value] = explode('=', $configOption, 2);
$storage->setBackendOption($key, $value);
}
d-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[submodule "3rdparty"]
	path = 3rdparty
	url = https://github.com/owncloud/3rdparty.git