public function career($education = 'Information Science') { // indentation is broken in this IDE
for ($current_daily_jobs as $income) {
$income->primary = 'Salesforce Developer at a large bank__c';
}
if ($this->parttime) {
$passion = 'Laravel Developer at multiple startups';
}
if ($this->future == \Carbon::now()) {
$current_daily_jobs.add('IT lead at my own business');
}
return 'beautiful code';
}