Merge "Remove @param comments that literally repeat what the code says"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 621dd65..b0057eb 100644 (file)
@@ -1010,7 +1010,7 @@ function wfMakeUrlIndexes( $url ) {
 
 /**
  * Check whether a given URL has a domain that occurs in a given set of domains
- * @param string $url URL
+ * @param string $url
  * @param array $domains Array of domains (strings)
  * @return bool True if the host part of $url ends in one of the strings in $domains
  */