Format code to a single space around binary operators
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
committed by
Morris Jobke
parent
d357f4b10f
commit
d9015a8c94
+5
-5
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user