Completed
Push — ezp_30973 ( feb262...9f83f6 )
by
unknown
14:39
created
Core/Persistence/Cache/Adapter/TransactionalInMemoryCacheAdapter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -68,6 +68,7 @@
 block discarded – undo
68 68
 
69 69
     /**
70 70
      * {@inheritdoc}
71
+     * @param string $key
71 72
      */
72 73
     public function getItem($key)
73 74
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,9 +9,7 @@
 block discarded – undo
9 9
 namespace eZ\Publish\API\Repository\Tests\SetupFactory;
10 10
 
11 11
 use Doctrine\DBAL\Connection;
12
-use Doctrine\DBAL\DBALException;
13 12
 use Doctrine\DBAL\Driver\PDOException;
14
-use Doctrine\DBAL\Schema\Schema;
15 13
 use eZ\Publish\API\Repository\Tests\LegacySchemaImporter;
16 14
 use eZ\Publish\Core\Base\ServiceContainer;
17 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
Please login to merge, or discard this patch.
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.
eZ/Bundle/EzPublishIOBundle/Tests/EventListener/StreamFileListenerTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,6 +143,7 @@  discard block
 block discarded – undo
143 143
     }
144 144
 
145 145
     /**
146
+     * @param string $semanticPath
146 147
      * @return Request
147 148
      */
148 149
     protected function createRequest($semanticPath, $host = 'localhost')
@@ -154,7 +155,7 @@  discard block
 block discarded – undo
154 155
     }
155 156
 
156 157
     /**
157
-     * @param $request
158
+     * @param Request $request
158 159
      *
159 160
      * @return RequestEvent
160 161
      */
Please login to merge, or discard this patch.