Rector reports NullToStrictStringFuncCallArgRector
Run rector process web/modules/contrib/anchor_link/ --dry-run
rector process web/modules/contrib/anchor_link/ --dry-run
- $string = ltrim($string, '#'); + $string = ltrim((string) $string, '#');
Active
3.0
Code