When writing a tag-based function, I can say <cfargument name="componentArray" type="component[]" required="true">.
How do I do the same thing in script?
public void function someFunction(required component[] componentArray) {} gives me a syntax error in CFBuilder, so I expect that won't work.