Passed
Push — master ( c6e2a8...a57640 )
by Serhii
03:29 queued 01:31
created
src/Data/Result.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.