Completed
Push — ezp-30639-deprecated-view-acti... ( ce759a...cff041 )
by
unknown
13:07
created
Command/LegacyStorage/CleanUpRelationTypeEqZeroCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -109,6 +109,9 @@
 block discarded – undo
109 109
         $conn->exec('DELETE FROM ezcontentobject_link WHERE relation_type = 0');
110 110
     }
111 111
 
112
+    /**
113
+     * @param integer $totalCount
114
+     */
112 115
     protected function executeList(OutputInterface $output, $totalCount)
113 116
     {
114 117
         $table = new Table($output);
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
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * @dataProvider indexingProvider
88 88
      *
89
-     * @param array|null $value
89
+     * @param array|null $values
90 90
      * @param \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject|null $logger
91 91
      */
92 92
     public function testIndexing(array $values = null, $logger = null)
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishIOBundle/DependencyInjection/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,9 +60,9 @@
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * @param NodeDefinition $node
63
-     * @param                $name
63
+     * @param                string $name
64 64
      * @param string $info block info line
65
-     * @param ConfigurationFactory[]|ArrayObject $factories
65
+     * @param ArrayObject $factories
66 66
      */
67 67
     private function addHandlersSection(NodeDefinition $node, $name, $info, ArrayObject $factories)
68 68
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/NonRedundantFieldSetTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -389,7 +389,7 @@
 block discarded – undo
389 389
      * @see \eZ\Publish\API\Repository\ContentService::createContentDraft()
390 390
      * @depends eZ\Publish\API\Repository\Tests\NonRedundantFieldSetTest::testCreateContentTwoLanguagesMainTranslationStoredFields
391 391
      *
392
-     * @return \eZ\Publish\API\Repository\Values\Content\Content[]
392
+     * @return Content[]
393 393
      */
394 394
     public function testCreateContentDraft()
395 395
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Tests/Routing/DefaultRouterTest.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @param array $mockedMethods
54
+     * @param string[] $mockedMethods
55 55
      *
56 56
      * @return \PHPUnit\Framework\MockObject\MockObject|DefaultRouter
57 57
      */
@@ -318,6 +318,9 @@  discard block
 block discarded – undo
318 318
         ];
319 319
     }
320 320
 
321
+    /**
322
+     * @param string $uri
323
+     */
321 324
     private function getExpectedRequestContext($uri)
322 325
     {
323 326
         $requestContext = new RequestContext();
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/URLAliasServiceTest.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1270,7 +1270,7 @@  discard block
 block discarded – undo
1270 1270
 
1271 1271
     /**
1272 1272
      * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
1273
-     * @param $fieldDefinitionIdentifier
1273
+     * @param string $fieldDefinitionIdentifier
1274 1274
      * @param array $fieldValues
1275 1275
      *
1276 1276
      * @return \eZ\Publish\API\Repository\Values\Content\Content
@@ -1387,6 +1387,10 @@  discard block
 block discarded – undo
1387 1387
         $contentTypeService->publishContentTypeDraft($contentTypeDraft);
1388 1388
     }
1389 1389
 
1390
+    /**
1391
+     * @param string $expectedPath
1392
+     * @param boolean $expectedIsHistory
1393
+     */
1390 1394
     private function assertUrlAliasPropertiesCorrect(
1391 1395
         Location $expectedDestinationLocation,
1392 1396
         $expectedPath,
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Features/Context/ConsoleContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
         $this->it['siteaccess'] = $this->scriptOutput;
105 105
     }
106 106
 
107
+    /**
108
+     * @param string $command
109
+     */
107 110
     private function iRunTheCommand($command, $siteaccess = null)
108 111
     {
109 112
         $phpFinder = new PhpExecutableFinder();
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -814,7 +814,6 @@  discard block
 block discarded – undo
814 814
      *
815 815
      * @param string $text Content Item field value text (to be indexed)
816 816
      * @param string $searchForText text based on which Content Item should be found
817
-     * @param array $ignoreForSetupFactories list of SetupFactories to be ignored
818 817
      * @dataProvider getSpecialFullTextCases
819 818
      */
820 819
     public function testIndexingSpecialFullTextCases($text, $searchForText)
@@ -1184,8 +1183,8 @@  discard block
 block discarded – undo
1184 1183
      * $parentLocationIdList.
1185 1184
      *
1186 1185
      * @param string $contentName
1187
-     * @param $contentDescription
1188
-     * @param array $parentLocationIdList
1186
+     * @param string $contentDescription
1187
+     * @param integer[] $parentLocationIdList
1189 1188
      *
1190 1189
      * @return \eZ\Publish\API\Repository\Values\Content\Content
1191 1190
      */
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Features/Context/ContentTypeContext.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      * @param  string  $identifier       content type identifier
128 128
      * @param  bool $throwIfNotFound  if true, throws an exception if it is not found.
129 129
      *
130
-     * @return \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup|null
130
+     * @return \eZ\Publish\API\Repository\Values\ContentType\ContentType
131 131
      */
132 132
     protected function loadContentTypeByIdentifier($identifier, $throwIfNotFound = true)
133 133
     {
@@ -151,9 +151,9 @@  discard block
 block discarded – undo
151 151
      *
152 152
      * @param  string $groupIdentifier content type group identifier
153 153
      * @param  string $identifier      content type identifier
154
-     * @param  array $fields           content type fields definitions
154
+     * @param  TableNode $fields           content type fields definitions
155 155
      *
156
-     * @return eZ\Publish\API\Repository\Values\ContentType\ContentType
156
+     * @return \eZ\Publish\API\Repository\Values\ContentType\ContentType
157 157
      */
158 158
     public function createContentType($groupIdentifier, $identifier, $fields)
159 159
     {
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
     /**
202 202
      * Remove the given 'ContentType' object.
203 203
      *
204
-     * @param  eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType
204
+     * @param  \eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType
205 205
      */
206 206
     protected function removeContentType($contentType)
207 207
     {
Please login to merge, or discard this patch.