Fix type declaration on function
authoreileen <emcnaughton@wikimedia.org>
Sun, 22 Dec 2019 23:18:18 +0000 (12:18 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 23 Dec 2019 05:06:43 +0000 (18:06 +1300)
CRM/Core/BAO/SchemaHandler.php

index b135036d645bad6397240c57418a26ce7cae8f1d..1998806aff8ba6a8ad115eb9e3cb06bcad07d420 100644 (file)
@@ -557,7 +557,7 @@ MODIFY      {$columnName} varchar( $length )
    * Check if the table has an index matching the name.
    *
    * @param string $tableName
-   * @param array $indexName
+   * @param string $indexName
    *
    * @return bool
    */