Completed
Push — 4.0 ( 73f7eb...90ad36 )
by Serhii
02:22
created

DeviceDetector::detect()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 7

Duplication

Lines 7
Ratio 100 %

Importance

Changes 0
Metric Value
dl 7
loc 7
rs 10
c 0
b 0
f 0
cc 1
nc 1
nop 1
1
<?php
2
3
4
namespace EndorphinStudio\Detector\Detection;
5
6
use EndorphinStudio\Detector\Tools;
7
8
class DeviceDetector extends BrowserDetector
9
{
10
    protected $configKey = 'device';
11
}