Skip to content

Commit

Permalink
fix log reader (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbespyatykh authored Mar 19, 2024
1 parent 8c5436f commit 8760615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/LogReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class LogReader
*/
public array $logIndex = [];

protected array $_mergedIndex;
protected ?array $_mergedIndex = null;

protected LogFile $file;

Expand Down

0 comments on commit 8760615

Please sign in to comment.