Invece di:
codice:
 $create_date[] = [$data_in->format('Y-m-d')];
Scrivi:
codice:
 $create_date[] = $data_in->format('Y-m-d');