Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed May 22, 2024
1 parent 1f4b2cf commit 0d905fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stache/Stache.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Stache
protected $lockFactory;
protected $locks = [];
protected $duplicates;
private ?string $indexBeingLoaded;
private ?string $indexBeingLoaded = null;

public function __construct()
{
Expand Down

0 comments on commit 0d905fe

Please sign in to comment.