@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | * |
| 87 | 87 | * @return string |
| 88 | 88 | */ |
| 89 | - public function getLastErrorMessage(): ?string; |
|
| 89 | + public function getLastErrorMessage(): ? string; |
|
| 90 | 90 | |
| 91 | 91 | /** |
| 92 | 92 | * Returns the URL that can be used to edit this patch. |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | * |
| 95 | 95 | * @return string |
| 96 | 96 | */ |
| 97 | - public function getEditUrl(): ?string; |
|
| 97 | + public function getEditUrl(): ? string; |
|
| 98 | 98 | |
| 99 | 99 | /** |
| 100 | 100 | * Returns the type of the patch. |