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 dc3b707 + 8ec6ca8 commit 2e7c7d7Copy full SHA for 2e7c7d7
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