Completed
Branch 3.0.0 (3f0ab7)
by Serhii
03:15
created
src/Detector.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     }
217 217
 
218 218
     /**
219
-     * @param $version Windows number version
219
+     * @param string $version Windows number version
220 220
      * @return string Windows version
221 221
      */
222 222
     private static function getWindowsVersion($version)
@@ -235,7 +235,6 @@  discard block
 block discarded – undo
235 235
     }
236 236
 
237 237
     /**
238
-     * @param DetectorResult $DetectorResult Detector result
239 238
      * @return DetectorResult Final result
240 239
      */
241 240
     private function ckeckRules(\EndorphinStudio\Detector\DetectorResult $result)
Please login to merge, or discard this patch.