Skip to content

Commit a228079

Browse files
fix (cache): cs
1 parent e84373d commit a228079

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Bridge/Doctrine/EventListener/PurgeHttpCacheListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ private function gatherResourceAndItemTags($entity, bool $purgeItem): void
120120
} catch (InvalidArgumentException $e) {
121121
return;
122122
}
123-
124123
}
125124

126125
private function gatherRelationTags(EntityManagerInterface $em, $entity): void

tests/Fixtures/TestBundle/Entity/DummyNoGetOperation.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414
namespace ApiPlatform\Core\Tests\Fixtures\TestBundle\Entity;
1515

1616
use ApiPlatform\Core\Annotation\ApiResource;
17-
use ApiPlatform\Core\Tests\Fixtures\TestBundle\Dto\InputDto;
1817
use Doctrine\ORM\Mapping as ORM;
1918

2019
/**
21-
* DummyNoGetOperation
20+
* DummyNoGetOperation.
2221
*
2322
* @author Grégoire Hébert [email protected]
2423
*

0 commit comments

Comments
 (0)