diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 076d7d2..48e3128 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 d9d9d5a..a042153 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.