Completed
Push — master ( de13df...1db424 )
by Matt
02:21
created
event/listener.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 		}
144 144
 
145 145
 		// Create a string of images
146
-		$img_string = implode(' ', array_map(function($image) {
146
+		$img_string = implode(' ', array_map(function ($image) {
147 147
 			return "<img src='{$image}' style='max-width:{$this->config['vse_tip_dim']}px; max-height:{$this->config['vse_tip_dim']}px;' />";
148 148
 		}, array_slice($images, 0, (int) $this->config->offsetGet('vse_tip_num'), true)));
149 149
 
Please login to merge, or discard this patch.