Merge "Check for error before outputting srcset urls"
[lhc/web/wiklou.git] / includes / externalstore / ExternalStore.php
index 9e9d976..688130e 100644 (file)
@@ -131,7 +131,7 @@ class ExternalStore {
         * class itself as a parameter.
         *
         * @param string $url A partial external store URL ("<store type>://<location>")
-        * @param $data string
+        * @param string $data
         * @param array $params Associative array of ExternalStoreMedium parameters
         * @return string|bool The URL of the stored data item, or false on error
         * @throws MWException
@@ -178,7 +178,7 @@ class ExternalStore {
         * itself. It also fails-over to the next possible clusters
         * as provided in the first parameter.
         *
-        * @param array $tryStores refer to $wgDefaultExternalStore
+        * @param array $tryStores Refer to $wgDefaultExternalStore
         * @param string $data
         * @param array $params Associative array of ExternalStoreMedium parameters
         * @return string|bool The URL of the stored data item, or false on error
@@ -218,8 +218,8 @@ class ExternalStore {
        }
 
        /**
-        * @param $data string
-        * @param $wiki string
+        * @param string $data
+        * @param string $wiki
         * @return string|bool The URL of the stored data item, or false on error
         * @throws MWException
         */