Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid single-char vars due to a bug in PHP 7.1.9
Yes, I am serious. Really. Despite that, avoiding one-char-vars increases code readability [E_NOTICE] Undefined variable: m in /www/jaumo/vendor/amphp/artax/lib/Internal/Parser.php (Line 184) Renaming the vars fixes the issue. Don't ask me why but we REALLY have that problem in production!
- Loading branch information