[DOC-CVS] [doc-en] master: Remove (if required) (#5046)
[email protected] (Kamil Tekiela via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Kamil Tekiela (kamil-tekiela)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2025-12-27T00:11:00Z
Commit: https://github.com/php/doc-en/commit/a58aa95a35db6f3c5bebd8e4cff5c4abeea1441b
Raw diff: https://github.com/php/doc-en/commit/a58aa95a35db6f3c5bebd8e4cff5c4abeea1441b.diff
Remove (if required) (#5046)
Changed paths:
M reference/pdo/pdo/quote.xml
Diff:
diff --git a/reference/pdo/pdo/quote.xml b/reference/pdo/pdo/quote.xml
index 61e7de695d99..cfaa20578080 100644
--- a/reference/pdo/pdo/quote.xml
+++ b/reference/pdo/pdo/quote.xml
@@ -16,8 +16,8 @@
</methodsynopsis>
<para>
- <methodname>PDO::quote</methodname> places quotes around the input string (if
- required) and escapes special characters within the input string, using a
+ <methodname>PDO::quote</methodname> places quotes around the input string
+ and escapes special characters within the input string, using a
quoting style appropriate to the underlying driver.
</para>
<para>