From f45710a4b1c83bc44864e0c007de85d65bf98980 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 23 Dec 2019 15:51:23 +0100 Subject: [PATCH] Fix phpcs --- htdocs/expedition/class/expedition.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 86cc5c3f599..a3f5f21659d 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -1981,10 +1981,10 @@ class Expedition extends CommonObject $error = 0; // Protection. This avoid to move stock later when we should not - if ($this->statut == self::STATUS_CLOSED) - { - return 0; - } + if ($this->statut == self::STATUS_CLOSED) + { + return 0; + } $this->db->begin();