From a3f32ec3d8ac39ee1fbdf3a5fa5c95c0eb1a931c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de> Date: Wed, 29 Aug 2018 16:19:40 +0200 Subject: [PATCH] style: codestyle --- ajax/frontend/redeem.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ajax/frontend/redeem.php b/ajax/frontend/redeem.php index 3fe02a7..650f3da 100644 --- a/ajax/frontend/redeem.php +++ b/ajax/frontend/redeem.php @@ -19,9 +19,7 @@ function ($id) { try { $CouponCode = Handler::getCouponCode($id); - - // @todo - +//@todo } catch (\Exception $Exception) { QUI\System\Log::writeException($Exception); -- GitLab