Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MobileDetect.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ class MobileDetect
/**
* A type for the version() method indicating a string return value.
*/
private const VERSION_TYPE_STRING = 'text';
public const VERSION_TYPE_STRING = 'text';

/**
* A type for the version() method indicating a float return value.
*/
private const VERSION_TYPE_FLOAT = 'float';
public const VERSION_TYPE_FLOAT = 'float';

/**
* The User-Agent HTTP header is stored in here.
Expand Down