X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrationInterface.php;fp=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2FMigrationInterface.php;h=a2a7fb2d94d4078a7df5aedf84a63a19093d1aab;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=3165d81b11cf96ec7110a8320b55d4b822711a14;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/MigrationInterface.php b/web/core/modules/migrate/src/Plugin/MigrationInterface.php index 3165d81b1..a2a7fb2d9 100644 --- a/web/core/modules/migrate/src/Plugin/MigrationInterface.php +++ b/web/core/modules/migrate/src/Plugin/MigrationInterface.php @@ -153,7 +153,7 @@ interface MigrationInterface extends PluginInspectionInterface, DerivativeInspec /** * Set the current migration status. * - * @param int $result + * @param int $status * One of the STATUS_* constants. */ public function setStatus($status);