Completed
Pull Request — master (#76)
by
unknown
17:01
created
src/Provider/Google.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
         }
147 147
 
148 148
         $domains = array_filter(explode(',', $this->hostedDomain));
149
-        if (! $domains) {
149
+        if (!$domains) {
150 150
             // No hosted domains configured.
151 151
             return;
152 152
         }
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
             return true;
176 176
         }
177 177
 
178
-        if (self::isDomainExpression($reference) && @preg_match('/' . $reference . '/', $hostedDomain)) {
178
+        if (self::isDomainExpression($reference) && @preg_match('/'.$reference.'/', $hostedDomain)) {
179 179
             // Hosted domain is correct.
180 180
             return true;
181 181
         }
Please login to merge, or discard this patch.