Skip to content

Commit

Permalink
fix: bug in refactor (RSS-Bridge#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvikan authored Sep 23, 2023
1 parent a6a1d55 commit 07f4922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BridgeAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class BridgeAbstract

protected array $items = [];
protected array $inputs = [];
protected string $queriedContext = '';
protected ?string $queriedContext = '';
private array $configuration = [];

protected CacheInterface $cache;
Expand Down

0 comments on commit 07f4922

Please sign in to comment.