Completed
Push — master ( 3c1244...38faae )
by Timothy
03:43
created
src/Aviat/AnimeClient/AnimeClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 	 * @param  bool $as_array
69 69
 	 * @return array|object
70 70
 	 */
71
-	public static function json_file_decode($file, $as_array=TRUE)
71
+	public static function json_file_decode($file, $as_array = TRUE)
72 72
 	{
73 73
 	    return json_decode(
74 74
 	        file_get_contents($file),
Please login to merge, or discard this patch.