mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 12:52:19 +09:00
Specify parameter and return types of all other helper class methods
This commit is contained in:
parent
bde78570f6
commit
f4c09bf634
2 changed files with 8 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue