Skip to content

Commit 324b894

Browse files
committed
Remove wrong return type of MercureDataCollector::getPublishers
1 parent 638cb19 commit 324b894

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/DataCollector/MercureDataCollector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ public function getMemory(): int
7878
return $this->data['memory'];
7979
}
8080

81-
/**
82-
* @return TraceablePublisher[]
83-
*/
8481
public function getPublishers(): iterable
8582
{
8683
return $this->data['publishers'];

0 commit comments

Comments
 (0)