mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 03:14:32 +02:00
Fixed Travis errors.
This commit is contained in:
parent
55b00c7f22
commit
84d268aba3
8 changed files with 13 additions and 12 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue