Fixed type hint docs
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 28 Aug 2012 13:07:19 +0000 (15:07 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 28 Aug 2012 13:07:19 +0000 (15:07 +0200)
Change-Id: I637f11e9ac2a42865649c10ffcb96bdebf1b55eb

includes/DataUpdate.php

index 793d335..377b64c 100644 (file)
@@ -84,8 +84,8 @@ abstract class DataUpdate implements DeferrableUpdate {
                $exception = null;
 
                /**
-                * @var $update StorageUpdate
-                * @var $trans StorageUpdate
+                * @var $update DataUpdate
+                * @var $trans DataUpdate
                 */
 
                try {