Completed
Push — ezp25003-trash_subitems_count_... ( 5e3f64...ad54bd )
by André
29:42
created
eZ/Publish/Core/Repository/Tests/Service/Mock/DomainMapperTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @return \eZ\Publish\SPI\Persistence\Content\Language\Handler|\PHPUnit_Framework_MockObject_MockObject
139
+     * @return SPILanguage\Handler
140 140
      */
141 141
     protected function getLanguageHandlerMock()
142 142
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler|\PHPUnit_Framework_MockObject_MockObject
147
+     * @return \eZ\Publish\SPI\Persistence\Content\Type\Handler
148 148
      */
149 149
     protected function getTypeHandlerMock()
150 150
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/URLAliasService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
      * @param bool $showAllTranslations
296 296
      * @param string[] $prioritizedLanguageList
297 297
      *
298
-     * @return string|bool
298
+     * @return false|string
299 299
      */
300 300
     protected function extractPath(
301 301
         SPIURLAlias $spiUrlAlias,
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
641 641
      * @param string $languageCode
642 642
      * @param null|bool $showAllTranslations
643
-     * @param null|string[] $prioritizedLanguageList
643
+     * @param string[] $prioritizedLanguageList
644 644
      *
645 645
      * @return \eZ\Publish\API\Repository\Values\Content\URLAlias
646 646
      */
Please login to merge, or discard this patch.
Publish/Core/REST/Common/Tests/Output/ValueObjectVisitorDispatcherTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @return \PHPUnit_Framework_MockObject_MockObject|\eZ\Publish\Core\REST\Common\Output\ValueObjectVisitor
119
+     * @return Common\Output\ValueObjectVisitor
120 120
      */
121 121
     private function getValueObjectVisitorMock()
122 122
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @return \PHPUnit_Framework_MockObject_MockObject|Common\Output\Visitor
127
+     * @return Common\Output\Visitor
128 128
      */
129 129
     private function getOutputVisitorMock()
130 130
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @return \PHPUnit_Framework_MockObject_MockObject|Common\Output\Generator
141
+     * @return Common\Output\Generator
142 142
      */
143 143
     private function getOutputGeneratorMock()
144 144
     {
Please login to merge, or discard this patch.