Make classes final

This commit is contained in:
Dennis Eichhorn 2018-12-01 20:50:27 +01:00
parent ee46f51468
commit 6a1884343c
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ use phpOMS\Views\View;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class BackendController extends Controller final class BackendController extends Controller
{ {
/** /**
* @param RequestAbstract $request Request * @param RequestAbstract $request Request

View File

@ -22,7 +22,7 @@ namespace Modules\Workflow\Models;
* @link http://website.orange-management.de * @link http://website.orange-management.de
* @since 1.0.0 * @since 1.0.0
*/ */
class Template final class Template
{ {
} }