Skip to content

Commit e17dfb4

Browse files
committed
Update PHPDoc links
1 parent f0aa786 commit e17dfb4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

source/php/MPG/CollectionsController.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/MongoDBDatabase-listCollections/index.html
18+
* @see https://docs.mongodb.com/php-library/v1.12/reference/method/MongoDBDatabase-listCollections/index.html
1919
*/
2020
public function list() : JsonResponse {
2121

@@ -48,7 +48,7 @@ public function list() : JsonResponse {
4848
}
4949

5050
/**
51-
* @see https://docs.mongodb.com/php-library/v1.6/reference/method/MongoDBDatabase-createCollection/index.html
51+
* @see https://docs.mongodb.com/php-library/v1.12/reference/method/MongoDBDatabase-createCollection/index.html
5252
*/
5353
public function create() : JsonResponse {
5454

@@ -107,7 +107,7 @@ public function rename() : JsonResponse {
107107
}
108108

109109
/**
110-
* @see https://docs.mongodb.com/php-library/v1.6/reference/method/MongoDBCollection-drop/index.html
110+
* @see https://docs.mongodb.com/php-library/v1.12/reference/method/MongoDBCollection-drop/index.html
111111
*/
112112
public function drop() : JsonResponse {
113113

source/php/MPG/Controller.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace MPG;
44

5-
/**
6-
* @deprecated
7-
*/
85
class Controller {
96

107
/**
@@ -22,6 +19,7 @@ private function getRequestBody() : ?string {
2219

2320
/**
2421
* Returns request body, decoded.
22+
* @deprecated
2523
*
2624
* @throws \Exception
2725
*

0 commit comments

Comments
 (0)