Passed
Push — master ( aa5f36...db7e15 )
by Blizzz
54:57 queued 52:53
created
lib/Operation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
 			$innerPath = substr($innerPath, 0, strrpos($innerPath, '.v'));
137 137
 			return 'files/' . $innerPath;
138 138
 		} elseif ($folder === 'thumbnails') {
139
-			[$fileId,] = explode('/', $innerPath, 2);
139
+			[$fileId, ] = explode('/', $innerPath, 2);
140 140
 			$innerPath = $storage->getCache()->getPathById($fileId);
141 141
 
142 142
 			if ($innerPath !== null) {
Please login to merge, or discard this patch.