Skip to content

Commit a78672b

Browse files
committed
Remove trailing whitespace
1 parent 006a340 commit a78672b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/reference/data-retrieval-and-manipulation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ position of the variable to bind into the ``bindValue()`` method:
104104
$stmt->bindValue(1, $id);
105105
$stmt->bindValue(2, $status);
106106
$resultSet = $stmt->executeQuery();
107-
107+
108108
.. note::
109109

110110
The numerical parameters in ``bindValue()`` start with the needle
111-
``1``.
111+
``1``.
112112

113113
Named parameters have the advantage that their labels can be re-used and only need to be bound once:
114114

0 commit comments

Comments
 (0)