Completed
Push — master ( 1e061c...bc1ecf )
by Vladimir
05:31
created
tests/bootstrap.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 use VCR\VCR;
12 12
 
13 13
 VCR::configure()
14
-   ->setMode('none')
14
+    ->setMode('none')
15 15
 ;
16 16
 
17 17
 $authClient = new AuthenticatedClient('phpunit-auth.json');
Please login to merge, or discard this patch.