Skip to content

Commit

Permalink
Update annotations.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
scyzoryck authored Apr 21, 2023
1 parent e47bc65 commit 0884c70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/reference/annotations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -413,21 +413,21 @@ Available Types:
+------------------------------------------------------------+--------------------------------------------------+
| DateTimeInterface<'format'> | PHP's DateTimeInterface interface (custom |
| | format/default timezone) |
| | Data will be always deserialised into |
| | `\DateTime` object |
| | Data will be deserialised into |
| | `\\DateTime` object |
+------------------------------------------------------------+--------------------------------------------------+
| DateTimeInterface<'format', 'zone'> | PHP's DateTimeInterface interface (custom |
| | format/timezone) |
| | Data will be always deserialised into |
| | `\DateTime` object |
| | Data will be deserialised into |
| | `\\DateTime` object |
+------------------------------------------------------------+--------------------------------------------------+
| DateTimeInterface<'format', 'zone', 'deserializeFormats'> | PHP's DateTimeInterface interface (custom |
| | format/timezone/deserialize format). If you do |
| | not want to specify a specific timezone, use an |
| | empty string (''). DeserializeFormats can either |
| | be a string or an array of string. |
| | Data will be always deserialised into |
| | `\DateTime` object |
| | Data will be deserialised into |
| | `\\DateTime` object |
+------------------------------------------------------------+--------------------------------------------------+
| DateInterval | PHP's DateInterval object using ISO 8601 format |
+------------------------------------------------------------+--------------------------------------------------+
Expand Down

0 comments on commit 0884c70

Please sign in to comment.