Skip to content

Commit

Permalink
Merge pull request #2036 from tarlepp/chore(deps)/dependency-update
Browse files Browse the repository at this point in the history
Chore(deps) - Dependency update
  • Loading branch information
tarlepp committed Nov 16, 2022
2 parents af11228 + 81a9c30 commit ac9f947
Show file tree
Hide file tree
Showing 16 changed files with 515 additions and 484 deletions.
95 changes: 48 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/Repository/LogRequestRepository.php
Expand Up @@ -14,7 +14,6 @@
use DateTimeZone;
use Doctrine\Persistence\ManagerRegistry;
use Exception;
use function assert;

/**
* Class LogRequestRepository
Expand Down Expand Up @@ -57,8 +56,6 @@ public function cleanHistory(): int
$date = (new DateTimeImmutable(timezone: new DateTimeZone('UTC')))
->sub(new DateInterval('P3Y'));

assert($date instanceof DateTimeImmutable);

// Create query builder and define delete query
$queryBuilder = $this
->createQueryBuilder('requestLog')
Expand Down

0 comments on commit ac9f947

Please sign in to comment.