Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / migrate / src / Plugin / MigrationInterface.php
index 3165d81b11cf96ec7110a8320b55d4b822711a14..a2a7fb2d94d4078a7df5aedf84a63a19093d1aab 100644 (file)
@@ -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);