summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/bug_47769.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/bug_47769.phpt')
-rw-r--r--ext/pdo/tests/bug_47769.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/bug_47769.phpt b/ext/pdo/tests/bug_47769.phpt
index f713effd5d..c0ac8350ce 100644
--- a/ext/pdo/tests/bug_47769.phpt
+++ b/ext/pdo/tests/bug_47769.phpt
@@ -16,7 +16,7 @@ class test extends PDO
private function isPrivate() {
echo "this is a private method.\n";
}
-
+
public function quote($str, $paramtype = NULL) {
$this->isProtected();
$this->isPrivate();