Add SetcookieRector by zonuexe · Pull Request #2711 · rectorphp/rector
Convert to setcookie() options array introduced in PHP 7.3.
This Rector just breaks backward compatibility with less than PHP 7.3 since PHP 7.3 actually supports old arguments. However, since the o...