정적 분석기 결과 반영. 주로 배열 초기화. 변수 이름 실수 수정.
This commit is contained in:
@@ -39,6 +39,9 @@ class CityHelper{
|
||||
self::$listByNation = $listByNation;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array[]
|
||||
*/
|
||||
public static function getAllCities(){
|
||||
if(self::$list === null){
|
||||
self::generateCache();
|
||||
|
||||
Reference in New Issue
Block a user