CRM-19690 - CRM_Utils_Token::getAnonymousTokenDetails() - Add missing `static`
authorTim Otten <totten@civicrm.org>
Tue, 29 Nov 2016 23:47:00 +0000 (15:47 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 20 Dec 2016 01:21:08 +0000 (17:21 -0800)
commitecd95cd1bd66d1b8a8c6628df6083aac47c9022f
tree8478e11096a81eb17af31462849d4b7573a00254
parent453c7bb8acfabfd07e16b9ce12503f38a65e5401
CRM-19690 - CRM_Utils_Token::getAnonymousTokenDetails() - Add missing `static`

This function is only called once, and it previously lacked test coverage,
so the `static` warning previously snuck through. Fix it!
CRM/Utils/Token.php