Skip to content

Commit 4a4a52a

Browse files
1 parent 672c09f commit 4a4a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/param-modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dbal allows you to escape and build safe SQL query. It provides these powerful p
1010
| `%b`, `%?b`, `%b[]`, `%...b[]` | boolean | not nullable, nullable, array of |
1111
| `%dt`, `%?dt`, `%dt[]`, `%...dt[]` | datetime | not nullable, nullable, array of<br>read more about [datetime handling](datetime); using wrong modifier may damage your data |
1212
| `%ldt`, `%?ldt`, `%ldt[]`, `%...ldt[]` | local datetime | datetime without timezone conversion<br>read more about [datetime handling](datetime); using wrong modifier may damage your data |
13-
| `%lt`, `%?ld`, `%ld[]`, `%...ld[]` | local date | a date; pass DateTimeInterface instance, DBAL will pick just the date nevertheless the time or timezone |
13+
| `%ld`, `%?ld`, `%ld[]`, `%...ld[]` | local date | a date; pass DateTimeInterface instance, DBAL will pick just the date nevertheless the time or timezone |
1414
| `%di`, `%?di`, `%di[]`, `%...di[]` | date interval | DateInterval instance |
1515
| `%blob`, `%?blob`, `%blob[]` | binary string | not nullable, nullable, array of |
1616
| `%json`, `%?json`, `%json[]`, `%...json[]` | any | not nullable, nullable, array of |

0 commit comments

Comments
 (0)