@@ -53,14 +53,12 @@ |
||
53 | 53 | * Class CpuDetector |
54 | 54 | * @package Platine\UserAgent\Detector |
55 | 55 | */ |
56 | -class CpuDetector extends AbstractDetector |
|
57 | -{ |
|
56 | +class CpuDetector extends AbstractDetector { |
|
58 | 57 | |
59 | 58 | /** |
60 | 59 | * {@inheritdoc} |
61 | 60 | */ |
62 | - public function __construct() |
|
63 | - { |
|
61 | + public function __construct() { |
|
64 | 62 | parent::__construct(); |
65 | 63 | |
66 | 64 | $this->entity = new Cpu(); |
@@ -53,14 +53,12 @@ |
||
53 | 53 | * Class OsDetector |
54 | 54 | * @package Platine\UserAgent\Detector |
55 | 55 | */ |
56 | -class OsDetector extends AbstractDetector |
|
57 | -{ |
|
56 | +class OsDetector extends AbstractDetector { |
|
58 | 57 | |
59 | 58 | /** |
60 | 59 | * {@inheritdoc} |
61 | 60 | */ |
62 | - public function __construct() |
|
63 | - { |
|
61 | + public function __construct() { |
|
64 | 62 | parent::__construct(); |
65 | 63 | |
66 | 64 | $this->entity = new Os(); |
@@ -53,14 +53,12 @@ |
||
53 | 53 | * Class EngineDetector |
54 | 54 | * @package Platine\UserAgent\Detector |
55 | 55 | */ |
56 | -class EngineDetector extends AbstractDetector |
|
57 | -{ |
|
56 | +class EngineDetector extends AbstractDetector { |
|
58 | 57 | |
59 | 58 | /** |
60 | 59 | * {@inheritdoc} |
61 | 60 | */ |
62 | - public function __construct() |
|
63 | - { |
|
61 | + public function __construct() { |
|
64 | 62 | parent::__construct(); |
65 | 63 | |
66 | 64 | $this->entity = new Engine(); |
@@ -53,14 +53,12 @@ |
||
53 | 53 | * Class DeviceDetector |
54 | 54 | * @package Platine\UserAgent\Detector |
55 | 55 | */ |
56 | -class DeviceDetector extends AbstractDetector |
|
57 | -{ |
|
56 | +class DeviceDetector extends AbstractDetector { |
|
58 | 57 | |
59 | 58 | /** |
60 | 59 | * {@inheritdoc} |
61 | 60 | */ |
62 | - public function __construct() |
|
63 | - { |
|
61 | + public function __construct() { |
|
64 | 62 | parent::__construct(); |
65 | 63 | |
66 | 64 | $this->entity = new Device(); |
@@ -53,14 +53,12 @@ |
||
53 | 53 | * Class BrowserDetector |
54 | 54 | * @package Platine\UserAgent\Detector |
55 | 55 | */ |
56 | -class BrowserDetector extends AbstractDetector |
|
57 | -{ |
|
56 | +class BrowserDetector extends AbstractDetector { |
|
58 | 57 | |
59 | 58 | /** |
60 | 59 | * {@inheritdoc} |
61 | 60 | */ |
62 | - public function __construct() |
|
63 | - { |
|
61 | + public function __construct() { |
|
64 | 62 | parent::__construct(); |
65 | 63 | |
66 | 64 | $this->entity = new Browser(); |