Skip to content

Commit c82529b

Browse files
Madalin Igniscamfn
Madalin Ignisca
andauthored
Update config/ide-helper.php
Let's hope users know to switch to the version locked by composer. Co-authored-by: Markus Podar <[email protected]>
1 parent 7cf8a51 commit c82529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ide-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
| The value of the array is an array of type mappings. Key is the name of the custom type,
207207
| (for example, "jsonb" from Postgres 9.4) and the value is the name of the corresponding Doctrine2 type (in
208208
| our case it is 'json_array'. Doctrine types are listed here:
209-
| https://www.doctrine-project.org/projects/doctrine-dbal/en/2.12/reference/types.html#types
209+
| https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/types.html#types
210210
|
211211
| So to support jsonb in your models when working with Postgres, just add the following entry to the array below:
212212
|

0 commit comments

Comments
 (0)