Use the short array syntax, everywhere

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2020-03-26 09:30:18 +01:00
parent 62403d0932
commit b80ebc9674
454 changed files with 4214 additions and 4214 deletions
+2 -2
View File
@@ -146,8 +146,8 @@ try {
// Load all required applications
\OC::$REQUESTEDAPP = $app;
OC_App::loadApps(array('authentication'));
OC_App::loadApps(array('filesystem', 'logging'));
OC_App::loadApps(['authentication']);
OC_App::loadApps(['filesystem', 'logging']);
switch ($app) {
case 'core':