Fixed Travis errors.

This commit is contained in:
Jan Böhmer 2020-03-07 21:36:33 +01:00
parent 55b00c7f22
commit 84d268aba3
8 changed files with 13 additions and 12 deletions

View file

@ -55,7 +55,7 @@ class EventUndoHelper
/**
* Set which event log is currently undone.
* After the flush this message is cleared.
* @param AbstractLogEntry|null $message
* @param AbstractLogEntry|null $undone_event
*/
public function setUndoneEvent(?AbstractLogEntry $undone_event): void
{
@ -64,7 +64,7 @@ class EventUndoHelper
/**
* Returns event that is currently undone.
* @return string|null
* @return AbstractLogEntry|null
*/
public function getUndoneEvent(): ?AbstractLogEntry
{