Skip to content

Commit 6c59254

Browse files
docs: use the same style for the version used in @since annotation
1 parent 877d929 commit 6c59254

15 files changed

+15
-15
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL check if all texts on the right side exist on the left-side JSONB (using ?&).
99
*
1010
* @see https://www.postgresql.org/docs/14/functions-json.html
11-
* @since 2.3.0
11+
* @since 2.3
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL check if any text on the right side exists on the left-side JSONB (using ?|).
99
*
1010
* @see https://www.postgresql.org/docs/14/functions-json.html
11-
* @since 2.3.0
11+
* @since 2.3
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL DATERANGE().
99
*
1010
* @see https://www.postgresql.org/docs/17/rangetypes.html
11-
* @since 2.9.0
11+
* @since 2.9
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL deletion of a field at the specified path (using #-).
99
*
1010
* @see https://www.postgresql.org/docs/14/functions-json.html
11-
* @since 2.3.0
11+
* @since 2.3
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL REGEXP_REPLACE().
99
*
1010
* @see https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP
11-
* @since 2.5.0
11+
* @since 2.5
1212
*
1313
* @author Colin Doig
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL INT4RANGE().
99
*
1010
* @see https://www.postgresql.org/docs/17/rangetypes.html
11-
* @since 2.9.0
11+
* @since 2.9
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL INT8RANGE().
99
*
1010
* @see https://www.postgresql.org/docs/17/rangetypes.html
11-
* @since 2.9.0
11+
* @since 2.9
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL NUMRANGE().
99
*
1010
* @see https://www.postgresql.org/docs/17/rangetypes.html
11-
* @since 2.9.0
11+
* @since 2.9
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL REGEXP_REPLACE().
99
*
1010
* @see https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP
11-
* @since 2.5.0
11+
* @since 2.5
1212
*
1313
* @author Colin Doig
1414
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Implementation of PostgreSQL check if a given JSON value will return value for teh left-side JSONB (using @?).
99
*
1010
* @see https://www.postgresql.org/docs/14/functions-json.html
11-
* @since 2.3.0
11+
* @since 2.3
1212
*
1313
* @author Martin Georgiev <martin.georgiev@gmail.com>
1414
*/

0 commit comments

Comments
 (0)