From 92c595bd25f8566220b4635e2a2aae0652a42e2c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 2 Jan 2024 23:34:17 +0000 Subject: [PATCH] update --- Controller/BackendController.php | 2 +- Models/DashboardBoard.php | 2 +- Models/PermissionCategory.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 11272cc..b614098 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -33,7 +33,7 @@ use phpOMS\Views\View; final class BackendController extends Controller { /** - * Routing end-point for application behaviour. + * Routing end-point for application behavior. * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response diff --git a/Models/DashboardBoard.php b/Models/DashboardBoard.php index fc9c121..286df4d 100755 --- a/Models/DashboardBoard.php +++ b/Models/DashboardBoard.php @@ -69,7 +69,7 @@ class DashboardBoard implements \JsonSerializable public array $components = []; /** - * Cosntructor. + * Constructor. * * @since 1.0.0 */ diff --git a/Models/PermissionCategory.php b/Models/PermissionCategory.php index ccd3270..89a46e6 100755 --- a/Models/PermissionCategory.php +++ b/Models/PermissionCategory.php @@ -17,7 +17,7 @@ namespace Modules\Dashboard\Models; use phpOMS\Stdlib\Base\Enum; /** - * Permision state enum. + * Permission category enum. * * @package Modules\Dashboard\Models * @license OMS License 2.0