mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-19 18:23:09 +00:00
📚 doc blocks
This commit is contained in:
@@ -4,8 +4,14 @@ namespace RobThree\Auth\Providers\Qr;
|
||||
|
||||
abstract class BaseHTTPQRCodeProvider implements IQRCodeProvider
|
||||
{
|
||||
/** @var bool */
|
||||
protected $verifyssl;
|
||||
|
||||
/**
|
||||
* @param string $url
|
||||
*
|
||||
* @return string|bool
|
||||
*/
|
||||
protected function getContent($url)
|
||||
{
|
||||
$curlhandle = curl_init();
|
||||
|
||||
Reference in New Issue
Block a user