Skip to content

Commit f4fffc8

Browse files
committed
Update readme
1 parent 61a6552 commit f4fffc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ use Selective\XmlDSig\XmlSignatureValidator;
9898

9999
// Create a validator instance
100100
$signatureValidator = new XmlSignatureValidator();
101+
102+
// Create a validator instance that does not remove redundant white spaces
103+
$signatureValidator = new XmlSignatureValidator(false);
101104
```
102105

103106
```php

0 commit comments

Comments
 (0)