Test Failed
Branch develop (86e751)
by Laurent
34:11
created
htdocs/core/modules/livraison/mod_livraison_saphir.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
 	/**
143 143
 	 *  Return next free ref
144 144
 	 *
145
-     *  @param	Societe		$objsoc      	Object thirdparty
145
+     *  @param	integer		$objsoc      	Object thirdparty
146 146
      *  @param  Object		$object			Objet livraison
147 147
      *  @return string      				Texte descripif
148 148
      */
Please login to merge, or discard this patch.
htdocs/core/modules/printing/printipp.modules.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
      *  Get printer detail
218 218
      *
219 219
      *  @param  string  $uri    URI
220
-     *  @return array           List of attributes
220
+     *  @return stdClass           List of attributes
221 221
      */
222 222
     function get_printer_detail($uri)
223 223
     {
Please login to merge, or discard this patch.
htdocs/core/modules/product/mod_codeproduct_elephant.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
 	 * Return an example of result returned by getNextValue
114 114
 	 *
115 115
 	 * @param	Translate	$langs		Object langs
116
-	 * @param	product		$objproduct		Object product
116
+	 * @param	integer		$objproduct		Object product
117 117
 	 * @param	int			$type		Type of third party (1:customer, 2:supplier, -1:autodetect)
118 118
 	 * @return	string					Return string example
119 119
 	 */
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
 	/**
155 155
 	 * Return next value
156 156
 	 *
157
-	 * @param	Product		$objproduct     Object product
157
+	 * @param	integer		$objproduct     Object product
158 158
 	 * @param  	int		    $type       Produit ou service (0:product, 1:service)
159 159
 	 * @return 	string      			Value if OK, '' if module not configured, <0 if KO
160 160
 	 */
Please login to merge, or discard this patch.
htdocs/core/modules/product/modules_product.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      *  Return next value available
76 76
      *
77
-     *	@param	Product		$objproduct		Object product
77
+     *	@param	integer		$objproduct		Object product
78 78
      *	@param	int			$type		Type
79 79
      *  @return string      			Value
80 80
      */
Please login to merge, or discard this patch.
htdocs/core/modules/project/mod_project_simple.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * 	Return next reference not yet used as a reference
145 145
      *
146
-     *  @param	Societe	$objsoc     Object third party
146
+     *  @param	integer	$objsoc     Object third party
147 147
      *  @param  Project	$project	Object project
148 148
      *  @return string      		Next not used reference
149 149
      */
Please login to merge, or discard this patch.
htdocs/core/modules/project/mod_project_universal.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     /**
131 131
      *  Return next reference not yet used as a reference
132 132
      *
133
-     *  @param	Societe		$objsoc     Object third party
133
+     *  @param	integer		$objsoc     Object third party
134 134
      *  @param  Project		$project	Object project
135 135
      *  @return string      			Next not used reference
136 136
      */
Please login to merge, or discard this patch.
htdocs/core/modules/societe/mod_codeclient_elephant.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
 	 * Return an example of result returned by getNextValue
115 115
 	 *
116 116
 	 * @param	Translate	$langs		Object langs
117
-	 * @param	societe		$objsoc		Object thirdparty
117
+	 * @param	integer		$objsoc		Object thirdparty
118 118
 	 * @param	int			$type		Type of third party (1:customer, 2:supplier, -1:autodetect)
119 119
 	 * @return	string					Return string example
120 120
 	 */
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
 	/**
176 176
 	 * Return next value
177 177
 	 *
178
-	 * @param	Societe		$objsoc     Object third party
178
+	 * @param	integer		$objsoc     Object third party
179 179
 	 * @param  	int		    $type       Client ou fournisseur (0:customer, 1:supplier)
180 180
 	 * @return 	string      			Value if OK, '' if module not configured, <0 if KO
181 181
 	 */
Please login to merge, or discard this patch.
htdocs/core/modules/societe/mod_codeclient_monkey.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
 	 * Return an example of result returned by getNextValue
79 79
 	 *
80 80
 	 * @param	Translate	$langs		Object langs
81
-	 * @param	societe		$objsoc		Object thirdparty
81
+	 * @param	integer		$objsoc		Object thirdparty
82 82
 	 * @param	int			$type		Type of third party (1:customer, 2:supplier, -1:autodetect)
83 83
 	 * @return	string					Return string example
84 84
 	 */
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
 	/**
92 92
 	 *  Return next value
93 93
 	 *
94
-	 * 	@param	Societe		$objsoc     Object third party
94
+	 * 	@param	integer		$objsoc     Object third party
95 95
 	 *	@param  int			$type       Client ou fournisseur (1:client, 2:fournisseur)
96 96
 	 *  @return string      			Value if OK, '' if module not configured, <0 if KO
97 97
 	 */
Please login to merge, or discard this patch.
htdocs/core/modules/societe/mod_codecompta_aquarium.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
 	 * Return an example of result returned by getNextValue
88 88
 	 *
89 89
 	 * @param	Translate	$langs		Object langs
90
-	 * @param	societe		$objsoc		Object thirdparty
90
+	 * @param	integer		$objsoc		Object thirdparty
91 91
 	 * @param	int			$type		Type of third party (1:customer, 2:supplier, -1:autodetect)
92 92
 	 * @return	string					Return string example
93 93
 	 */
Please login to merge, or discard this patch.