Completed
Push — EZP-26146-location-swap-urlali... ( 8c8e66...1d10ee )
by
unknown
327:46 queued 295:37
created
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -742,8 +742,8 @@
 block discarded – undo
742 742
      * $parentLocationIdList.
743 743
      *
744 744
      * @param string $contentName
745
-     * @param $contentDescription
746
-     * @param array $parentLocationIdList
745
+     * @param string $contentDescription
746
+     * @param integer[] $parentLocationIdList
747 747
      *
748 748
      * @return \eZ\Publish\API\Repository\Values\Content\Content
749 749
      */
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
      * Ported from the legacy code
185 185
      * @see https://github.com/ezsystems/ezpublish-legacy/blob/master/kernel/search/plugins/ezsearchengine/ezsearchengine.php#L386
186 186
      *
187
-     * @param mixed $contentId
187
+     * @param integer $contentId
188 188
      * @param mixed|null $versionId
189 189
      *
190 190
      * @return bool
Please login to merge, or discard this patch.
Core/Helper/Tests/ContentInfoLocationLoader/SudoMainLocationLoaderTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     }
59 59
 
60 60
     /**
61
-     * @return \eZ\Publish\Core\Repository\Repository|\PHPUnit_Framework_MockObject_MockObject
61
+     * @return \eZ\Publish\API\Repository\Repository
62 62
      */
63 63
     private function getRepositoryMock()
64 64
     {
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/FieldValue/Converter/IntegerConverter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      *
29 29
      * @note Class should instead be configured as service if it gains dependencies.
30 30
      *
31
-     * @return Integer
31
+     * @return IntegerConverter
32 32
      */
33 33
     public static function create()
34 34
     {
Please login to merge, or discard this patch.