Completed
Pull Request — master (#133)
by
unknown
01:40
created
tests/TestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
     {
172 172
         $moip = new Moip(new OAuth('1tldio91gi74r34zv30d4saz8yuuws5'), Moip::ENDPOINT_SANDBOX);
173 173
 
174
-        $uniqEmail = 'fulano' . uniqid('MPA-') . '@detal123.com.br';
174
+        $uniqEmail = 'fulano'.uniqid('MPA-').'@detal123.com.br';
175 175
 
176 176
         $account = $moip->accounts()
177 177
             ->setEmail($uniqEmail)
Please login to merge, or discard this patch.