Merge branch 'angular-tests' of https://github.com/giant-rabbit/civicrm-core into...
[civicrm-core.git] / CRM / Utils / Geocode / Yahoo.php
index c5201cafa9119ad8f227c83e21a3768fc6c4feb9..7dd1e82692fb1d3bcbec71ad30957d429a0ad0a1 100644 (file)
@@ -66,7 +66,7 @@ class CRM_Utils_Geocode_Yahoo {
    * @return boolean true if we modified the address, false otherwise
    * @static
    */
-  static function format(&$values, $stateName = FALSE) {
+  public static function format(&$values, $stateName = FALSE) {
     CRM_Utils_System::checkPHPVersion(5, TRUE);
 
     $config = CRM_Core_Config::singleton();