Completed
Pull Request — master (#76)
by
unknown
17:01
created
src/Provider/Google.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,6 +137,7 @@  discard block
 block discarded – undo
137 137
 
138 138
     /**
139 139
      * @throws HostedDomainException If the domain does not match the configured domain.
140
+     * @param string|null $hostedDomain
140 141
      */
141 142
     protected function assertMatchingDomains($hostedDomain)
142 143
     {
@@ -161,7 +162,7 @@  discard block
 block discarded – undo
161 162
     }
162 163
 
163 164
     /**
164
-     * @return bool Whether user-originating domain equals or matches $reference.
165
+     * @return boolean|null Whether user-originating domain equals or matches $reference.
165 166
      */
166 167
     protected function assertMatchingDomain($reference, $hostedDomain)
167 168
     {
Please login to merge, or discard this patch.