Passed
Push — developer ( c9d396...8e0a17 )
by Błażej
90:59 queued 76:12
created
modules/MultiCompany/MultiCompany.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -183,6 +183,7 @@
 block discarded – undo
183 183
 	 * @param int   $id     - multicompanyid
184 184
 	 * @param array $parent - Array of all the parent sales
185 185
 	 *                      returns All the parent  f the given multicompanyid in array format
186
+	 * @param integer[] $encountered
186 187
 	 * @YTTODO to rebuild
187 188
 	 */
188 189
 	public function getParent($id, &$parent, &$encountered, $depthBase = 0)
Please login to merge, or discard this patch.
modules/Notification/cron/Notifications.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -88,9 +88,6 @@
 block discarded – undo
88 88
 	/**
89 89
 	 * Function get date.
90 90
 	 *
91
-	 * @param string $currentTime
92
-	 * @param string $timestampEndDate
93
-	 * @param int    $frequency
94 91
 	 */
95 92
 	public function markAsRead()
96 93
 	{
Please login to merge, or discard this patch.
modules/Notification/models/Record.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
 	/**
37 37
 	 * Title.
38 38
 	 *
39
-	 * @return string
39
+	 * @return boolean
40 40
 	 */
41 41
 	public function getTitle()
42 42
 	{
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
 	/**
84 84
 	 * Return message of notification.
85 85
 	 *
86
-	 * @return string
86
+	 * @return boolean
87 87
 	 */
88 88
 	public function getMessage()
89 89
 	{
Please login to merge, or discard this patch.
modules/OpenStreetMap/models/Coordinate.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 	/**
15 15
 	 * Function to get instance.
16 16
 	 *
17
-	 * @return \self
17
+	 * @return OpenStreetMap_Coordinate_Model
18 18
 	 */
19 19
 	public static function getInstance()
20 20
 	{
@@ -596,7 +596,7 @@  discard block
 block discarded – undo
596 596
 	/**
597 597
 	 * Adding records to the clipboard.
598 598
 	 *
599
-	 * @param type $record
599
+	 * @param integer $record
600 600
 	 */
601 601
 	public function addCache($record)
602 602
 	{
Please login to merge, or discard this patch.
modules/OSSMail/models/Mail.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 	/**
44 44
 	 * Set account.
45 45
 	 *
46
-	 * @param array $account
46
+	 * @param integer $account
47 47
 	 */
48 48
 	public function setAccount($account)
49 49
 	{
Please login to merge, or discard this patch.
modules/OSSMailScanner/models/EmailScannerAction.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -9,6 +9,9 @@
 block discarded – undo
9 9
  */
10 10
 class OSSMailScanner_EmailScannerAction_Model
11 11
 {
12
+	/**
13
+	 * @param string $moduleName
14
+	 */
12 15
 	public function process(OSSMail_Mail_Model $mail, $moduleName)
13 16
 	{
14 17
 		$mailId = $mail->getMailCrmId();
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.