@@ -287,7 +287,7 @@ |
||
| 287 | 287 | * Load nodes by id. |
| 288 | 288 | * |
| 289 | 289 | * @param string $class Force check node type |
| 290 | - * @param bool $deleted |
|
| 290 | + * @param integer $deleted |
|
| 291 | 291 | */ |
| 292 | 292 | public function findNodesById(array $id = [], ?string $class = null, int $deleted = NodeInterface::DELETED_INCLUDE): Generator |
| 293 | 293 | { |
@@ -12,7 +12,6 @@ |
||
| 12 | 12 | namespace Balloon\Migration\Delta; |
| 13 | 13 | |
| 14 | 14 | use MongoDB\Database; |
| 15 | -use MongoDB\Driver\Exception\CommandException; |
|
| 16 | 15 | use MongoDB\Driver\Exception\RuntimeException; |
| 17 | 16 | |
| 18 | 17 | class Md5BlobIgnoreNull implements DeltaInterface |