Completed
Push — developer ( f778f3...8830e0 )
by Błażej
51:25 queued 38:36
created
modules/PBXManager/models/Record.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@  discard block
 block discarded – undo
15 15
 	const LOOKUP_TABLE_NAME = 'vtiger_pbxmanager_phonelookup';
16 16
 	const ENTITY_TABLE_NAME = 'vtiger_crmentity';
17 17
 
18
+	/**
19
+	 * @param string $moduleName
20
+	 */
18 21
 	public static function getCleanInstance($moduleName)
19 22
 	{
20 23
 		return new self();
@@ -234,6 +237,12 @@  discard block
 block discarded – undo
234 237
 	}
235 238
 
236 239
 	// Because, User is not related to crmentity
240
+
241
+	/**
242
+	 * @param integer $uitype
243
+	 * @param string $value
244
+	 * @param string $module
245
+	 */
237 246
 	public function buildSearchQueryWithUIType($uitype, $value, $module)
238 247
 	{
239 248
 		if (empty($value)) {
Please login to merge, or discard this patch.
modules/Products/models/Module.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@  discard block
 block discarded – undo
18 18
 	 * @param string              $field          parent fieldname
19 19
 	 * @param string              $record         parent id
20 20
 	 * @param \App\QueryGenerator $queryGenerator
21
-	 * @param bool                $skipSelected
22 21
 	 */
23 22
 	public function getQueryByModuleField($sourceModule, $field, $record, \App\QueryGenerator $queryGenerator)
24 23
 	{
@@ -71,7 +70,7 @@  discard block
 block discarded – undo
71 70
 	/**
72 71
 	 * Function to get prices for specified products with specific currency.
73 72
 	 *
74
-	 * @param <Integer> $currenctId
73
+	 * @param <Integer> $currencyId
75 74
 	 * @param <Array>   $productIdsList
76 75
 	 *
77 76
 	 * @return <Array>
Please login to merge, or discard this patch.
modules/Rss/models/Record.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 	/**
59 59
 	 * Function to set Rss Object.
60 60
 	 *
61
-	 * @param <object> $rss - rss fetched object
61
+	 * @param Feed $rss - rss fetched object
62 62
 	 */
63 63
 	public function setRssObject($rss)
64 64
 	{
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 	/**
69 69
 	 * Function to set Rss values.
70 70
 	 *
71
-	 * @param <object> $rss - Rss fetched object
71
+	 * @param Feed $rss - Rss fetched object
72 72
 	 */
73 73
 	public function setRssValues($rss)
74 74
 	{
Please login to merge, or discard this patch.
modules/Rss/views/List.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -91,6 +91,7 @@
 block discarded – undo
91 91
 	/**
92 92
 	 * Function to get the list view header.
93 93
 	 *
94
+	 * @param string $module
94 95
 	 * @return <Array> - List of Vtiger_Field_Model instances
95 96
 	 */
96 97
 	public function getListViewRssHeaders($module)
Please login to merge, or discard this patch.
modules/Services/views/QuickCreateAjax.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 \App\Request $request
18 18
 	 *
19
-	 * @return Vtiger_JsScript_Model[]
19
+	 * @return App\Controller\Vtiger_JsScript_Model[]
20 20
 	 */
21 21
 	public function getFooterScripts(\App\Request $request)
22 22
 	{
Please login to merge, or discard this patch.
modules/Settings/AutomaticAssignment/models/Module.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -87,6 +87,7 @@
 block discarded – undo
87 87
 	/**
88 88
 	 * List of supported module fields.
89 89
 	 *
90
+	 * @param string|boolean $moduleName
90 91
 	 * @return array
91 92
 	 */
92 93
 	public static function getFieldsByModule($moduleName)
Please login to merge, or discard this patch.
modules/Settings/AutomaticAssignment/models/Record.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
 	/**
348 348
 	 * Function transforms Advance filter to workflow conditions.
349 349
 	 *
350
-	 * @param array $condition
350
+	 * @param array $conditions
351 351
 	 *
352 352
 	 * @return array
353 353
 	 */
Please login to merge, or discard this patch.
modules/Settings/BruteForce/models/Module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
 	 *
183 183
 	 * @param string $ip - User IP
184 184
 	 *
185
-	 * @return int - Created records ID
185
+	 * @return string - Created records ID
186 186
 	 */
187 187
 	private function setBlockedIp($ip)
188 188
 	{
Please login to merge, or discard this patch.
modules/Settings/Calendar/models/Module.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
  */
9 9
 class Settings_Calendar_Module_Model extends Settings_Vtiger_Module_Model
10 10
 {
11
+	/**
12
+	 * @param string $type
13
+	 */
11 14
 	public static function getCalendarConfig($type)
12 15
 	{
13 16
 		$query = (new \App\Db\Query())
Please login to merge, or discard this patch.