Completed
Push — master ( 0bc5da...5eabd5 )
by Matt
01:54
created
event/listener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
 	 */
196 196
 	protected function preview_images(array $images)
197 197
 	{
198
-		return implode(' ', array_map(function($image) {
198
+		return implode(' ', array_map(function ($image) {
199 199
 			return "<img src='{$image}' style='max-width:{$this->config['vse_tip_dim']}px; max-height:{$this->config['vse_tip_dim']}px;' />";
200 200
 		}, array_slice($images, 0, (int) $this->config->offsetGet('vse_tip_num'), true)));
201 201
 	}
Please login to merge, or discard this patch.