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