From 3673208e02af7bc6d05ec563faf77c4c353fd62e Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Sat, 12 Apr 2014 02:14:55 +0200 Subject: [PATCH] Typed setStatus() argument method, to prevent confusion (code ? id ?) --- core/lib/Thelia/Core/Event/Order/OrderEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Event/Order/OrderEvent.php b/core/lib/Thelia/Core/Event/Order/OrderEvent.php index 503f6b4a8..585663ac3 100644 --- a/core/lib/Thelia/Core/Event/Order/OrderEvent.php +++ b/core/lib/Thelia/Core/Event/Order/OrderEvent.php @@ -138,7 +138,7 @@ class OrderEvent extends ActionEvent } /** - * @param $status + * @param int $status */ public function setStatus($status) {