RenderCallbackRuleTest has started to fail against FilterProcessResult. The stub identifies $callable as callable-string but now PHPStan thinks it is just string
/**
* @param callable-string $callback
* @param array<int|string, mixed> $args
*/
public function createPlaceholder($callback, array $args): string {
}