Skip to content

Commit 6849306

Browse files
committed
Update PHPDoc links
1 parent eba4b4d commit 6849306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/php/MPG/IndexesController.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function manage() : ViewResponse {
1515
}
1616

1717
/**
18-
* @see https://docs.mongodb.com/php-library/v1.6/reference/method/MongoDBCollection-createIndex/index.html
18+
* @see https://docs.mongodb.com/php-library/v1.12/reference/method/MongoDBCollection-createIndex/index.html
1919
*/
2020
public function create() : JsonResponse {
2121

@@ -44,7 +44,7 @@ public function create() : JsonResponse {
4444
}
4545

4646
/**
47-
* @see https://docs.mongodb.com/php-library/v1.6/reference/method/MongoDBCollection-listIndexes/index.html
47+
* @see https://docs.mongodb.com/php-library/v1.12/reference/method/MongoDBCollection-listIndexes/index.html
4848
*/
4949
public function list() : JsonResponse {
5050

@@ -79,7 +79,7 @@ public function list() : JsonResponse {
7979
}
8080

8181
/**
82-
* @see https://docs.mongodb.com/php-library/v1.6/reference/method/MongoDBCollection-dropIndex/index.html
82+
* @see https://docs.mongodb.com/php-library/v1.12/reference/method/MongoDBCollection-dropIndex/index.html
8383
*/
8484
public function drop() : JsonResponse {
8585

0 commit comments

Comments
 (0)