
array_push
¶Converts simple usages of array_push($x, $y);
to $x[] = $y;
.
The rule is part of the following rule sets:
Using the @PhpCsFixer:risky rule set will enable the array_push
rule.
Using the @Symfony:risky rule set will enable the array_push
rule.