Skip to content

Commit f04e764

Browse files
committed
Revert src/Types/IntIdType.php
1 parent 9602bdd commit f04e764

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Types/IntIdType.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace Doctrine\ODM\MongoDB\Types;
6+
7+
/**
8+
* The Integer Id type.
9+
*
10+
* @deprecated IntIdType was deprecated in doctrine/mongodb-odm 2.1 and will be removed in 3.0. Use IntType instead.
11+
*/
12+
class IntIdType extends IntType
13+
{
14+
}

0 commit comments

Comments
 (0)