Skip to content

Commit 83acdf1

Browse files
authored
Fix typo in shouldQueue method description (#9682)
1 parent cdcb337 commit 83acdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ If you would like to define the listener's queue connection, queue name, or dela
328328
<a name="conditionally-queueing-listeners"></a>
329329
#### Conditionally Queueing Listeners
330330

331-
Sometimes, you may need to determine whether a listener should be queued based on some data that are only available at runtime. To accomplish this, a `shouldQueue` method may be added to a listener to determine whether the listener should be queued. If the `shouldQueue` method returns `false`, the listener will not be executed:
331+
Sometimes, you may need to determine whether a listener should be queued based on some data that are only available at runtime. To accomplish this, a `shouldQueue` method may be added to a listener to determine whether the listener should be queued. If the `shouldQueue` method returns `false`, the listener will not be queued:
332332

333333
<?php
334334

0 commit comments

Comments
 (0)