Skip to content

Commit c866ae3

Browse files
chore: tidy up links in some of the phpdoc blocks (#319)
1 parent 4cdc638 commit c866ae3

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/MartinGeorgiev/Doctrine/DBAL/Types/Cidr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/CidrArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/DoublePrecisionArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/Inet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/InetArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/Macaddr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/MacaddrArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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>

src/MartinGeorgiev/Doctrine/DBAL/Types/RealArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/ArrayDimensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

src/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/ArrayLength.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

0 commit comments

Comments
 (0)