resourceloader: Remove comment about XmlJsCode wrapper
[lhc/web/wiklou.git] / maintenance / convertExtensionToRegistration.php
index b0ac638..409ecdf 100644 (file)
@@ -276,6 +276,10 @@ class ConvertExtensionToRegistration extends Maintenance {
                $this->json[$realName] = $value;
        }
 
+       /**
+        * @param string $realName
+        * @param array[] $value
+        */
        protected function handleResourceModules( $realName, $value ) {
                $defaults = [];
                $remote = $this->hasOption( 'skin' ) ? 'remoteSkinPath' : 'remoteExtPath';