Completed
Push — ezp_30827 ( efb07b...c9282f )
by
unknown
28:57 queued 15:52
created
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.