Completed
Push — sf_cache ( 1e28fd...f6a6ab )
by André
27:43 queued 12:23
created
eZ/Publish/SPI/Persistence/Content/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,6 @@  discard block
 block discarded – undo
82 82
      * @todo Define behaviour on missing item.
83 83
      *
84 84
      * @param array $contentIds
85
-     * @param array|null $languagePriority (@todo this will be added in some form as part of language work)
86 85
      *
87 86
      * @return \eZ\Publish\SPI\Persistence\Content\ContentInfo[]
88 87
      */
@@ -227,6 +226,7 @@  discard block
 block discarded – undo
227 226
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::EMBED,
228 227
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::LINK,
229 228
      *                 \eZ\Publish\API\Repository\Values\Content\Relation::FIELD}
229
+     * @return void
230 230
      */
231 231
     public function removeRelation($relationId, $type);
232 232
 
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Cache/Tests/AbstractBaseHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @param $key
112
+     * @param string $key
113 113
      * @param null $value If null the cache item will be assumed to be a cache miss here.
114 114
      * @param int $defaultLifetime
115 115
      *
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Cache/Tests/PersistenceHandlerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\Core\Persistence\Cache\Tests;
10 10
 
11
-use PHPUnit_Framework_TestCase;
12
-
13 11
 /**
14 12
  * Test case for Persistence\Cache\Handler.
15 13
  */
Please login to merge, or discard this patch.
eZ/Publish/SPI/Persistence/Content/Type/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@  discard block
 block discarded – undo
51 51
      * @todo Define behaviour on missing item.
52 52
      *
53 53
      * @param array $groupIds
54
-     * @param array|null $languagePriority (@todo this will be added in some form as part of language work)
55 54
      *
56 55
      * @return \eZ\Publish\SPI\Persistence\Content\Type\Group[]
57 56
      */
@@ -252,6 +251,7 @@  discard block
 block discarded – undo
252 251
      * @param mixed $fieldDefinitionId
253 252
      *
254 253
      * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If field is not found
254
+     * @return null|boolean
255 255
      */
256 256
     public function removeFieldDefinition($contentTypeId, $status, $fieldDefinitionId);
257 257
 
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Cache/Http/SignalSlot/PurgeAllHttpCacheSlot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot;
10 10
 
11 11
 use eZ\Publish\Core\SignalSlot\Signal;
12
-use eZ\Publish\Core\SignalSlot\Slot;
13 12
 
14 13
 /**
15 14
  * An abstract slot for clearing all http caches.
Please login to merge, or discard this patch.