@@ -168,7 +168,7 @@ discard block |
||
| 168 | 168 | /** |
| 169 | 169 | * @return string|null |
| 170 | 170 | */ |
| 171 | - public function getErrorUri(): ?string |
|
| 171 | + public function getErrorUri(): ? string |
|
| 172 | 172 | { |
| 173 | 173 | return $this->errorUri; |
| 174 | 174 | } |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | /** |
| 177 | 177 | * @return null|string |
| 178 | 178 | */ |
| 179 | - public function getState(): ?string |
|
| 179 | + public function getState(): ? string |
|
| 180 | 180 | { |
| 181 | 181 | return $this->state; |
| 182 | 182 | } |