Completed
Push — ezp30481_turkish_i_breaks_lega... ( f8977c...f9e406 )
by
unknown
17:31
created
eZ/Publish/Core/REST/Common/Tests/Output/ValueObjectVisitorBaseTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     }
141 141
 
142 142
     /**
143
-     * @return \eZ\Publish\Core\REST\Common\RequestParser|\PHPUnit_Framework_MockObject_MockObject
143
+     * @return \eZ\Publish\Core\REST\Common\RequestParser
144 144
      */
145 145
     protected function getRequestParser()
146 146
     {
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-     * @return \Symfony\Component\Routing\RouterInterface|\PHPUnit_Framework_MockObject_MockObject
155
+     * @return \Symfony\Component\Routing\RouterInterface
156 156
      */
157 157
     protected function getRouterMock()
158 158
     {
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
     }
193 193
 
194 194
     /**
195
-     * @return \Symfony\Component\Routing\RouterInterface|\PHPUnit_Framework_MockObject_MockObject
195
+     * @return \Symfony\Component\Routing\RouterInterface
196 196
      */
197 197
     protected function getTemplatedRouterMock()
198 198
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Language/MaskGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     /**
58 58
      * Generates a language mask from pre-loaded Language Ids.
59 59
      *
60
-     * @param array $languageIds
60
+     * @param integer[] $languageIds
61 61
      * @param bool $alwaysAvailable
62 62
      *
63 63
      * @return int
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/RelationProcessorTest.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -525,6 +525,11 @@
 block discarded – undo
525 525
         $relationProcessor->processFieldRelations([], 24, 2, $contentTypeMock, $existingRelations);
526 526
     }
527 527
 
528
+    /**
529
+     * @param integer $id
530
+     * @param null|integer $fieldDefinitionId
531
+     * @param integer $contentId
532
+     */
528 533
     protected function getStubbedRelation($id, $type, $fieldDefinitionId, $contentId)
529 534
     {
530 535
         return new \eZ\Publish\Core\Repository\Values\Content\Relation(
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Command/ReindexCommand.php 1 patch
Doc Comments   +8 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,6 +161,9 @@  discard block
 block discarded – undo
161 161
         }
162 162
     }
163 163
 
164
+    /**
165
+     * @param boolean $commit
166
+     */
164 167
     protected function indexIncrementally(InputInterface $input, OutputInterface $output, $iterationCount, $commit)
165 168
     {
166 169
         if ($contentIds = $input->getOption('content-ids')) {
@@ -223,6 +226,10 @@  discard block
 block discarded – undo
223 226
         $progress->finish();
224 227
     }
225 228
 
229
+    /**
230
+     * @param integer $processCount
231
+     * @param integer $iterationCount
232
+     */
226 233
     private function runParallelProcess(ProgressBar $progress, Statement $stmt, $processCount, $iterationCount, $commit)
227 234
     {
228 235
         /**
@@ -277,7 +284,7 @@  discard block
 block discarded – undo
277 284
     }
278 285
 
279 286
     /**
280
-     * @param mixed $locationId
287
+     * @param integer $locationId
281 288
      * @param bool $count
282 289
      *
283 290
      * @return \Doctrine\DBAL\Driver\Statement
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/FieldType/Tests/RichText/RendererTest.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1390,7 +1390,7 @@  discard block
 block discarded – undo
1390 1390
     }
1391 1391
 
1392 1392
     /**
1393
-     * @param array $methods
1393
+     * @param string[] $methods
1394 1394
      *
1395 1395
      * @return \eZ\Publish\Core\MVC\Symfony\FieldType\RichText\Renderer|\PHPUnit_Framework_MockObject_MockObject
1396 1396
      */
@@ -1487,6 +1487,11 @@  discard block
 block discarded – undo
1487 1487
         );
1488 1488
     }
1489 1489
 
1490
+    /**
1491
+     * @param integer $mainLocationId
1492
+     *
1493
+     * @return Exception
1494
+     */
1490 1495
     protected function getContentMock($mainLocationId)
1491 1496
     {
1492 1497
         $contentInfoMock = $this->getMock(ContentInfo::class);
Please login to merge, or discard this patch.
Tests/EventListener/BackgroundIndexingTerminateListenerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * @dataProvider indexingProvider
92 92
      *
93
-     * @param array|null $value
93
+     * @param array|null $values
94 94
      * @param \Psr\Log\LoggerInterface|\PHPUnit_Framework_MockObject_MockObject|null $logger
95 95
      */
96 96
     public function testIndexing(array $values = null, $logger = null)
Please login to merge, or discard this patch.
Tests/DependencyInjection/Compiler/HttpCachePassTest.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
      * @dataProvider processPurgeClientProvider
63 63
      *
64 64
      * @param string $paramValue
65
-     * @param string $expectedServiceAlias
65
+     * @param string $expectedServiceId
66 66
      * @param \Symfony\Component\DependencyInjection\Definition|null $customService
67 67
      */
68 68
     public function testProcessPurgeClient($paramValue, $expectedServiceId, Definition $customService = null)
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Tests/RichText/InternalLinkValidatorTest.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -268,6 +268,9 @@  discard block
 block discarded – undo
268 268
         $this->assertContainsEzRemoteInvalidLinkError($contentRemoteId, $errors);
269 269
     }
270 270
 
271
+    /**
272
+     * @param integer $locationId
273
+     */
271 274
     private function assertContainsEzLocationInvalidLinkError($locationId, array $errors)
272 275
     {
273 276
         $format = 'Invalid link "ezlocation://%d": target location cannot be found';
@@ -275,6 +278,9 @@  discard block
 block discarded – undo
275 278
         $this->assertContains(sprintf($format, $locationId), $errors);
276 279
     }
277 280
 
281
+    /**
282
+     * @param integer $contentId
283
+     */
278 284
     private function assertContainsEzContentInvalidLinkError($contentId, array $errors)
279 285
     {
280 286
         $format = 'Invalid link "ezcontent://%d": target content cannot be found';
@@ -282,6 +288,9 @@  discard block
 block discarded – undo
282 288
         $this->assertContains(sprintf($format, $contentId), $errors);
283 289
     }
284 290
 
291
+    /**
292
+     * @param string $contentId
293
+     */
285 294
     private function assertContainsEzRemoteInvalidLinkError($contentId, array $errors)
286 295
     {
287 296
         $format = 'Invalid link "ezremote://%s": target content cannot be found';
@@ -303,6 +312,9 @@  discard block
 block discarded – undo
303 312
             ->getMock();
304 313
     }
305 314
 
315
+    /**
316
+     * @param string $scheme
317
+     */
306 318
     private function createInputDocument($scheme, $id)
307 319
     {
308 320
         $url = $scheme . '://' . $id;
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/RelationIntegrationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     /**
49 49
      * Get handler with required custom field types registered.
50 50
      *
51
-     * @return Handler
51
+     * @return \eZ\Publish\SPI\Persistence\Handler
52 52
      */
53 53
     public function getCustomHandler()
54 54
     {
Please login to merge, or discard this patch.