Completed
Push — master ( 625de3...ca3ca7 )
by Ayesh
03:40
created
src/PHPTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
 	 */
233 233
 	public function attributes(array $attributes): string {
234 234
 		foreach ($attributes as $attribute => &$data) {
235
-			$data = implode(' ', (array)$data);
235
+			$data = implode(' ', (array) $data);
236 236
 			$data = $attribute . '="' . $this->escape($data) . '"';
237 237
 		}
238 238
 
Please login to merge, or discard this patch.