Skip to content
Snippets Groups Projects
Commit 689b866f authored by Dieter Holvoet's avatar Dieter Holvoet Committed by Aaron Feledy
Browse files

Issue #3363498: Wrong return type hint on EckEntityInterface setters

parent 4d894cdd
No related branches found
Tags 8.x-1.0-rc2
No related merge requests found
......@@ -27,7 +27,7 @@ interface EckEntityInterface extends ContentEntityInterface, EntityOwnerInterfac
* @param int $timestamp
* The timestamp of the last entity save operation.
*
* @return \Drupal\eck\EckEntityInterface $this
* @return static $this
* The class instance that this method is called on.
*/
public function setChangedTime($timestamp);
......@@ -47,7 +47,7 @@ interface EckEntityInterface extends ContentEntityInterface, EntityOwnerInterfac
* @param int $created
* The timestamp of when the entity was created.
*
* @return \Drupal\eck\EckEntityInterface
* @return static
* The class instance that this method is called on.
*/
public function setCreatedTime($created);
......
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