mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-02-09 20:38:41 +00:00
Make classes final
This commit is contained in:
parent
032bfccfdb
commit
7fc3b13e1e
|
|
@ -31,7 +31,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\Surveys;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Answer
|
||||
final class Answer
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Surveys;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Question
|
||||
final class Question
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Surveys;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Section
|
||||
final class Section
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ namespace Modules\Surveys;
|
|||
* @link http://website.orange-management.de
|
||||
* @since 1.0.0
|
||||
*/
|
||||
class Survey
|
||||
final class Survey
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user