Skip to content

Commit eef8dba

Browse files
committed
final class
1 parent 405e9e0 commit eef8dba

28 files changed

+28
-28
lines changed

src/About/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
namespace About;
66

7-
class Controller
7+
final class Controller
88
{
99
/**
1010
* @var string

src/About/Explore/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use const Mvc5\{ BODY, CHILD_MODEL };
1313

14-
class Controller
14+
final class Controller
1515
{
1616
/**
1717
*

src/About/More/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Mvc5\Http;
1212
use View;
1313

14-
class Controller
14+
final class Controller
1515
{
1616
/**
1717
* @return Http\Response

src/About/More/Messages/ViewModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace About\More\Messages;
77

8-
class ViewModel
8+
final class ViewModel
99
extends \Mvc5\ViewModel
1010
{
1111
/**

src/Api/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Mvc5\Plugins\Service;
1010
use Mvc5\Request\Request;
1111

12-
class Controller
12+
final class Controller
1313
{
1414
/**
1515
*

src/Console/Example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
use Home\ViewModel;
99

10-
class Example
10+
final class Example
1111
{
1212
/**
1313
* @var ViewModel

src/Dashboard/Add/Respond.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
use Psr\Http\Message\ResponseInterface as Response;
99

10-
class Respond
10+
final class Respond
1111
{
1212
/**
1313
* @param Response $response

src/Dashboard/Add/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Dashboard\Add;
77

8-
class Save
8+
final class Save
99
{
1010
/**
1111
* @param ViewModel $model

src/Dashboard/Add/Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
use Mvc5\Request\Request;
99

10-
class Validate
10+
final class Validate
1111
{
1212
/**
1313
* @param Request $request

src/Dashboard/Add/ViewModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Dashboard\Add;
77

8-
class ViewModel
8+
final class ViewModel
99
extends \Mvc5\ViewModel
1010
{
1111
/**

0 commit comments

Comments
 (0)