Completed
Push — in-memory-cache2 ( 924be6...ecda55 )
by André
30:01 queued 10:57
created
eZ/Publish/API/Repository/Tests/ContentServiceTest.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3476,7 +3476,7 @@  discard block
 block discarded – undo
3476 3476
     /**
3477 3477
      * Test for the addRelation() method.
3478 3478
      *
3479
-     * @return \eZ\Publish\API\Repository\Values\Content\Content
3479
+     * @return Relation[]
3480 3480
      *
3481 3481
      * @see \eZ\Publish\API\Repository\ContentService::addRelation()
3482 3482
      * @depends eZ\Publish\API\Repository\Tests\ContentServiceTest::testPublishVersionFromContentDraft
@@ -5926,7 +5926,7 @@  discard block
 block discarded – undo
5926 5926
      * given properties are available in $actualAliases and not more.
5927 5927
      *
5928 5928
      * @param array $expectedAliasProperties
5929
-     * @param array $actualAliases
5929
+     * @param URLAlias[] $actualAliases
5930 5930
      */
5931 5931
     private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases)
5932 5932
     {
@@ -6118,7 +6118,7 @@  discard block
 block discarded – undo
6118 6118
     /**
6119 6119
      * Returns the default fixture of fields used in most tests.
6120 6120
      *
6121
-     * @return \eZ\Publish\API\Repository\Values\Content\Field[]
6121
+     * @return Field[]
6122 6122
      */
6123 6123
     private function createFieldsFixture()
6124 6124
     {
@@ -6241,7 +6241,7 @@  discard block
 block discarded – undo
6241 6241
     }
6242 6242
 
6243 6243
     /**
6244
-     * @param \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct[] $locationsToHide
6244
+     * @param \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct[] $locationsToReveal
6245 6245
      *
6246 6246
      * @dataProvider provideLocationsToHideAndReveal
6247 6247
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Cache/InMemory/InMemoryCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * In Memory Cache constructor.
68 68
      *
69
-     * @param float $ttl Seconds for the cache to live as a float, by default 0.3 (300 milliseconds)
69
+     * @param integer $ttl Seconds for the cache to live as a float, by default 0.3 (300 milliseconds)
70 70
      * @param int $limit Limit for values to keep in cache, by default 100 cache values (per pool instance).
71 71
      * @param bool $enabled For use by configuration to be able to disable or enable depending on needs.
72 72
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     /**
71 71
      * Returns a list of filters to add to the existing list.
72 72
      *
73
-     * @return array An array of filters
73
+     * @return Twig_SimpleFilter[] An array of filters
74 74
      */
75 75
     public function getFilters()
76 76
     {
Please login to merge, or discard this patch.