Skip to content

Wrong description for type of $device #5934

@zaycker

Description

@zaycker
/**
 * Holds the device type after parsing the UA
 * @var string
 */
protected $device = null;

but

/**
* Returns the device type extracted from the parsed UA
*
* @see DeviceParserAbstract::$deviceTypes for available device types
*
* @return int|null
*/
public function getDevice()
{
    return $this->device;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions