With the newest release of SlevomatCodingStandard (8.16.0), I get the following deprecation warning:
- SlevomatCodingStandard.TypeHints.UnionTypeHintFormat
This sniff has been deprecated since Slevomat Coding Standard 8.16.0 and will be removed in Slevomat Coding Standard
9.0.0. Use SlevomatCodingStandard.TypeHints.DNFTypeHintFormat instead.
I was wondering if you had any thoughts about how to resolve this. Would you be amenable to bumping the constraint to ^8.16.0 and then switching to the new sniff name?
With the newest release of
SlevomatCodingStandard(8.16.0), I get the following deprecation warning:I was wondering if you had any thoughts about how to resolve this. Would you be amenable to bumping the constraint to
^8.16.0and then switching to the new sniff name?