Mercurial > hg > isophonics-drupal-site
comparison core/modules/comment/src/Entity/Comment.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
71 use EntityChangedTrait; | 71 use EntityChangedTrait; |
72 use EntityPublishedTrait; | 72 use EntityPublishedTrait; |
73 | 73 |
74 /** | 74 /** |
75 * The thread for which a lock was acquired. | 75 * The thread for which a lock was acquired. |
76 * | |
77 * @var string | |
76 */ | 78 */ |
77 protected $threadLock = ''; | 79 protected $threadLock = ''; |
78 | 80 |
79 /** | 81 /** |
80 * {@inheritdoc} | 82 * {@inheritdoc} |