Skip to content

pdo: fix typo and small mistake #4267

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

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference/pdo_pgsql/pdo-pgsql.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<reference xml:id="class.pdo-pgsql" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The Pdo\pgsql class</title>
<titleabbrev>Pdo\pgsql</titleabbrev>
<title>The Pdo\Pgsql class</title>
<titleabbrev>Pdo\Pgsql</titleabbrev>

<partintro>

Expand Down
2 changes: 1 addition & 1 deletion reference/pdo_pgsql/pdo/pgsql/copytoarray.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>fields</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<simpara>
Copies data from <parameter>tableName</parameter> into array using <parameter>delimiter</parameter> as fields delimiter and <parameter>fields</parameter> list
Copies data from <parameter>tableName</parameter> into array using <parameter>separator</parameter> as fields delimiter and <parameter>fields</parameter> list
</simpara>
</refsect1>

Expand Down
1 change: 0 additions & 1 deletion reference/pdo_pgsql/pdo/pgsql/setnoticecallback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<programlisting role="php">
<![CDATA[
<?php
<?php
$pdo = new Pdo\Pgsql('pgsql:dbname=test host=localhost', $user, $pass);

$pdo->exec('CREATE TABLE parent(id int primary key)');
Expand Down
Loading