From 30e2d8fa6b5d3454691c9d6b75192f9d5f47092d Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Tue, 9 Apr 2019 09:28:01 +0200 Subject: [PATCH] update code --- htdocs/core/modules/livraison/doc/pdf_typhon.modules.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php index e84a05dd227..a2124b801a6 100644 --- a/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php +++ b/htdocs/core/modules/livraison/doc/pdf_typhon.modules.php @@ -3,7 +3,7 @@ * Copyright (C) 2005-2014 Regis Houssin * Copyright (C) 2007 Franky Van Liedekerke * Copyright (C) 2008 Chiptronik - * Copyright (C) 2011-2018 Philippe Grand + * Copyright (C) 2011-2019 Philippe Grand * Copyright (C) 2015 Marcos García * This program is free software; you can redistribute it and/or modify @@ -61,9 +61,9 @@ class pdf_typhon extends ModelePDFDeliveryOrder /** * @var array Minimum version of PHP required by module. - * e.g.: PHP ≥ 5.4 = array(5, 4) + * e.g.: PHP ≥ 5.5 = array(5, 5) */ - public $phpmin = array(5, 4); + public $phpmin = array(5, 5); /** * Dolibarr version of the loaded document