@@ -63,7 +63,7 @@ |
||
63 | 63 | * Inserts a new content object. |
64 | 64 | * |
65 | 65 | * @param \eZ\Publish\SPI\Persistence\Content\CreateStruct $struct |
66 | - * @param mixed $currentVersionNo |
|
66 | + * @param integer $currentVersionNo |
|
67 | 67 | * |
68 | 68 | * @return int ID |
69 | 69 | */ |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use eZ\Publish\SPI\Persistence\Content\VersionInfo; |
18 | 18 | use eZ\Publish\SPI\Persistence\Content\Field; |
19 | 19 | use eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct as RelationCreateStruct; |
20 | -use Doctrine\DBAL\DBALException; |
|
21 | 20 | use PDOException; |
22 | 21 | use RuntimeException; |
23 | 22 |