Skip to content
Snippets Groups Projects
Commit 74f6db2b authored by Daniel Wehner's avatar Daniel Wehner
Browse files

The trait and interface didn't matched

parent ef00e241
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
*/ */
namespace Drupal\entity\Revision; namespace Drupal\entity\Revision;
use Drupal\user\UserInterface;
/** /**
* Defines an entity type with create time/author/log information for revisions. * Defines an entity type with create time/author/log information for revisions.
...@@ -48,7 +49,7 @@ interface EntityRevisionLogInterface { ...@@ -48,7 +49,7 @@ interface EntityRevisionLogInterface {
* *
* @return $this * @return $this
*/ */
public function setRevisionUser($account); public function setRevisionUser(UserInterface $account);
/** /**
* Gets the entity revision author ID. * Gets the entity revision author ID.
......
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