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