diff --git a/library/Class/PanierNotice.php b/library/Class/PanierNotice.php
index ade5ff6495890c1bec95854219492c10d47c33c5..9a9fa0b8c80811b0f1a0270f9c5ec865a7e239b4 100644
--- a/library/Class/PanierNotice.php
+++ b/library/Class/PanierNotice.php
@@ -229,7 +229,6 @@ class Class_PanierNotice extends Storm_Model_Abstract {
 	public function removeNotice($notice) {
 		return $this->setClesNotices(array_diff($this->getClesNotices(), [$notice->getClefAlpha()]))
 								->setDateMaj(date('Y-m-d'));
-;
 	}