Merge "Improve documentation of the PageContentLanguage hook"
[lhc/web/wiklou.git] / includes / http / GuzzleHttpRequest.php
index ef70467..e6b2892 100644 (file)
@@ -95,7 +95,7 @@ class GuzzleHttpRequest extends MWHttpRequest {
         * If a sink is already specified, this does nothing.  This causes the 'sink' constructor
         * option to override the 'callback' constructor option.
         *
-        * @param $callback|null $callback
+        * @param callable|null $callback
         * @throws InvalidArgumentException
         */
        protected function doSetCallback( $callback ) {