From 11423b71ef2005acef2712e1dba222069fbb55c3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 22 Sep 2018 15:07:50 +0200 Subject: [PATCH] Revere commit test --- Controller/ApiController.php | 2 +- Controller/ConsoleController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 48e3128..076d7d2 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -43,7 +43,7 @@ use phpOMS\Account\PermissionOwner; /** * Admin controller class. * - * This class is responsible for the basic admin activities such as managing accounts, groups, permissions and modules + * This class is responsible for the basic admin activities such as managing accounts, groups, permissions and modules. * * @package Modules\Admin * @license OMS License 1.0 diff --git a/Controller/ConsoleController.php b/Controller/ConsoleController.php index a042153..d9d9d5a 100644 --- a/Controller/ConsoleController.php +++ b/Controller/ConsoleController.php @@ -31,7 +31,7 @@ use phpOMS\Views\View; final class ConsoleController extends Controller { /** - * Method which generates the general settings view + * Method which generates the general settings view. * * In this view general settings for the entire application can be seen and adjusted. Settings which can be modified * here are localization, password, database, etc.