X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Fdatabase%2FIMaintainableDatabase.php;h=5706435dc5091af4b3cb1c4ad3c9092719e2fd01;hb=56d45558b102349f3480a46819669407aa3be2d6;hp=18e3cbbc4600bf316bacc4ee5d1684aa4ca5d59e;hpb=bc4417a522553d208767c7f42d70b42685c68051;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/database/IMaintainableDatabase.php b/includes/libs/rdbms/database/IMaintainableDatabase.php index 18e3cbbc46..5706435dc5 100644 --- a/includes/libs/rdbms/database/IMaintainableDatabase.php +++ b/includes/libs/rdbms/database/IMaintainableDatabase.php @@ -183,7 +183,7 @@ interface IMaintainableDatabase extends IDatabase { /** * Lists all the VIEWs in the database * - * @param string $prefix Only show VIEWs with this prefix, eg. unit_test_ + * @param string|null $prefix Only show VIEWs with this prefix, eg. unit_test_ * @param string $fname Name of calling function * @throws RuntimeException * @return array @@ -279,7 +279,7 @@ interface IMaintainableDatabase extends IDatabase { /** * List all tables on the database * - * @param string $prefix Only show tables with this prefix, e.g. mw_ + * @param string|null $prefix Only show tables with this prefix, e.g. mw_ * @param string $fname Calling function name * @throws DBError * @return array