From: jeroendedauw Date: Tue, 28 Aug 2012 13:07:19 +0000 (+0200) Subject: Fixed type hint docs X-Git-Tag: 1.31.0-rc.0~22570 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=104ada2d227336a2815a612b3de40f1104af410e;p=lhc%2Fweb%2Fwiklou.git Fixed type hint docs Change-Id: I637f11e9ac2a42865649c10ffcb96bdebf1b55eb --- diff --git a/includes/DataUpdate.php b/includes/DataUpdate.php index 793d335b2a..377b64c0cf 100644 --- a/includes/DataUpdate.php +++ b/includes/DataUpdate.php @@ -84,8 +84,8 @@ abstract class DataUpdate implements DeferrableUpdate { $exception = null; /** - * @var $update StorageUpdate - * @var $trans StorageUpdate + * @var $update DataUpdate + * @var $trans DataUpdate */ try {