RNF5411

An array cannot be passed when an array is not expected.

30

Cause . . . . . : An array can be passed as a parameter only when the prototype indicates that an array is expected. The call is ignored.

Recovery . . . : Change the prototype to expect an array, or pass a single array element. Compile again.