The opening parenthesis of a multi-line function call should be the last content on the line.
Loading history...
17
'work_experiences[:template][:id][role]' => [
18
'required', // If they decide to fill out Equivalent Experience, a Role should be well defined,
19
20
],
21
'work_experiences[:template][:id][company]' => [
22
'nullable', // Not every role belongs to a Company or Group. Someone could be a Hobbyist and as such might be hesistant to put something else down here. So nullable.
'min:2500' // Hiring managers will probably like atleast a paragraph's worth of information here. Since you tend to have to back up Equivalent Experience more often than other forms of "Experience".