Skip to content

Commit 7a6f12b

Browse files
committed
ran php cs fixer
1 parent 9c660cf commit 7a6f12b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Types/DateTime.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function __construct(
4040

4141
/**
4242
* Returns whether this DateTime Type follows conventions up until Neo4j version 4.
43-
* @return bool
4443
*/
4544
public function isLegacy(): bool
4645
{

tests/Integration/OGMFormatterIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public function testDateTime(string $alias): void
246246
if ($createdAt->isLegacy()) {
247247
self::assertEquals(1_559_414_432, $createdAt->getSeconds());
248248
} else {
249-
self::assertEquals(1_559_418_032 , $createdAt->getSeconds());
249+
self::assertEquals(1_559_418_032, $createdAt->getSeconds());
250250
}
251251

252252
self::assertEquals(142_000_000, $createdAt->getNanoseconds());

0 commit comments

Comments
 (0)