vlucas / phpdotenv

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
BSD 3-Clause "New" or "Revised" License
13.15k stars 626 forks source link

Array push #530

Closed MathiasReker closed 2 years ago

MathiasReker commented 2 years ago

Converts simple usages of array_push($x, $y); to $x[] = $y;.

GrahamCampbell commented 2 years ago

Please stop sending these PRs, across all of github.com. They are not helpful. I've filed an abuse request with GitHub. I already asked you nicely to stop when you spammed Guzzle.