@@ -137,6 +137,7 @@ discard block |
||
| 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 |
||
| 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 | { |