Skip to content

Commit 24b3507

Browse files
committed
Remove useless arg
1 parent d5fd181 commit 24b3507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Doctrine/EventListener/PublishMercureUpdatesListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private function storeEntityToPublish($entity, string $property): void
156156
/**
157157
* @param object|string $entity
158158
*/
159-
private function publishUpdate($entity, array $targets, bool $deleted = false): void
159+
private function publishUpdate($entity, array $targets): void
160160
{
161161
if (\is_string($entity)) {
162162
// By convention, if the entity has been deleted, we send only its IRI

0 commit comments

Comments
 (0)