Skip to content

Commit cc73522

Browse files
committed
final class
1 parent 9fe3056 commit cc73522

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Http/JsonErrorResponse.php

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

88
use Mvc5\Http\Error;
99

10-
class JsonErrorResponse
10+
final class JsonErrorResponse
1111
extends JsonResponse
1212
{
1313
/**

src/Http/JsonExceptionResponse.php

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

1010
use const Mvc5\{ CODE, FILE, HTTP_SERVER_ERROR, LINE, MESSAGE, TRACE };
1111

12-
class JsonExceptionResponse
12+
final class JsonExceptionResponse
1313
extends JsonResponse
1414
{
1515
/**

src/JsonErrorResponse.php

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

88
use Mvc5\Http\Error;
99

10-
class JsonErrorResponse
10+
final class JsonErrorResponse
1111
extends JsonResponse
1212
{
1313
/**

src/JsonExceptionResponse.php

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

1010
use const Mvc5\{ CODE, FILE, HTTP_SERVER_ERROR, LINE, MESSAGE, TRACE };
1111

12-
class JsonExceptionResponse
12+
final class JsonExceptionResponse
1313
extends JsonResponse
1414
{
1515
/**

0 commit comments

Comments
 (0)