mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-24 15:52:41 +01:00
2b69353519
Summary: The construct `count(x == 0)` should be `count(x) == 0`. This causes a concrete problem because `count(0)` is 1. Test Plan: eyeballed it~ Reviewers: btrahan, vrana, klimek Reviewed By: klimek CC: aran Maniphest Tasks: T1643 Differential Revision: https://secure.phabricator.com/D4060 |
||
---|---|---|
.. | ||
__tests__ | ||
adapter | ||
application | ||
constants | ||
contentsource | ||
controller | ||
replyhandler | ||
storage | ||
view | ||
PhabricatorMetaMTAEmailBodyParser.php | ||
PhabricatorMetaMTAWorker.php |