Passed
Push — development ( 42896e...09659b )
by Spuds
01:32 queued 19s
created
sources/subs/Attachments.subs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -430,7 +430,7 @@
 block discarded – undo
430 430
 			'type' => 0,
431 431
 		]
432 432
 	)->fetch_callback(
433
-		function ($row) use (&$attachmentData) {
433
+		function($row) use (&$attachmentData) {
434 434
 			$attachmentData = $row;
435 435
 			$attachmentData['is_image'] = str_starts_with($attachmentData['mime_type'], 'image');
436 436
 			$attachmentData['size'] = byte_format($attachmentData['size']);
Please login to merge, or discard this patch.