mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 13:24:31 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
eef26f7ae6
commit
639829f5c5
97 changed files with 305 additions and 185 deletions
|
@ -24,6 +24,8 @@ declare(strict_types=1);
|
|||
|
||||
namespace App\Entity\Contracts;
|
||||
|
||||
use DateTime;
|
||||
|
||||
interface TimeTravelInterface
|
||||
{
|
||||
/**
|
||||
|
@ -41,5 +43,5 @@ interface TimeTravelInterface
|
|||
/**
|
||||
* Returns the the timestamp associated with this change.
|
||||
*/
|
||||
public function getTimestamp(): \DateTime;
|
||||
public function getTimestamp(): DateTime;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue