Completed
Push — master ( ba20b0...9ba10b )
by Alexander
01:44
created
src/CodeInsight/KnowledgeBase/DataCollector/ClassDataCollector.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 	/**
91 91
 	 * Delete previously collected data for a files.
92 92
 	 *
93
-	 * @param array $file_ids File IDs.
93
+	 * @param integer[] $file_ids File IDs.
94 94
 	 *
95 95
 	 * @return void
96 96
 	 */
@@ -863,7 +863,7 @@  discard block
 block discarded – undo
863 863
 	 * @param ExtendedPdoInterface $db        Database.
864 864
 	 * @param integer              $method_id Method ID.
865 865
 	 *
866
-	 * @return integer
866
+	 * @return string
867 867
 	 */
868 868
 	protected function calculateMethodParameterSignature(ExtendedPdoInterface $db, $method_id)
869 869
 	{
Please login to merge, or discard this patch.