Completed
Pull Request — master (#76)
by
unknown
01:29
created
src/Provider/Google.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
             return true;
178 178
         }
179 179
 
180
-        if ($this->isDomainExpression($reference) && @preg_match('/' . $reference . '/', $hostedDomain)) {
180
+        if ($this->isDomainExpression($reference) && @preg_match('/'.$reference.'/', $hostedDomain)) {
181 181
             // Hosted domain is correct.
182 182
             return true;
183 183
         }
Please login to merge, or discard this patch.