Skip to content

Commit edee672

Browse files
trippofreekmurze
andauthored
Update README.md (#229)
* Update README.md Fix `convert` params specific * Update README.md --------- Co-authored-by: Freek Van der Herten <[email protected]>
1 parent c95fd4d commit edee672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ If your input contains something that cannot be parsed a `DOMException` will be
164164
You could specify specific values in for:
165165
- encoding as the fourth argument (string)
166166
- version as the fifth argument (string)
167-
- standalone as sixth argument (boolean)
167+
- DOM properties as the sixth argument (array)
168+
- standalone as seventh argument (boolean)
168169

169170
```php
170171
$result = ArrayToXml::convert($array, [], true, 'UTF-8', '1.1', [], true);

0 commit comments

Comments
 (0)