Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / migrate_plus / src / Plugin / migrate / process / SkipOnValue.php
index 90dc33dc7484a7b4473038ce788581f5c5efb024..f25b1a47ffb86c923a12c2fce1a673642b31c0e8 100644 (file)
@@ -65,11 +65,11 @@ class SkipOnValue extends ProcessPluginBase {
   /**
    * Compare values to see if they are equal.
    *
-   * @param $value
-   *   Actual value
-   * @param $skipValue
+   * @param mixed $value
+   *   Actual value.
+   * @param mixed $skipValue
    *   Value to compare against.
-   * @param $equal
+   * @param bool $equal
    *   Compare as equal or not equal.
    *
    * @return bool