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 @@ -59,7 +59,7 @@ public function __debugInfo()
59
59
/**
60
60
* Return the maximum number of documents to keep in the capped collection.
61
61
*
62
- * @deprecated Deprecated in favor of using getOptions
62
+ * @deprecated 1.0 Deprecated in favor of using getOptions
63
63
*
64
64
* @return integer|null
65
65
*/
@@ -72,7 +72,7 @@ public function getCappedMax()
72
72
/**
73
73
* Return the maximum size (in bytes) of the capped collection.
74
74
*
75
- * @deprecated Deprecated in favor of using getOptions
75
+ * @deprecated 1.0 Deprecated in favor of using getOptions
76
76
*
77
77
* @return integer|null
78
78
*/
@@ -139,7 +139,7 @@ public function getType() : string
139
139
/**
140
140
* Return whether the collection is a capped collection.
141
141
*
142
- * @deprecated Deprecated in favor of using getOptions
142
+ * @deprecated 1.0 Deprecated in favor of using getOptions
143
143
*
144
144
* @return boolean
145
145
*/
You can’t perform that action at this time.
0 commit comments