Passed
Branch v1.8.0 (144fd0)
by Wanderson
09:03 queued 06:00
created
www/vendor/Win/Services/Filesystem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
 	 */
143 143
 	public function receiveFile(
144 144
 		$tempFileFile,
145
-		$extensions = ['csv', 'doc', 'docx', 'gif', 'jpeg', 'jpg', 'md', 'mp3', 'mp4', 'mpeg', 'pdf', 'png', 'svg', 'txt', 'wav', 'xls', 'xlsx', 'zip',]
145
+		$extensions = ['csv', 'doc', 'docx', 'gif', 'jpeg', 'jpg', 'md', 'mp3', 'mp4', 'mpeg', 'pdf', 'png', 'svg', 'txt', 'wav', 'xls', 'xlsx', 'zip', ]
146 146
 	) {
147 147
 		if (isset($tempFileFile['name'])) {
148 148
 			$extension = strtolower(pathinfo($tempFileFile['name'])['extension']);
Please login to merge, or discard this patch.