Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment