Reports the variables that are passed by reference to a function/method but are not modified in the function/method body. In such cases, the
&
in parameter's declaration can be safely removed.
See
Passing by Reference (php.net)
for details.