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