Merge "Turn MessageBlobStore into a singleton instead of static functions"
[lhc/web/wiklou.git] / includes / cache / LocalisationCache.php
index 5214ab2..bdfe510 100644 (file)
@@ -686,6 +686,7 @@ class LocalisationCache {
         *
         * @param string $code
         * @param array $deps
+        * @return array
         */
        protected function readSourceFilesAndRegisterDeps( $code, &$deps ) {
                global $IP;