Test Failed
Push — master ( 3847f7...ca643e )
by Antonio Carlos
02:55
created
src/Support/QRCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function getQRCodeGoogleUrl($company, $holder, $secret, $size = 200)
27 27
     {
28
-        if (! $this->allowInsecureCallToGoogleApis) {
28
+        if (!$this->allowInsecureCallToGoogleApis) {
29 29
             throw new Exception('It\'s not secure to send secret keys to Google Apis, you have to explicitly allow it by calling $google2fa->setAllowInsecureCallToGoogleApis(true).');
30 30
         }
31 31
 
Please login to merge, or discard this patch.