Completed
Push — developer ( f778f3...8830e0 )
by Błażej
51:25 queued 38:36
created
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.
modules/Vtiger/inventoryfields/NetPrice.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/Purchase.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.