Skip to content

Commit

Permalink
[Documentation] Adding "versionadded" (#6336)
Browse files Browse the repository at this point in the history
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | none

#### Summary

Page:
https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/reference/types.html#bigint

The `int`-mapping needs to be added at
https://www.doctrine-project.org/projects/doctrine-orm/en/3.1/reference/basic-mapping.html#doctrine-mapping-types
too!

What is the right version information? Is it only working if you have
DBAL 4 **and** ORM 3?
  • Loading branch information
ThomasLandauer committed Mar 19, 2024
1 parent cbc2e57 commit bd7e79f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Values retrieved from the database are always converted to PHP's ``integer`` typ
if they are within PHP's integer range or ``string`` if they aren't.
Otherwise, returns ``null`` if no data is present.

.. versionadded:: 4.0

The mapping to PHP `int` was added in version 4.0

.. note::

Due to architectural differences, 32-bit PHP systems have a smaller
Expand Down

0 comments on commit bd7e79f

Please sign in to comment.