Skip to content

Commit 462a8fb

Browse files
fix(pdo_pgsql/constants): Correct use of null values (#3997)
1 parent 799e54d commit 462a8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/pdo_pgsql/constants.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<para>
3030
Returns the amount of memory, in bytes, allocated to the specified query result
3131
<classname>PDOStatement</classname> instance,
32-
or null if no results exist before the query is executed.
32+
or &null; if no results exist before the query is executed.
3333
Available as of PHP 8.4.0.
3434
</para>
3535
</listitem>

0 commit comments

Comments
 (0)