-
Notifications
You must be signed in to change notification settings - Fork 265
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
DOCSP-36627: Additional double backslash fixes for v1.17 #1243
Conversation
0763b50
to
af0f162
Compare
af0f162
to
902fb55
Compare
902fb55
to
6c18f10
Compare
@@ -15,7 +15,7 @@ MongoDB\\add_logger() | |||
Definition | |||
---------- | |||
|
|||
.. phpmethod:: MongoDB\\add_logger() | |||
.. phpmethod:: MongoDB\add_logger() |
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.
@norareidy: The "Behavior" section later in this file has:
`Psr\\Log\\LoggerInterface <https://www.php-fig.org/psr/psr-3/#3-psrlogloggerinterface>`__
I assume the escaping there needs to stay since it's basic link syntax? We only need to remove escaping within directives.
Similar to what you had to do in https://github.com/mongodb/mongo-php-library/pull/1244/files#diff-0494d8195d629119e6de652538a76bd23063d2234cf08cad50eeebc94e6dee99R34
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.
Yeah, the \\
should stay in that case since it's not a directive
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.
lgtm!
@@ -15,7 +15,7 @@ MongoDB\\add_logger() | |||
Definition | |||
---------- | |||
|
|||
.. phpmethod:: MongoDB\\add_logger() | |||
.. phpmethod:: MongoDB\add_logger() |
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.
Yeah, the \\
should stay in that case since it's not a directive
* DOCSP-36627: Additional double backslash fixes for v1.17 (#1243) Co-authored-by: Nora Reidy <[email protected]>
Merges #1239 from v1.16 up to v1.17 and applies additional fixes.
/cc @norareidy (I'm unable to tag you for review)