Skip to content

Commit

Permalink
fixup! Add ability to process prefetched content
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
  • Loading branch information
Kdecherf committed Feb 1, 2022
1 parent ff7a20d commit 2461790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graby.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Graby

private bool $imgNoReferrer = false;

private string $prefetchedContent = null;
private ?string $prefetchedContent = null;

public function __construct(array $config = [], Client $client = null, ConfigBuilder $configBuilder = null)
{
Expand Down

0 comments on commit 2461790

Please sign in to comment.