X-Git-Url: https://git.cyclocoop.org/admin/?a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=abae4f4379fcce9daef45dcf6d6d78a6c88a07a3;hb=23b5c0891a0d89b3f0e5963f0e992ab4a1eebf5d;hp=a1820b89aa660537c439e3fb853a43d264598c1b;hpb=58f810a0dceb346b127fd0030be3922e05d8fdee;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupInvalidDbKeys.php b/maintenance/cleanupInvalidDbKeys.php index a1820b89aa..abae4f4379 100644 --- a/maintenance/cleanupInvalidDbKeys.php +++ b/maintenance/cleanupInvalidDbKeys.php @@ -30,7 +30,7 @@ require_once __DIR__ . '/Maintenance.php'; * @ingroup Maintenance */ class CleanupInvalidDbKeys extends Maintenance { - /** @var array List of tables to clean up, and the field prefix for that table */ + /** @var array[] List of tables to clean up, and the field prefix for that table */ protected static $tables = [ // Data tables [ 'page', 'page' ],