Completed
Push — ezp-30882-thumbnail ( c2bd81...097891 )
by
unknown
13:37
created
Bundle/EzPublishCoreBundle/Tests/Converter/AbstractParamConverterTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 
14 14
 abstract class AbstractParamConverterTest extends TestCase
15 15
 {
16
+    /**
17
+     * @param string $name
18
+     */
16 19
     public function createConfiguration($class = null, $name = null)
17 20
     {
18 21
         $config = $this
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
19 19
 use eZ\Publish\SPI\Persistence\Content\Field;
20 20
 use eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct as RelationCreateStruct;
21
-use Doctrine\DBAL\DBALException;
22 21
 use PDOException;
23 22
 
24 23
 /**
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.
Core/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway;
13 13
 use eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct;
14 14
 use eZ\Publish\SPI\Persistence\Content\Location\CreateStruct;
15
-use Doctrine\DBAL\DBALException;
16 15
 use PDOException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.