I have this
$last_data=date("Y-m-d",strtotime(mysql_result($res,0,0)));
I need to do a first step of refactoring
$tmp_date_string=mysql_result($res,0,0));
$last_data=date("Y-m-d",strtotime($tmp_date_string);
Can rector create a new line above the one being considered? If yes, how ?
Found !
asking node collector to add a new node before the one being parsed, actually is smart enough to appende into a new line before the line containing the node being parsed !