rathena / FluxCP

Invalid typehint detected in function PHP-W1029
Bug risk
Critical
1 occurrence in this check
Method Flux::getItemType() has invalid return type Item
663	 * @return Item Type or false.
664	 * @access public
665	 */
666	public static function getItemType($id1)667	{
668		$type = self::config("ItemTypes")->toArray();
669