mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-01-28 00:08:43 +00:00
Make classes final
This commit is contained in:
parent
c0935a07a0
commit
02390974da
|
|
@ -32,7 +32,7 @@ use phpOMS\Views\View;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class BackendController extends Controller
|
||||
final class BackendController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Comments\Models;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Comment
|
||||
final class Comment
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Comments\Models;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class CommentList
|
||||
final class CommentList
|
||||
{
|
||||
private $id = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\RelationType;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class CommentListMapper extends DataMapperAbstract
|
||||
final class CommentListMapper extends DataMapperAbstract
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ use phpOMS\DataStorage\Database\RelationType;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class CommentMapper extends DataMapperAbstract
|
||||
final class CommentMapper extends DataMapperAbstract
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user