Fixed PHPStan errors.

This commit is contained in:
Jan Böhmer 2020-02-29 22:57:25 +01:00
parent f604022e49
commit 15d25cf2b2
4 changed files with 5 additions and 4 deletions

View file

@ -22,6 +22,7 @@
namespace App\Services\LogSystem;
use App\Entity\Attachments\AttachmentType;
use App\Entity\Base\AbstractDBElement;
use App\Entity\Base\AbstractStructuralDBElement;
use App\Entity\Contracts\TimeStampableInterface;
@ -32,7 +33,6 @@ use App\Entity\LogSystem\ElementEditedLogEntry;
use Doctrine\Common\Collections\Collection;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Mapping\ClassMetadata;
use Proxies\__CG__\App\Entity\Attachments\AttachmentType;
class TimeTravel
{