8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82413c commit 1459a4bCopy full SHA for 1459a4b
src/Symfony/Component/Messenger/HandleTrait.php
@@ -31,7 +31,7 @@ trait HandleTrait
31
* the last one usually returning the handler result.
32
*
33
* @param object|Envelope $message The message or the message pre-wrapped in an envelope
34
- * @param StampInterface[] $stamps Stamps to be set on the Envelope which are used to control middlewares behaviours
+ * @param StampInterface[] $stamps Stamps to be set on the Envelope which are used to control middlewares behaviors
35
*/
36
private function handle(object $message, array $stamps = []): mixed
37
{
0 commit comments