Passed
Pull Request — master (#15)
by Thomas
01:56
created
src/Data/Result.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.