Verified Commit 8d73953f authored by quietone's avatar quietone
Browse files

Issue #3490858 by mfb, smustgrave: Align return type phpdoc for...

Issue #3490858 by mfb, smustgrave: Align return type phpdoc for EntityChangedInterface::getChangedTime() with EntityChangedTrait

(cherry picked from commit 811fe8a3)
parent e92d9ce3
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,8 +21,9 @@ interface EntityChangedInterface extends EntityInterface {
  /**
   * Gets the timestamp of the last entity change for the current translation.
   *
   * @return int
   *   The timestamp of the last entity save operation.
   * @return int|null
   *   The timestamp of the last entity save operation. Some entities allow a
   *   NULL value indicating the changed time is unknown.
   */
  public function getChangedTime();