Skip to content

Commit 880cf09

Browse files
committed
Modify default values
1 parent 48ca6ab commit 880cf09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Localization/Parser/LocallangXmlParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LocallangXmlParser extends AbstractXmlParser
2929
/**
3030
* Associative array of "filename => parsed data" pairs.
3131
*/
32-
protected array $parsedTargetFiles;
32+
protected array $parsedTargetFiles = [];
3333

3434
/**
3535
* Returns parsed representation of XML file.

0 commit comments

Comments
 (0)