# Bug Report <!-- First, thank you for reporting a bug. That takes time and we appreciate that! --> | Subject | Details | | :------------- | :------------------------------------------------- | | Rector version | dev-main | <!-- Please describe your problem here. --> ## Minimal PHP Code Causing Issue webmozart/assert latest have mixin code: ``` public static function nullOrTrue($value, $message = ''): ?true ``` which cause downgrade error https://github.com/rectorphp/rector-src/actions/runs/26181495364/job/77025550737#step:14:77 ## Expected Behaviour It should keep working. <!-- How should Rector change the code? Or should Rector skip it? -->
Bug Report
Minimal PHP Code Causing Issue
webmozart/assert latest have mixin code:
which cause downgrade error
https://github.com/rectorphp/rector-src/actions/runs/26181495364/job/77025550737#step:14:77
Expected Behaviour
It should keep working.