Skip to content

Commit 884ba1c

Browse files
committed
phpcs
1 parent 3426219 commit 884ba1c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/Feature/Type/DateTimeImmutableTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function testParseLiteralInvalid(): void
6464
$node->value = 'invalid';
6565
$result = $dateTimeType->parseLiteral($node);
6666
}
67+
6768
public function testBetween(): void
6869
{
6970
$driver = new Driver($this->getEntityManager(), new Config(['group' => 'DataTypesTest']));

test/Feature/Type/DateTimeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
use ApiSkeletons\Doctrine\ORM\GraphQL\Config;
88
use ApiSkeletons\Doctrine\ORM\GraphQL\Driver;
9-
use ApiSkeletons\Doctrine\ORM\GraphQL\Type\Blob;
109
use ApiSkeletons\Doctrine\ORM\GraphQL\Type\DateTime as DateTimeType;
1110
use ApiSkeletonsTest\Doctrine\ORM\GraphQL\AbstractTest;
1211
use ApiSkeletonsTest\Doctrine\ORM\GraphQL\Entity\TypeTest;

0 commit comments

Comments
 (0)