From 7fdcfe93c5dfa2101b55177fdb0fdb969f511ba3 Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Thu, 18 Dec 2025 00:59:50 +0000 Subject: [PATCH] Remove (if required) --- reference/pdo/pdo/quote.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ - PDO::quote places quotes around the input string (if - required) and escapes special characters within the input string, using a + PDO::quote places quotes around the input string + and escapes special characters within the input string, using a quoting style appropriate to the underlying driver.