From: Kunal Mehta Date: Wed, 3 Aug 2016 08:56:28 +0000 (-0700) Subject: Pingback: Fix phpdoc X-Git-Tag: 1.31.0-rc.0~6180^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=fa887f2fc2e37e8fcf22e57c03259e4cc23414d4;p=lhc%2Fweb%2Fwiklou.git Pingback: Fix phpdoc Change-Id: Ib4fd932a9b65e46e9b43e594a6e1ab5a4dac76d9 --- diff --git a/includes/Pingback.php b/includes/Pingback.php index 10d2904039..dd68102391 100644 --- a/includes/Pingback.php +++ b/includes/Pingback.php @@ -202,7 +202,7 @@ class Pingback { * * - * @param data Pingback data as an associative array + * @param array $data Pingback data as an associative array * @return bool true on success, false on failure */ private function postPingback( array $data ) {