Completed
Push — feature-EZP-25696 ( 7ceebc...136a7c )
by André
33:36 queued 20:44
created
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.
eZ/Publish/Core/Repository/Mapper/SortClauseMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      *
24 24
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
25 25
      *
26
-     * @return \eZ\Publish\API\Repository\Values\Content\Query\SortClause[]
26
+     * @return SortClause[]
27 27
      */
28 28
     public function getSortClauseFromLocation(Location $location)
29 29
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/SearchService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
      *
335 335
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
336 336
      *
337
-     * @return \eZ\Publish\API\Repository\Values\Content\Query\SortClause[]
337
+     * @return Query\SortClause[]
338 338
      */
339 339
     public function getSortClauseFromLocation(Location $location)
340 340
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Cache/Http/Proxy/TagAwareStore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
      * @param string $tag    The tag key
63 63
      * @param string $digest The digest hash to store representing the cache item.
64 64
      *
65
-     * @return bool|void
65
+     * @return false|null
66 66
      */
67 67
     private function saveTag($tag, $digest)
68 68
     {
Please login to merge, or discard this patch.