Merge "Add semantic tags to license info text"
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 523a0f9..310adeb 100644 (file)
@@ -2910,7 +2910,7 @@ function wfGetLBFactory() {
  * Find a file.
  * Shortcut for RepoGroup::singleton()->findFile()
  *
- * @param string $title String or Title object
+ * @param string|Title $title String or Title object
  * @param array $options Associative array of options (see RepoGroup::findFile)
  * @return File|bool File, or false if the file does not exist
  */