Skip to content

Commit d50dc58

Browse files
committed
Potentially allow nulls
1 parent d3d5c8f commit d50dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DTOs/Google/Url/GoogleUrlResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class GoogleUrlResult extends Data
1616

1717
public function __construct(
1818
// @TODO handle parsed results in next version
19-
public readonly string $content,
19+
public readonly ?string $content,
2020
public readonly int $page,
2121
public readonly string $url,
2222
public readonly string $job_id,

0 commit comments

Comments
 (0)