@@ -158,7 +158,7 @@ |
||
| 158 | 158 | /** |
| 159 | 159 | * Find a single row by ID. |
| 160 | 160 | * |
| 161 | - * @param mixed $id |
|
| 161 | + * @param string $id |
|
| 162 | 162 | * @param bool $includeData |
| 163 | 163 | * |
| 164 | 164 | * @return array|null |
@@ -19,9 +19,7 @@ |
||
| 19 | 19 | |
| 20 | 20 | namespace Doctrine\Common\Cache; |
| 21 | 21 | |
| 22 | -use MongoBinData; |
|
| 23 | 22 | use MongoCollection; |
| 24 | -use MongoCursorException; |
|
| 25 | 23 | use MongoDate; |
| 26 | 24 | use MongoDB\Collection; |
| 27 | 25 | |