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 dc3b707 commit 8ec6ca8Copy full SHA for 8ec6ca8
message/message-factory.rst
@@ -76,7 +76,7 @@ choice to the bootstrapping code::
76
{
77
$request = $this->requestFactory->createRequest('GET', 'http://httplug.io');
78
$stream = $this->streamFactory->createStream('stream content');
79
- $uri = $this->UriFactory->createUri('http://httplug.io');
+ $uri = $this->uriFactory->createUri('http://httplug.io');
80
...
81
}
82
0 commit comments