From 407bc1b03ba90b2fa0b13ed455ae8c73454489f7 Mon Sep 17 00:00:00 2001 From: rMalie Date: Thu, 29 Dec 2011 14:48:30 +0000 Subject: [PATCH] // Normalize --- classes/Validate.php | 2 +- modules/bankwire/payment.php | 3 ++- modules/bankwire/validation.php | 4 ++++ modules/blocklayered/config.xml | 2 +- modules/cheque/payment.php | 2 +- modules/cheque/validation.php | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/classes/Validate.php b/classes/Validate.php index d6577b31d..947cefff0 100644 --- a/classes/Validate.php +++ b/classes/Validate.php @@ -633,7 +633,7 @@ class ValidateCore /** * Check object validity * - * @param integer $object Object to validate + * @param object $object Object to validate * @return boolean Validity is ok or not */ public static function isLoadedObject($object) diff --git a/modules/bankwire/payment.php b/modules/bankwire/payment.php index 5085b12cd..ce28825c4 100644 --- a/modules/bankwire/payment.php +++ b/modules/bankwire/payment.php @@ -24,8 +24,9 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ + /** - * @deprecated This file is deprecated, use moduleController instead + * @deprecated 1.5.0 This file is deprecated, use moduleController instead */ /* SSL Management */ diff --git a/modules/bankwire/validation.php b/modules/bankwire/validation.php index 059971456..8bf014224 100644 --- a/modules/bankwire/validation.php +++ b/modules/bankwire/validation.php @@ -25,6 +25,10 @@ * International Registered Trademark & Property of PrestaShop SA */ +/** + * @deprecated 1.5.0 This file is deprecated, use moduleController instead + */ + include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/../../header.php'); include(dirname(__FILE__).'/bankwire.php'); diff --git a/modules/blocklayered/config.xml b/modules/blocklayered/config.xml index c5ca9d292..43c3a52af 100644 --- a/modules/blocklayered/config.xml +++ b/modules/blocklayered/config.xml @@ -2,7 +2,7 @@ blocklayered - + diff --git a/modules/cheque/payment.php b/modules/cheque/payment.php index 09c21ff76..6396ad7ba 100644 --- a/modules/cheque/payment.php +++ b/modules/cheque/payment.php @@ -26,7 +26,7 @@ */ /** - * @deprecated This file is deprecated, use moduleController instead + * @deprecated 1.5.0 This file is deprecated, use moduleController instead */ /* SSL Management */ diff --git a/modules/cheque/validation.php b/modules/cheque/validation.php index b41cbb872..0449b3996 100644 --- a/modules/cheque/validation.php +++ b/modules/cheque/validation.php @@ -26,7 +26,7 @@ */ /** - * @deprecated This file is deprecated, use moduleController instead + * @deprecated 1.5.0 This file is deprecated, use moduleController instead */ include(dirname(__FILE__).'/../../config/config.inc.php');