Completed
Pull Request — developer (#8752)
by Sławomir
14:40
created
vtlib/Vtiger/Access.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@
 block discarded – undo
117 117
 	 * @param string Tool (action name) like Import, Export
118 118
 	 * @param bool true to enable tool, false to disable
119 119
 	 * @param int (optional) profile id to use, false applies to all profile
120
+	 * @param boolean $flag
120 121
 	 */
121 122
 	public static function updateTool(ModuleBasic $moduleInstance, $toolAction, $flag, $profileid = false)
122 123
 	{
Please login to merge, or discard this patch.
modules/ModComments/ModComments.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,6 +38,7 @@  discard block
 block discarded – undo
38 38
 	 *
39 39
 	 * @param int Source parent record id
40 40
 	 * @param int Target parent record id
41
+	 * @param integer $targetParentId
41 42
 	 */
42 43
 	public static function transferRecords($currentParentId, $targetParentId)
43 44
 	{
@@ -66,7 +67,7 @@  discard block
 block discarded – undo
66 67
 	/**
67 68
 	 * Add widget to other module.
68 69
 	 *
69
-	 * @param unknown_type $moduleNames
70
+	 * @param string[] $moduleNames
70 71
 	 *
71 72
 	 * @return unknown_type
72 73
 	 */
Please login to merge, or discard this patch.
modules/OSSMailScanner/models/Record.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@  discard block
 block discarded – undo
500 500
 	 *
501 501
 	 * @param int $whoTrigger
502 502
 	 *
503
-	 * @return bool|string
503
+	 * @return string|false
504 504
 	 */
505 505
 	public function executeCron($whoTrigger)
506 506
 	{
@@ -608,7 +608,7 @@  discard block
 block discarded – undo
608 608
 	 *
609 609
 	 * @param array $array
610 610
 	 *
611
-	 * @return int|bool
611
+	 * @return string
612 612
 	 */
613 613
 	public function addScanHistory($array)
614 614
 	{
Please login to merge, or discard this patch.
modules/Vtiger/inventoryfields/Currency.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
 	/**
43 43
 	 * {@inheritdoc}
44
+	 * @param string $columnName
44 45
 	 */
45 46
 	public function validate($value, $columnName, $isUserFormat = false)
46 47
 	{
Please login to merge, or discard this patch.
modules/Vtiger/inventoryfields/Discount.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
 	/**
43 43
 	 * {@inheritdoc}
44
+	 * @param string $columnName
44 45
 	 */
45 46
 	public function validate($value, $columnName, $isUserFormat = false)
46 47
 	{
Please login to merge, or discard this patch.
modules/Vtiger/inventoryfields/DiscountMode.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -50,6 +50,8 @@
 block discarded – undo
50 50
 
51 51
 	/**
52 52
 	 * {@inheritdoc}
53
+	 * @param integer $value
54
+	 * @param string $columnName
53 55
 	 */
54 56
 	public function validate($value, $columnName, $isUserFormat = false)
55 57
 	{
Please login to merge, or discard this patch.
modules/Vtiger/inventoryfields/GrossPrice.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
 	/**
43 43
 	 * {@inheritdoc}
44
+	 * @param string $columnName
44 45
 	 */
45 46
 	public function validate($value, $columnName, $isUserFormat = false)
46 47
 	{
Please login to merge, or discard this patch.
modules/Vtiger/inventoryfields/Margin.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
 	/**
43 43
 	 * {@inheritdoc}
44
+	 * @param string $columnName
44 45
 	 */
45 46
 	public function validate($value, $columnName, $isUserFormat = false)
46 47
 	{
Please login to merge, or discard this patch.
modules/Vtiger/inventoryfields/MarginP.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
 	/**
43 43
 	 * {@inheritdoc}
44
+	 * @param string $columnName
44 45
 	 */
45 46
 	public function validate($value, $columnName, $isUserFormat = false)
46 47
 	{
Please login to merge, or discard this patch.