This commit is contained in:
Dennis Eichhorn 2024-01-02 23:34:17 +00:00
parent ecd83c4f9c
commit 92c595bd25
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -69,7 +69,7 @@ class DashboardBoard implements \JsonSerializable
public array $components = [];
/**
* Cosntructor.
* Constructor.
*
* @since 1.0.0
*/

View File

@ -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