Completed
Branch develop (9c1dc5)
by Timothy
07:15
created
src/API/MAL/Transformer/AnimeListTransformer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 		
69 69
 		foreach($item['data'] as $key => $value)
70 70
 		{
71
-			switch($key) 
71
+			switch($key)
72 72
 			{
73 73
 				case 'notes':
74 74
 					$map['data']['comments'] = $value;
Please login to merge, or discard this patch.