Format code to a single space around binary operators

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2020-10-05 15:12:57 +02:00
committed by Morris Jobke
parent d357f4b10f
commit d9015a8c94
335 changed files with 1529 additions and 1529 deletions
+5 -5
View File
@@ -44,13 +44,13 @@ try {
# for description and defaults
$defaults = new \OCP\Defaults();
$values = [
'installed'=>$installed,
'installed' => $installed,
'maintenance' => $maintenance,
'needsDbUpgrade' => \OCP\Util::needUpgrade(),
'version'=>implode('.', \OCP\Util::getVersion()),
'versionstring'=>OC_Util::getVersionString(),
'edition'=> '',
'productname'=>$defaults->getName(),
'version' => implode('.', \OCP\Util::getVersion()),
'versionstring' => OC_Util::getVersionString(),
'edition' => '',
'productname' => $defaults->getName(),
'extendedSupport' => \OCP\Util::hasExtendedSupport()
];
if (OC::$CLI) {