From 9c5db27a700e3a1424aaf011d39b79108797af36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= <rdoursenaud@gpcsolutions.fr>
Date: Wed, 23 Apr 2014 17:17:41 +0200
Subject: [PATCH] Qual: Wrong type in method documentation

---
 .../modules/fichinter/doc/pdf_soleil.modules.php   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
index 3aaae21aa11..8b7505b54c1 100644
--- a/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
+++ b/htdocs/core/modules/fichinter/doc/pdf_soleil.modules.php
@@ -96,13 +96,13 @@ class pdf_soleil extends ModelePDFFicheinter
 	/**
 	 *  Function to build pdf onto disk
 	 *
-	 *  @param		int		$object				Id of object to generate
-	 *  @param		object	$outputlangs		Lang output object
-	 *  @param		string	$srctemplatepath	Full path of source filename for generator using a template file
-	 *  @param		int		$hidedetails		Do not show line details
-	 *  @param		int		$hidedesc			Do not show desc
-	 *  @param		int		$hideref			Do not show ref
-	 *  @return     int             			1=OK, 0=KO
+	 *  @param		CommonObject	$object				Id of object to generate
+	 *  @param		Translate		$outputlangs		Lang output object
+	 *  @param		string			$srctemplatepath	Full path of source filename for generator using a template file
+	 *  @param		int				$hidedetails		Do not show line details
+	 *  @param		int				$hidedesc			Do not show desc
+	 *  @param		int				$hideref			Do not show ref
+	 *  @return		int									1=OK, 0=KO
 	 */
 	function write_file($object,$outputlangs,$srctemplatepath='',$hidedetails=0,$hidedesc=0,$hideref=0)
 	{
-- 
GitLab