Pingback: Fix phpdoc

Change-Id: Ib4fd932a9b65e46e9b43e594a6e1ab5a4dac76d9
This commit is contained in:
Kunal Mehta 2016-08-03 01:56:28 -07:00
parent 5c7bd77867
commit fa887f2fc2

View file

@ -202,7 +202,7 @@ class Pingback {
* <https://github.com/wikimedia/mediawiki-extensions-EventLogging/
* blob/7e5fe4f1ef/includes/EventLogging.php#L32-L74>
*
* @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 ) {