Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/api/phalcon_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Check whether certain type of event has listeners
```php
public function isCollecting(): bool;
```
Check if the events manager is collecting all all the responses returned
Check if the events manager is collecting all the responses returned
by every registered listener in a single fire


Expand Down