Completed
Push — master ( 9985de...defa55 )
by Matt
03:26
created
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
 			];
170 170
 			if ($is_test)
171 171
 			{
172
-				$params['is_test'] = "1";
172
+				$params[ 'is_test' ] = "1";
173 173
 			}
174 174
 			$response = $this->callApiMethod(self::VERB_VERIFY_KEY, $params);
175 175
 		} catch (\Exception $e)
Please login to merge, or discard this patch.