| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This fixes the conflict where CakePHP's TypeHintSniff expects void to be last in union types (e.g., int|null|void), but Slevomat's nullPosition=last enforced null as last position (expecting int|void|null). Backport of 6.x fix. Fixes #426
| Back | FazBrowse Home | New Git URL |
Summary
This fixes the conflict where CakePHP's TypeHintSniff expects void to be last in union types (e.g., int|null|void), but Slevomat's nullPosition="last" enforced null as last position (expecting int|void|null).
Backport of #427 for 5.x branch.
Fixes #426