Skip to content

Commit 1ed5403

Browse files
committed
Add version information to deprecation messages
1 parent e42d751 commit 1ed5403

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
@@ -59,7 +59,7 @@ public function __debugInfo()
5959
/**
6060
* Return the maximum number of documents to keep in the capped collection.
6161
*
62-
* @deprecated Deprecated in favor of using getOptions
62+
* @deprecated 1.0 Deprecated in favor of using getOptions
6363
*
6464
* @return integer|null
6565
*/
@@ -72,7 +72,7 @@ public function getCappedMax()
7272
/**
7373
* Return the maximum size (in bytes) of the capped collection.
7474
*
75-
* @deprecated Deprecated in favor of using getOptions
75+
* @deprecated 1.0 Deprecated in favor of using getOptions
7676
*
7777
* @return integer|null
7878
*/
@@ -139,7 +139,7 @@ public function getType() : string
139139
/**
140140
* Return whether the collection is a capped collection.
141141
*
142-
* @deprecated Deprecated in favor of using getOptions
142+
* @deprecated 1.0 Deprecated in favor of using getOptions
143143
*
144144
* @return boolean
145145
*/

0 commit comments

Comments
 (0)