Completed
Push — develop ( ba4597...b6307e )
by Timothy
02:28
created
src/Aviat/AnimeClient/AnimeClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 
112 112
 			if ($key === 'config')
113 113
 			{
114
-				foreach($config as $name => $value)
114
+				foreach ($config as $name => $value)
115 115
 				{
116 116
 					$output[$name] = $value;
117 117
 				}
Please login to merge, or discard this patch.