Passed
Push — master ( 52d10f...990f47 )
by Darko
11:27
created
app/Extensions/helper/age_verification_helpers.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.