Sign up to request clarification or add additional context in comments.
Comments
1
In php you can force a function parameter to be of a certain class. In this case it must be an array. Keep in mind that you can only do this for class names and array not string or boolean or integer.