Completed
Pull Request — developer (#8932)
by Sławomir
120:59 queued 101:08
created
modules/Contacts/models/ListView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 	 *
17 17
 	 * @param array $linkParams
18 18
 	 *
19
-	 * @return array - Associative array of Link type to List of  Vtiger_Link_Model instances for Mass Actions
19
+	 * @return Vtiger_Link_Model[] - Associative array of Link type to List of  Vtiger_Link_Model instances for Mass Actions
20 20
 	 */
21 21
 	public function getListViewMassActions($linkParams)
22 22
 	{
Please login to merge, or discard this patch.
modules/Leads/models/ListView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 	 *
17 17
 	 * @param array $linkParams
18 18
 	 *
19
-	 * @return array - Associative array of Link type to List of  Vtiger_Link_Model instances for Mass Actions
19
+	 * @return Vtiger_Link_Model[] - Associative array of Link type to List of  Vtiger_Link_Model instances for Mass Actions
20 20
 	 */
21 21
 	public function getListViewMassActions($linkParams)
22 22
 	{
Please login to merge, or discard this patch.
modules/Partners/models/ListView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 	 *
17 17
 	 * @param array $linkParams
18 18
 	 *
19
-	 * @return array - Associative array of Link type to List of  Vtiger_Link_Model instances for Mass Actions
19
+	 * @return Vtiger_Link_Model[] - Associative array of Link type to List of  Vtiger_Link_Model instances for Mass Actions
20 20
 	 */
21 21
 	public function getListViewMassActions($linkParams)
22 22
 	{
Please login to merge, or discard this patch.
modules/Vtiger/models/Export.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 	 *
18 18
 	 * @param \App\Request $request
19 19
 	 *
20
-	 * @return string export query
20
+	 * @return App\Db\Query export query
21 21
 	 */
22 22
 	public function getExportQuery(\App\Request $request)
23 23
 	{
Please login to merge, or discard this patch.
modules/Settings/OSSMail/models/Config.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
 	/**
17 17
 	 * function to get clean instance.
18 18
 	 *
19
-	 * @return \static
19
+	 * @return Settings_OSSMail_Config_Model
20 20
 	 */
21 21
 	public static function getCleanIntance()
22 22
 	{
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
 	/**
27 27
 	 * Function to get instance with configuration.
28 28
 	 *
29
-	 * @return \static
29
+	 * @return Settings_OSSMail_Config_Model
30 30
 	 */
31 31
 	public static function getInstance()
32 32
 	{
Please login to merge, or discard this patch.
modules/Accounts/summary_blocks/TotalTimeWorked.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 	 *
12 12
 	 * @param Vtiger_Record_Model $recordModel
13 13
 	 *
14
-	 * @return int
14
+	 * @return string
15 15
 	 */
16 16
 	public function process(Vtiger_Record_Model $recordModel)
17 17
 	{
Please login to merge, or discard this patch.
modules/Leads/summary_blocks/TotalTimeWorked.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 	 *
12 12
 	 * @param Vtiger_Record_Model $recordModel
13 13
 	 *
14
-	 * @return int
14
+	 * @return string
15 15
 	 */
16 16
 	public function process(Vtiger_Record_Model $recordModel)
17 17
 	{
Please login to merge, or discard this patch.
modules/Leads/models/Module.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 	/**
15 15
 	 * Function returns the Number of Leads created per week.
16 16
 	 *
17
-	 * @param type $data
18 17
 	 *
19 18
 	 * @return <Array>
20 19
 	 */
Please login to merge, or discard this patch.
modules/Vtiger/uitypes/DocumentsFileUpload.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@
 block discarded – undo
44 44
 
45 45
 	/**
46 46
 	 * {@inheritdoc}
47
+	 * @param string $value
47 48
 	 */
48 49
 	public function getDisplayValue($value, $record = false, $recordModel = false, $rawText = false, $length = false)
49 50
 	{
Please login to merge, or discard this patch.