Completed
Push — 6.7 ( b74cd7...bac3e8 )
by André
21:14
created
eZ/Publish/API/Repository/Tests/FieldType/BinaryFileIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use eZ\Publish\Core\FieldType\BinaryFile\Value as BinaryFileValue;
14 14
 use eZ\Publish\API\Repository\Values\Content\Field;
15
-use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
16 15
 
17 16
 /**
18 17
  * Integration test for use field type.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/FieldType/FloatIntegrationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 namespace eZ\Publish\API\Repository\Tests\FieldType;
12 12
 
13
-use eZ\Publish\Core\FieldType\Float\Type;
14 13
 use eZ\Publish\Core\FieldType\Float\Value as FloatValue;
15 14
 use eZ\Publish\API\Repository\Values\Content\Field;
16 15
 
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/BinaryFile/Type.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use eZ\Publish\Core\FieldType\BinaryBase\Type as BinaryBaseType;
14 14
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
15 15
 use eZ\Publish\SPI\FieldType\Value as SPIValue;
16
-use eZ\Publish\Core\FieldType\Value as BaseValue;
17 16
 
18 17
 /**
19 18
  * The TextLine field type.
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use eZ\Publish\Core\MVC\Symfony\RequestStackAware;
16 16
 use eZ\Publish\Core\MVC\Symfony\Routing\RouteReference;
17 17
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
18
-use Symfony\Component\HttpFoundation\Request;
19 18
 
20 19
 class RouteReferenceGenerator implements RouteReferenceGeneratorInterface
21 20
 {
Please login to merge, or discard this patch.
Legacy/Tests/Content/_fixtures/extract_content_from_rows_result.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use eZ\Publish\SPI\Persistence\Content\ContentInfo;
5 5
 use eZ\Publish\SPI\Persistence\Content\Field;
6 6
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
7
-use eZ\Publish\SPI\Persistence\Content\Location;
8 7
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
9 8
 
10 9
 $content = new Content();
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Tests/Content/StorageHandlerTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * Returns a context mock.
184 184
      *
185
-     * @return array
185
+     * @return integer[]
186 186
      */
187 187
     protected function getContextMock()
188 188
     {
@@ -223,6 +223,9 @@  discard block
 block discarded – undo
223 223
         return $this->storageMock;
224 224
     }
225 225
 
226
+    /**
227
+     * @return VersionInfo
228
+     */
226 229
     protected function getVersionInfoMock()
227 230
     {
228 231
         if (!isset($this->versionInfoMock)) {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Tests/Content/Type/ContentTypeHandlerTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1141,7 +1141,7 @@  discard block
 block discarded – undo
1141 1141
     /**
1142 1142
      * Returns a handler to test with $methods mocked.
1143 1143
      *
1144
-     * @param array $methods
1144
+     * @param string[] $methods
1145 1145
      *
1146 1146
      * @return \eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler
1147 1147
      */
@@ -1177,7 +1177,7 @@  discard block
 block discarded – undo
1177 1177
     /**
1178 1178
      * Returns a mapper mock.
1179 1179
      *
1180
-     * @param array $methods
1180
+     * @param string[] $methods
1181 1181
      *
1182 1182
      * @return \eZ\Publish\Core\Persistence\Legacy\Content\Type\Mapper
1183 1183
      */
Please login to merge, or discard this patch.
Legacy/Tests/Content/Type/ContentUpdater/Action/AddFieldTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -510,7 +510,7 @@  discard block
 block discarded – undo
510 510
      * Returns a Content fixture.
511 511
      *
512 512
      * @param int $versionNo
513
-     * @param array $languageCodes
513
+     * @param string[] $languageCodes
514 514
      *
515 515
      * @return \eZ\Publish\SPI\Persistence\Content
516 516
      */
@@ -570,7 +570,7 @@  discard block
 block discarded – undo
570 570
     /**
571 571
      * Returns a Content StorageHandler mock.
572 572
      *
573
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
573
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
574 574
      */
575 575
     protected function getContentStorageHandlerMock()
576 576
     {
@@ -590,7 +590,7 @@  discard block
 block discarded – undo
590 590
     /**
591 591
      * Returns a Content mapper mock.
592 592
      *
593
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Mapper
593
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
594 594
      */
595 595
     protected function getContentMapperMock()
596 596
     {
Please login to merge, or discard this patch.
Legacy/Tests/Content/Type/ContentUpdater/Action/RemoveFieldTest.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,6 +268,8 @@  discard block
 block discarded – undo
268 268
     /**
269 269
      * Returns a Content fixture.
270 270
      *
271
+     * @param integer $versionNo
272
+     * @param string[] $languageCodes
271 273
      * @return \eZ\Publish\SPI\Persistence\Content
272 274
      */
273 275
     protected function getContentFixture($versionNo, $languageCodes)
@@ -321,7 +323,7 @@  discard block
 block discarded – undo
321 323
     /**
322 324
      * Returns a Content StorageHandler mock.
323 325
      *
324
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
326
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\StorageHandler
325 327
      */
326 328
     protected function getContentStorageHandlerMock()
327 329
     {
@@ -341,7 +343,7 @@  discard block
 block discarded – undo
341 343
     /**
342 344
      * Returns a Content mapper mock.
343 345
      *
344
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\Persistence\Legacy\Content\Mapper
346
+     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
345 347
      */
346 348
     protected function getContentMapperMock()
347 349
     {
Please login to merge, or discard this patch.