Completed
Push — master ( 24d2a2...041714 )
by Alexander
03:13
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -440,9 +440,9 @@
 block discarded – undo
440 440
 	 * Returns value of configuration setting.
441 441
 	 *
442 442
 	 * @param string     $name    Name.
443
-	 * @param mixed|null $default Default value.
443
+	 * @param string[] $default Default value.
444 444
 	 *
445
-	 * @return mixed
445
+	 * @return string
446 446
 	 */
447 447
 	protected function getConfigSetting($name, $default = null)
448 448
 	{
Please login to merge, or discard this patch.