Skip to content

Commit ec913b5

Browse files
committed
Add version information to deprecation messages
1 parent 2b2be26 commit ec913b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Model/CollectionInfo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __debugInfo()
6060
/**
6161
* Return the maximum number of documents to keep in the capped collection.
6262
*
63-
* @deprecated Deprecated in favor of using getOptions
63+
* @deprecated 1.0 Deprecated in favor of using getOptions
6464
*
6565
* @return integer|null
6666
*/
@@ -73,7 +73,7 @@ public function getCappedMax()
7373
/**
7474
* Return the maximum size (in bytes) of the capped collection.
7575
*
76-
* @deprecated Deprecated in favor of using getOptions
76+
* @deprecated 1.0 Deprecated in favor of using getOptions
7777
*
7878
* @return integer|null
7979
*/
@@ -140,7 +140,7 @@ public function getType(): string
140140
/**
141141
* Return whether the collection is a capped collection.
142142
*
143-
* @deprecated Deprecated in favor of using getOptions
143+
* @deprecated 1.0 Deprecated in favor of using getOptions
144144
*
145145
* @return boolean
146146
*/

0 commit comments

Comments
 (0)