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 5237e4f commit 7b8914aCopy full SHA for 7b8914a
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