From 48a063eca4a8cd780dcd9c5af1191bb769a7d76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 4 Oct 2018 20:18:24 +0200 Subject: [PATCH] PSR2.Classes.ClassDeclaration.CloseBraceAfterBody --- htdocs/core/class/notify.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/core/class/notify.class.php b/htdocs/core/class/notify.class.php index d52166659ea..fb6c94b00f7 100644 --- a/htdocs/core/class/notify.class.php +++ b/htdocs/core/class/notify.class.php @@ -742,6 +742,4 @@ class Notify if (! $error) return $num; else return -1 * $error; } - } -