foreach($studentDataList as $studentData) { $studentList[] = $student = new Student( $studentData['id'], $studentData['name'], new DateTimeImmutable($studentData['birth_date']) );
$this->fillPhonesOf($student);
}
foreach($studentDataList as $studentData) { $studentList[] = $student = new Student( $studentData['id'], $studentData['name'], new DateTimeImmutable($studentData['birth_date']) );
$this->fillPhonesOf($student);
}
Pode ser hydration, Angelo. Não acho que seja algo mais específico não.