Passed
Push — master ( a06116...c43f53 )
by Pascal
01:13 queued 12s
created
lib/SSpkS/Package/PackageFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
         if ($this->filterFwVersion === false) {
106 106
             return true;
107 107
         }
108
-        if(version_compare(/** @scrutinizer ignore-type */ $this->filterFwVersion, '7', '<'))
108
+        if (version_compare(/** @scrutinizer ignore-type */ $this->filterFwVersion, '7', '<'))
109 109
             return $this->isMatchingFirmwareVersionPre7($package);
110 110
         return $this->isMatchingFirmwareVersionPost7($package);
111 111
     }
Please login to merge, or discard this patch.