Completed
Push — develop ( 6555aa...f3a44e )
by Timothy
02:41
created
src/Aviat/AnimeClient/Controller/Manga.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 
133 133
 		if (array_key_exists('manga', $result))
134 134
 		{
135
-			$m =& $result['manga'][0];
135
+			$m = & $result['manga'][0];
136 136
 			$title = ( ! empty($m['english_title']))
137 137
 				? "{$m['romaji_title']} ({$m['english_title']})"
138 138
 				: "{$m['romaji_title']}";
Please login to merge, or discard this patch.