Completed
Push — developer ( f778f3...8830e0 )
by Błażej
51:25 queued 38:36
created
modules/Competition/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/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/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/Calendar/models/Calendar.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
 		return $this->moduleName;
24 24
 	}
25 25
 
26
+	/**
27
+	 * @return string
28
+	 */
26 29
 	private function getLabel($labels, $key)
27 30
 	{
28 31
 		if (isset($labels[$key])) {
Please login to merge, or discard this patch.