Skip to content

Commit

Permalink
doc: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Sep 27, 2015
1 parent 3b085c7 commit 6daf58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/param-placeholders.texy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Dbal allows you easy way to escape and build your SQL query. You can use powerfu
|* `%dts`, `%?dts`, `%dts[]` | datetime | datetime with [conversion to simple storage time zone | datetime]
|* `%any`, `%any[]` | | any value scalary value, array of scalar values

All modifiers require receiving argument of the modifier data type - eg. `%f` accepts only floats and integers.
All modifiers require receiving an argument of the specific modifier data type - eg. `%f` accepts only floats and integers.

/--php
$connection->query('id = %i AND name IN (%?s, %?s)', 1, NULL, 'foo');
Expand Down

0 comments on commit 6daf58e

Please sign in to comment.