| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 50 | { |
||
| 51 | 1 | return 'otpauth://totp/'.rawurlencode($company).':'.rawurlencode($holder).'?secret='.$secret.'&issuer='.rawurlencode($company).''; |
|
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * AllowInsecureCallToGoogleApis setter. |
||
| 56 | * |
||
| 57 | * @param mixed $allowInsecureCallToGoogleApis |
||
| 58 | * |
||
| 59 | * @return QRCode |
||
| 60 | */ |
||
| 61 | 1 | public function setAllowInsecureCallToGoogleApis($allowInsecureCallToGoogleApis) |
|
| 62 | { |
||
| 68 |