Test Setup Failed
Push — developer ( cb8dbe...454066 )
by Błażej
17:42 queued 05:42
created
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/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/CronTasks/models/Module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 	/**
20 20
 	 * Function to get editable fields from this module.
21 21
 	 *
22
-	 * @return array List of fieldNames
22
+	 * @return string[] List of fieldNames
23 23
 	 */
24 24
 	public function getEditableFieldsList()
25 25
 	{
Please login to merge, or discard this patch.
modules/Settings/Github/models/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
 	/**
127 127
 	 * Function to get object.
128 128
 	 *
129
-	 * @return \self
129
+	 * @return Settings_Github_Client_Model
130 130
 	 */
131 131
 	public static function getInstance()
132 132
 	{
Please login to merge, or discard this patch.
modules/Settings/Inventory/models/Module.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
 		return static::$tablename[$type];
29 29
 	}
30 30
 
31
+	/**
32
+	 * @param string $type
33
+	 */
31 34
 	public static function getConfig($type, $name = false)
32 35
 	{
33 36
 		\App\Log::trace('Start ' . __METHOD__ . ' | Type: ' . print_r($type, true) . ' | Name: ' . print_r($name, true));
Please login to merge, or discard this patch.
modules/Settings/Leads/models/Mapping.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
237 237
 	/**
238 238
 	 * Function to get mapping supported modules list.
239 239
 	 *
240
-	 * @return array
240
+	 * @return string[]
241 241
 	 */
242 242
 	public static function getSupportedModulesList()
243 243
 	{
Please login to merge, or discard this patch.
modules/Settings/LoginHistory/models/ListView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 	/**
11 11
 	 * Funtion to get the Login history basic query.
12 12
 	 *
13
-	 * @return type
13
+	 * @return App\Db\Query
14 14
 	 */
15 15
 	public function getBasicListQuery()
16 16
 	{
Please login to merge, or discard this patch.
modules/Settings/MailSmtp/models/Record.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
 	/**
187 187
 	 * Function to get the clean instance.
188 188
 	 *
189
-	 * @return \self
189
+	 * @return Settings_MailSmtp_Record_Model
190 190
 	 */
191 191
 	public static function getCleanInstance()
192 192
 	{
Please login to merge, or discard this patch.
modules/Settings/MappedFields/models/Field.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 	/**
15 15
 	 * Function to get field uitype.
16 16
 	 *
17
-	 * @return string uitype
17
+	 * @return integer uitype
18 18
 	 */
19 19
 	public function getUIType()
20 20
 	{
Please login to merge, or discard this patch.