Merge "parser: Validate $length in padleft/padright parser functions"
[lhc/web/wiklou.git] / includes / MediaWikiServices.php
index 8bb0a40..dbb18a7 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 namespace MediaWiki;
 
+use ActorMigration;
 use CommentStore;
 use Config;
 use ConfigFactory;
@@ -538,6 +539,7 @@ class MediaWikiServices extends ServiceContainer {
 
        /**
         * @since 1.28
+        * @deprecated since 1.32, use random_bytes()/random_int()
         * @return CryptRand
         */
        public function getCryptRand() {