Make classes final

This commit is contained in:
Dennis Eichhorn 2018-12-01 20:50:27 +01:00
parent bc37cb8860
commit dc9a5a597d
7 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ use phpOMS\Message\NotificationLevel;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class ApiController extends Controller final class ApiController extends Controller
{ {
/** /**
* @param RequestAbstract $request Request * @param RequestAbstract $request Request

View File

@ -31,7 +31,7 @@ use phpOMS\Asset\AssetType;
* @since 1.0.0 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */
class BackendController extends Controller final class BackendController extends Controller
{ {
/** /**
* @param RequestAbstract $request Request * @param RequestAbstract $request Request

View File

@ -29,7 +29,7 @@ use phpOMS\Stdlib\Base\Location;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class AddressMapper extends DataMapperAbstract final class AddressMapper extends DataMapperAbstract
{ {
/** /**
* Columns. * Columns.

View File

@ -22,7 +22,7 @@ namespace Modules\Profile\Models;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class ContactElement final class ContactElement
{ {
private $id = 0; private $id = 0;

View File

@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
use phpOMS\DataStorage\Database\Query\Column; use phpOMS\DataStorage\Database\Query\Column;
use phpOMS\DataStorage\Database\RelationType; use phpOMS\DataStorage\Database\RelationType;
class ContactElementMapper extends DataMapperAbstract final class ContactElementMapper extends DataMapperAbstract
{ {
/** /**
* Columns. * Columns.

View File

@ -29,7 +29,7 @@ use phpOMS\Stdlib\Base\Location;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Profile final class Profile
{ {
/** /**
* Id. * Id.

View File

@ -31,7 +31,7 @@ use Modules\Calendar\Models\CalendarMapper;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class ProfileMapper extends DataMapperAbstract final class ProfileMapper extends DataMapperAbstract
{ {
/** /**
* Columns. * Columns.