File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function __debugInfo()
60
60
/**
61
61
* Return the maximum number of documents to keep in the capped collection.
62
62
*
63
- * @deprecated Deprecated in favor of using getOptions
63
+ * @deprecated 1.0 Deprecated in favor of using getOptions
64
64
*
65
65
* @return integer|null
66
66
*/
@@ -73,7 +73,7 @@ public function getCappedMax()
73
73
/**
74
74
* Return the maximum size (in bytes) of the capped collection.
75
75
*
76
- * @deprecated Deprecated in favor of using getOptions
76
+ * @deprecated 1.0 Deprecated in favor of using getOptions
77
77
*
78
78
* @return integer|null
79
79
*/
@@ -140,7 +140,7 @@ public function getType(): string
140
140
/**
141
141
* Return whether the collection is a capped collection.
142
142
*
143
- * @deprecated Deprecated in favor of using getOptions
143
+ * @deprecated 1.0 Deprecated in favor of using getOptions
144
144
*
145
145
* @return boolean
146
146
*/
You can’t perform that action at this time.
0 commit comments