There is no behavior change except tagging some parameters with #[\SensitiveParameter].
Unit tests pass, with one deprecation.
Solves #45
The formatting may look slightly odd, but new tags should be last thing on line, since that's new feature of php, and older versions can continue to work. For php 7.X the tag looks just like comment, so the tag must be last thing on line to preserve php 7.X compatibility.
There is no behavior change except tagging some parameters with
#[\SensitiveParameter]
. Unit tests pass, with one deprecation.Solves #45
The formatting may look slightly odd, but new tags should be last thing on line, since that's new feature of php, and older versions can continue to work. For php 7.X the tag looks just like comment, so the tag must be last thing on line to preserve php 7.X compatibility.
Docs to SensitiveParameter