Fix PHPStan issues
This commit is contained in:
parent
a08f93c188
commit
98fba9306f
6 changed files with 10 additions and 8 deletions
|
@ -31,7 +31,7 @@ final class UpdateTalkNodeBeforeSave implements EventSubscriberInterface {
|
|||
return;
|
||||
}
|
||||
|
||||
/** @var \Drupal\opdavies_blog\Entity\Node\Talk $talk */
|
||||
/** @var Talk $talk */
|
||||
$talk = $event->getEntity();
|
||||
$this->reorderEvents($talk);
|
||||
$this->updateCreatedDate($talk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue