Included commits: 3.43.0...3.44.0
Improvements
- Added support for
sensitivetransfer property attribute to mark setter and getter parameters with PHP's#[\SensitiveParameter]attribute, preventing sensitive data from appearing in stack traces and error logs. - Replaced
@var stringdocblock annotations with typed class constants (public const string) in generated transfer classes.