You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #46183 Hide sensitive information with SensitiveParameter attribute (GromNaN)
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
Hide sensitive information with `SensitiveParameter` attribute
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | n/a
| License | MIT
| Doc PR | n/a
New feature for PHP 8.2: [Redact parameters in back traces](https://stitcher.io/blog/new-in-php-82#redact-parameters-in-back-traces-rfc)
This could be a "minor" change, but I think it should be highlighted to be fully functional. The annotation is required in all calling functions otherwise the argument value is displayed.
Commits
-------
7dcc4ac2b8 Hide sensitive information with `SensitiveParameter` attribute
0 commit comments