- 
    
Improvement
 - 
    Resolution: Invalid
 - 
    
Trivial
 - 
    None
 - 
    3.2.2
 - 
    None
 
For some reason language\en\cli.php use []:
					'CLI_USER_RECLEAN_DONE' => [  | 
		
					...
			 | 
		
					    ],
			 | 
		
While the other files use array():
					'ICONS_ADDED' => array(  | 
		
					...
			 | 
		
					    ),
			 | 
		
					
			 | 
		

