Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Dec 30, 2021
1 parent 61a6552 commit f4fffc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ use Selective\XmlDSig\XmlSignatureValidator;

// Create a validator instance
$signatureValidator = new XmlSignatureValidator();

// Create a validator instance that does not remove redundant white spaces
$signatureValidator = new XmlSignatureValidator(false);
```

```php
Expand Down

0 comments on commit f4fffc8

Please sign in to comment.