HomePhorge

D25945

Fix exception handling a numeric git branch ("Call to phutil_nonempty_string() expected null or a string, got: int" in PhabricatorRepository)
Author: aklapper
Summary: PHP casts an array key which is a string that contains a decimal integer automatically into int type. Quoting https…