CRM-17789 - api/v3/ReportTemplate - Indicate type correctly
authorTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 20:52:46 +0000 (13:52 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 14 Sep 2016 22:28:41 +0000 (15:28 -0700)
commit9d33294e51d2b8c07451938ce48f77beaa805ab2
tree469efa60456c837153204dd29b78f7a8aa67453a
parent41e0c2509e14d2ca23853772c63b84df49edcf34
CRM-17789 - api/v3/ReportTemplate - Indicate type correctly

The return value of `civicrm_api*()` is generally `array`, but when used
with `getvalue` it can be scalar (specifically, `string` in this case).
This produces a type-warning in phan because it cannot tell that the true
return type is `string`.
api/v3/ReportTemplate.php