Skip to content

Commit

Permalink
fix: phar compiler prop: modifies not init
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jan 29, 2022
1 parent 71c0b4a commit bf25644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/PharCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class PharCompiler
* The modifies files list. if not empty, will skip find dirs.
* @var array|Traversable
*/
private array|Traversable $modifies;
private array|Traversable $modifies = [];

/**
* @var SplQueue
Expand Down

0 comments on commit bf25644

Please sign in to comment.