We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d32ae4 commit 73a69d7Copy full SHA for 73a69d7
1 file changed
src/Context/EitServiceAggregator.php
@@ -172,9 +172,9 @@ public function getScheduledEvents(): array
172
}
173
174
/**
175
- * Return all collected events (following abd scheduled)
+ * Return all collected events (following and scheduled)
176
*
177
- * @return array
+ * @return EitEvent[]
178
*/
179
public function getAllEvents(): array {
180
$scheduledEvents = $this->getScheduledEvents();
0 commit comments