From cd9111b0c4cc016c5286aa603e1249738fed7dfc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 11 May 2018 21:30:34 +0200 Subject: [PATCH] Make classes final --- Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.php b/Controller.php index 8fa3baa..2f9b2b2 100644 --- a/Controller.php +++ b/Controller.php @@ -27,7 +27,7 @@ use phpOMS\Module\WebInterface; * @link http://website.orange-management.de * @since 1.0.0 */ -class Controller extends ModuleAbstract implements WebInterface +final class Controller extends ModuleAbstract implements WebInterface { /**