Specify parameter and return types of all other helper class methods

This commit is contained in:
Kijin Sung 2023-09-27 23:39:47 +09:00
parent bde78570f6
commit f4c09bf634
2 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ class ConfigHelper
* @param array $format
* @return array
*/
public static function consolidate($format)
public static function consolidate(array $format): array
{
self::$_config_cache = array();
$result = array();