Failed Conditions
Push — master ( 54d828...30bd5c )
by Alexander
02:59 queued 01:52
created
src/CodeInsight/KnowledgeBase/DataCollector/ClassDataCollector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 	/**
90 90
 	 * Delete previously collected data for a files.
91 91
 	 *
92
-	 * @param array $file_ids File IDs.
92
+	 * @param integer[] $file_ids File IDs.
93 93
 	 *
94 94
 	 * @return void
95 95
 	 */
Please login to merge, or discard this patch.
src/CodeInsight/KnowledgeBase/KnowledgeBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -493,7 +493,7 @@
 block discarded – undo
493 493
 	 * @param string     $name    Name.
494 494
 	 * @param mixed|null $default Default value.
495 495
 	 *
496
-	 * @return mixed
496
+	 * @return string
497 497
 	 */
498 498
 	protected function getConfigSetting($name, $default = null)
499 499
 	{
Please login to merge, or discard this patch.