Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Apr 11, 2023
1 parent 21285d6 commit 1004bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/ODM/MongoDB/Tests/Functional/DateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function testDateInstanceValueChangeDoesCauseUpdateIfValueIsTheSame(): vo
$this->dm->flush();
$this->dm->clear();

$user = $this->dm->getRepository($user::class)->findOneBy([]);
$user = $this->dm->getRepository($user::class)->findOneBy([]);
$createdAt = $user->getCreatedAt();
self::assertInstanceOf(DateTime::class, $createdAt);
$createdAt->setTimestamp(time() - 3600);
Expand Down

0 comments on commit 1004bb3

Please sign in to comment.