mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-13 23:38:33 +01:00
Summary: The use of the [[http://php.net/manual/en/function.parse-str.php | parse_str]] method (when called without sepcifying a second parameter) hinders static analysis. Specifically, the `parse_str('...')` behaves similarly to [[http://php.net/manual/en/function.extract.php | extract]]. Test Plan: Added unit tests. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D13857 |
||
---|---|---|
.. | ||
__tests__ | ||
rules | ||
ArcanistXHPASTLinterRule.php | ||
ArcanistXHPASTLintNamingHook.php | ||
ArcanistXHPASTLintSwitchHook.php |