Skip to content

Commit bf25644

Browse files
committed
fix: phar compiler prop: modifies not init
1 parent 71c0b4a commit bf25644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component/PharCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class PharCompiler
230230
* The modifies files list. if not empty, will skip find dirs.
231231
* @var array|Traversable
232232
*/
233-
private array|Traversable $modifies;
233+
private array|Traversable $modifies = [];
234234

235235
/**
236236
* @var SplQueue

0 commit comments

Comments
 (0)