@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | public function getDetectorVersion(): string |
27 | 27 | { |
28 | - if(!is_null($this->detector) && method_exists($this->detector, 'getVersion')) { |
|
28 | + if (!is_null($this->detector) && method_exists($this->detector, 'getVersion')) { |
|
29 | 29 | return $this->detector->getVersion(); |
30 | 30 | } |
31 | 31 | return '4.0.4'; |