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.
2 parents 5237e4f + 7b8914a commit 900e268Copy full SHA for 900e268
README.md
@@ -40,7 +40,7 @@ final class ExampleChild implements ChildInterface
40
}
41
```
42
43
-On the parent side you only need need to call to spawn a child running that class:
+On the parent side you only need to call to spawn a child running that class:
44
45
```php
46
MessengerFactory::parentFromClass('ExampleChild', $loop)->then(static function (Messenger $messenger): void {
0 commit comments