@@ -117,6 +117,7 @@ |
||
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 | { |
@@ -38,6 +38,7 @@ discard block |
||
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 |
||
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 | */ |
@@ -500,7 +500,7 @@ discard block |
||
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 |
||
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 | { |
@@ -41,6 +41,7 @@ |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * {@inheritdoc} |
44 | + * @param string $columnName |
|
44 | 45 | */ |
45 | 46 | public function validate($value, $columnName, $isUserFormat = false) |
46 | 47 | { |
@@ -41,6 +41,7 @@ |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * {@inheritdoc} |
44 | + * @param string $columnName |
|
44 | 45 | */ |
45 | 46 | public function validate($value, $columnName, $isUserFormat = false) |
46 | 47 | { |
@@ -50,6 +50,8 @@ |
||
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 | { |
@@ -41,6 +41,7 @@ |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * {@inheritdoc} |
44 | + * @param string $columnName |
|
44 | 45 | */ |
45 | 46 | public function validate($value, $columnName, $isUserFormat = false) |
46 | 47 | { |
@@ -41,6 +41,7 @@ |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * {@inheritdoc} |
44 | + * @param string $columnName |
|
44 | 45 | */ |
45 | 46 | public function validate($value, $columnName, $isUserFormat = false) |
46 | 47 | { |
@@ -41,6 +41,7 @@ |
||
41 | 41 | |
42 | 42 | /** |
43 | 43 | * {@inheritdoc} |
44 | + * @param string $columnName |
|
44 | 45 | */ |
45 | 46 | public function validate($value, $columnName, $isUserFormat = false) |
46 | 47 | { |