File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33namespace MPG ;
44
5- /**
6- * @deprecated
7- */
85class 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 *
You can’t perform that action at this time.
0 commit comments