X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fimport%2FImportableOldRevision.php;h=8cfb6052d18fceba02bf2bd0462e9c27c45684e6;hb=5a451fd01be397db3209c1881a335423706da5c2;hp=6d1e24264cf0359bcc8ee0f093deabba1b9df384;hpb=f1d64e2fc641673c0b3c15a591b522f4ce813be9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/import/ImportableOldRevision.php b/includes/import/ImportableOldRevision.php index 6d1e24264c..8cfb6052d1 100644 --- a/includes/import/ImportableOldRevision.php +++ b/includes/import/ImportableOldRevision.php @@ -65,4 +65,10 @@ interface ImportableOldRevision { */ public function getSha1Base36(); + /** + * @since 1.34 + * @return string[] + */ + public function getTags(); + }