@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | use GuzzleHttp\Client; |
| 12 | 12 | use GuzzleHttp\Exception\RequestException; |
| 13 | 13 | |
| 14 | -if (! function_exists('getRawHtmlWithAgeVerification')) { |
|
| 14 | +if (!function_exists('getRawHtmlWithAgeVerification')) { |
|
| 15 | 15 | /** |
| 16 | 16 | * Get raw HTML with automatic age verification handling |
| 17 | 17 | * |
@@ -100,7 +100,7 @@ discard block |
||
| 100 | 100 | } |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | -if (! function_exists('initializeAdultSiteCookies')) { |
|
| 103 | +if (!function_exists('initializeAdultSiteCookies')) { |
|
| 104 | 104 | /** |
| 105 | 105 | * Initialize age verification cookies for all adult sites |
| 106 | 106 | * Run this once during application setup |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | } |
| 152 | 152 | } |
| 153 | 153 | |
| 154 | -if (! function_exists('getAdultSiteCookieStats')) { |
|
| 154 | +if (!function_exists('getAdultSiteCookieStats')) { |
|
| 155 | 155 | /** |
| 156 | 156 | * Get statistics about stored adult site cookies |
| 157 | 157 | * |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | } |
| 166 | 166 | } |
| 167 | 167 | |
| 168 | -if (! function_exists('clearAdultSiteCookies')) { |
|
| 168 | +if (!function_exists('clearAdultSiteCookies')) { |
|
| 169 | 169 | /** |
| 170 | 170 | * Clear all stored adult site cookies |
| 171 | 171 | * |