Merge "Using ULS in Special:PageLanguage"
[lhc/web/wiklou.git] / includes / externalstore / ExternalStoreMedium.php
index 6ab1f8c..e9c34a4 100644 (file)
@@ -29,7 +29,7 @@
  * @since 1.21
  */
 abstract class ExternalStoreMedium {
-       /** @var Array */
+       /** @var array */
        protected $params = array();
 
        /**
@@ -64,14 +64,15 @@ abstract class ExternalStoreMedium {
                                $retval[$url] = $data;
                        }
                }
+
                return $retval;
        }
 
        /**
         * Insert a data item into a given location
         *
-        * @param string $location the location name
-        * @param string $data the data item
+        * @param string $location The location name
+        * @param string $data The data item
         * @return string|bool The URL of the stored data item, or false on error
         * @throws MWException
         */