Completed
Push — master ( 754da3...73a71f )
by Jens A.
03:20
created
src/VersionCrawler.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,10 @@  discard block
 block discarded – undo
230 230
     /**
231 231
      * get PHP Extension URL from placeholder string
232 232
      *
233
-     * @param  $url A string with placeholders for the PHP extension.
233
+     * @param  string $url A string with placeholders for the PHP extension.
234
+     * @param string $version
235
+     * @param string $phpversion
236
+     * @param string $bitsize
234 237
      * @return string URL of PHP extension.
235 238
      */
236 239
     public static function getPHPExtensionURL($url, $version, $phpversion, $bitsize)
@@ -280,6 +283,8 @@  discard block
 block discarded – undo
280 283
      * @param array Only the versions array for this component from the registry.
281 284
      * @param string A version number, setting the minimum (>=).
282 285
      * @param string A version number, setting the maximum (<).
286
+     * @param string $minConstraint
287
+     * @param string $maxConstraint
283 288
      *
284 289
      * @return string Returns the latest version of a component given a min max version constraint.
285 290
      */
Please login to merge, or discard this patch.