Passed
Push — master ( d12dd3...408ed7 )
by Morris
19:22 queued 11s
created
lib/private/Preview/Storage/Root.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 			 * Lets try the multibucket fallback if available
61 61
 			 */
62 62
 			if ($this->isMultibucketPreviewDistributionEnabled) {
63
-				return parent::getFolder('old-multibucket/' . $internalFolder);
63
+				return parent::getFolder('old-multibucket/'.$internalFolder);
64 64
 			}
65 65
 
66 66
 			// when there is no further fallback just throw the exception
@@ -82,6 +82,6 @@  discard block
 block discarded – undo
82 82
 	}
83 83
 
84 84
 	public static function getInternalFolder(string $name): string {
85
-		return implode('/', str_split(substr(md5($name), 0, 7))) . '/' . $name;
85
+		return implode('/', str_split(substr(md5($name), 0, 7))).'/'.$name;
86 86
 	}
87 87
 }
Please login to merge, or discard this patch.