-
Notifications
You must be signed in to change notification settings - Fork 56
Guzzle 5 #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guzzle 5 #84
Conversation
@ddeboer can you help me with the failing tests? |
|
||
In order to provide full interoperability, message implementations are | ||
accessed through :ref:`factories <message-factory>`. Message factories for | ||
`Diactoros`_ are `Guzzle PSR-7`_ implementations are available in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diactoros and Guzzle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean remove PSR-7
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace "are" by "and" :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good catch.
@joelwurtz @dbu good catch, thanks. Now I have another problem related to |
|
||
$adapter = new GuzzleAdapter($guzzle, new GuzzleMessageFactory()); | ||
|
||
Or if you installed the :ref:`discovery <discovery>` layer:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you define a label discovery somewhere? if you want to link to the document discovery.rst, its :doc:
. :ref:
is for linking to labels within some page (anchor links in the same or another page).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I thought I can just link to a page with the same name 😄
e5c1645
to
0636004
Compare
Fix indentation Fix cross-linking Fix cross-linking Fix cross-linking
Add Guzzle 5 documentation
Add Guzzle 5 documentation
@joelwurtz I changed Socket client docs as well.