mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 18:30:06 +01:00
Fixed coding style.
This commit is contained in:
@@ -33,7 +33,9 @@ interface TimeTravelInterface
|
||||
*/
|
||||
public function hasOldDataInformations(): bool;
|
||||
|
||||
/** Returns the data the entity had before this log entry. */
|
||||
/**
|
||||
* Returns the data the entity had before this log entry.
|
||||
*/
|
||||
public function getOldData(): array;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user