Passed
Push — master ( 3308c4...3f30c1 )
by Morris
12:05 queued 11s
created
version.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -35,12 +35,12 @@
 block discarded – undo
35 35
 $OC_VersionString = '16.0.0 RC 1';
36 36
 
37 37
 $OC_VersionCanBeUpgradedFrom = [
38
-	'nextcloud' => [
39
-		'15.0' => true,
40
-		'16.0' => true,
41
-	],
42
-	'owncloud' => [
43
-	],
38
+    'nextcloud' => [
39
+        '15.0' => true,
40
+        '16.0' => true,
41
+    ],
42
+    'owncloud' => [
43
+    ],
44 44
 ];
45 45
 
46 46
 // default Nextcloud channel
Please login to merge, or discard this patch.