From e963f555933754f9b745e83ea017b3479136db7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Tue, 25 Feb 2014 13:34:33 +0100 Subject: [PATCH] Corrected CS error --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index f5e41ae9e8d..caad40910aa 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -314,9 +314,9 @@ function dol_buildpath($path, $type=0) * Create a clone of instance of object (new instance with same properties) * This function works for both PHP4 and PHP5 * - * @deprecated Dolibarr no longer supports PHP4, you can now use native function * @param object $object Object to clone * @return object Object clone + * @deprecated Dolibarr no longer supports PHP4, you can now use native function */ function dol_clone($object) {