Skip to content

Commit

Permalink
Update ArrayToXml.php
Browse files Browse the repository at this point in the history
  • Loading branch information
radeno committed Nov 14, 2023
1 parent 6366330 commit eb5a047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArrayToXml.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct(
array $domProperties = [],
bool | null $xmlStandalone = null,
bool $addXmlDeclaration = true,
array $options = ['convertNullToXsiNil' => false]
array | null $options = ['convertNullToXsiNil' => false]
) {
$this->document = new DOMDocument($xmlVersion, $xmlEncoding ?? '');

Expand Down

0 comments on commit eb5a047

Please sign in to comment.