File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
src/MartinGeorgiev/Doctrine Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1212/**
1313 * Implementation of PostgreSQL CIDR data type.
1414 *
15- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-CIDR
15+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-CIDR
1616 * @since 3.0
1717 *
1818 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 1010/**
1111 * Implementation of PostgreSQL CIDR[] data type.
1212 *
13- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-CIDR
13+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-CIDR
1414 * @since 3.0
1515 *
1616 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 77/**
88 * Implementation of PostgreSQL DOUBLE PRECISION[] data type.
99 *
10- * @see https://www.postgresql.org/docs/current /datatype-numeric.html
10+ * @see https://www.postgresql.org/docs/17 /datatype-numeric.html
1111 * @since 3.0
1212 *
1313 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 1212/**
1313 * Implementation of PostgreSQL INET data type.
1414 *
15- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-INET
15+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-INET
1616 * @since 3.0
1717 *
1818 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 1010/**
1111 * Implementation of PostgreSQL INET[] data type.
1212 *
13- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-INET
13+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-INET
1414 * @since 3.0
1515 *
1616 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 1212/**
1313 * Implementation of PostgreSQL MACADDR data type.
1414 *
15- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-MACADDR
15+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-MACADDR
1616 * @since 3.0
1717 *
1818 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 99/**
1010 * Implementation of PostgreSQL MACADDR[] data type.
1111 *
12- * @see https://www.postgresql.org/docs/current /datatype-net-types.html#DATATYPE-MACADDR
12+ * @see https://www.postgresql.org/docs/17 /datatype-net-types.html#DATATYPE-MACADDR
1313 * @since 3.0
1414 *
1515 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 77/**
88 * Implementation of PostgreSQL REAL[] data type.
99 *
10- * @see https://www.postgresql.org/docs/current /datatype-numeric.html
10+ * @see https://www.postgresql.org/docs/17 /datatype-numeric.html
1111 * @since 3.0
1212 *
1313 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 77/**
88 * Implementation of PostgreSQL ARRAY_DIMS().
99 *
10- * @see http ://www.postgresql.org/docs/9.6/static/functions-array.html
10+ * @see https ://www.postgresql.org/docs/9.6/static/functions-array.html
1111 * @since 0.10
1212 *
1313 * @author Martin Georgiev <martin.georgiev@gmail.com>
Original file line number Diff line number Diff line change 77/**
88 * Implementation of PostgreSQL ARRAY_LENGTH().
99 *
10- * @see http ://www.postgresql.org/docs/9.4/static/functions-array.html
10+ * @see https ://www.postgresql.org/docs/9.4/static/functions-array.html
1111 * @since 0.9
1212 *
1313 * @author Martin Georgiev <martin.georgiev@gmail.com>
You can’t perform that action at this time.
0 commit comments