Parameter Reference Check¶
Checks parameters of method calls if they expect a reference, and if so asserts that the passed argument is a valid reference.
Valid References are:
- Variables, and Properties
- Array Elements (
$x[$y]
) - New Expressions (
new A()
)