formatting fixes, bug fixes and support impl.

This commit is contained in:
Dennis Eichhorn 2021-07-04 18:27:20 +02:00
parent 5f2e129a68
commit 00d9b01b4d
7 changed files with 3 additions and 3 deletions

0
.directory Normal file → Executable file
View File

View File

@ -19,7 +19,7 @@ use Modules\Admin\Models\NullAccount;
use Modules\Media\Models\Media;
/**
* Task class.
* Comment class.
*
* @package Modules\Comments\Models
* @license OMS License 1.0

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
namespace Modules\Comments\Models;
/**
* Task class.
* Comment list class.
*
* @package Modules\Comments\Models
* @license OMS License 1.0

2
Models/CommentVote.php Normal file → Executable file
View File

@ -18,7 +18,7 @@ use Modules\Admin\Models\Account;
use Modules\Admin\Models\NullAccount;
/**
* Task class.
* Comment vote class.
*
* @package Modules\Comments\Models
* @license OMS License 1.0

0
Models/CommentVoteMapper.php Normal file → Executable file
View File

0
Models/NullCommentVote.php Normal file → Executable file
View File

0
Models/PermissionState.php Normal file → Executable file
View File