Skip to content

Commit

Permalink
Merge pull request #150 from VaD1ke/fix-incremental-item
Browse files Browse the repository at this point in the history
Fix php fatal error for not initialized property
  • Loading branch information
Jeckerson authored Mar 3, 2024
2 parents 69c1ea9 + b80a1d0 commit ba1a675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Version/IncrementalItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class IncrementalItem implements ItemInterface
/**
* @var string
*/
private string $path;
private string $path = '';

/**
* @var string
Expand Down

0 comments on commit ba1a675

Please sign in to comment.