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
Introduced a special singleton class, \Eboreum\Caster\SensitiveValue, which is utilized to signal to Caster that the "sensitive message" (default being "** REDACTED **") should be returned. Notice that for this reason (by design) the type is not returned, either. This is done in order to reveal absolutely nothing of the original value.
Added Docker functionality. However, this is solely for development and testing purposes. Everything Docker related is in export-ignore in the .gitattributes file.
Added a build step checking for Composer strict PSR autoloading compliance.
Fixes
phpstan/phpstan was upgraded to ^2.1.5. This has resulted in a large number of code changes, however, none of which should have changed the existing behavior.