@@ -41,7 +41,7 @@ |
||
| 41 | 41 | return null; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | - public function fullUrl(?string $path = null): string |
|
| 44 | + public function fullUrl(?string $path = null) : string |
|
| 45 | 45 | { |
| 46 | 46 | $path = $path ?? $this->url(); |
| 47 | 47 | return |