| @@ -50,7 +50,7 @@ | ||
| 50 | 50 | /** | 
| 51 | 51 | * Initializer. | 
| 52 | 52 | * | 
| 53 | - * @return object | |
| 53 | + * @return Identity_Crisis | |
| 54 | 54 | */ | 
| 55 | 55 |  	public static function init() { | 
| 56 | 56 |  		if ( is_null( self::$instance ) ) { | 
| @@ -253,7 +253,7 @@ | ||
| 253 | 253 | * | 
| 254 | 254 | * The list includes an empty string, which is used when no icon should be displayed. | 
| 255 | 255 | * | 
| 256 | - * @return array The list of supported icons. | |
| 256 | + * @return string[] The list of supported icons. | |
| 257 | 257 | */ | 
| 258 | 258 |  	public function get_supported_icons() { | 
| 259 | 259 | return array( |