Skip to content

Commit 43dede6

Browse files
Fixed codestyle
1 parent 736321a commit 43dede6

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

config/http.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@
33
declare(strict_types=1);
44

55
return [
6-
7-
/*
8-
* This section is responsible for returning a response from the application.
9-
*/
10-
116
'response' => [
12-
137
/*
148
* This setting is responsible for applying middleware to routes.
15-
*
9+
*
1610
* You can specify route group names to apply the `SetHeaderMiddleware`
1711
* middleware to them, or specify null to apply it to all routes.
18-
*
12+
*
1913
* For example,
20-
*
14+
*
2115
* json => null
2216
* json => 'api'
2317
* json => ['api', 'web']

tests/TestCase.php

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

1010
abstract class TestCase extends BaseTestCase
1111
{
12-
protected $groups = null;
12+
protected $groups;
1313

1414
protected function getPackageProviders($app): array
1515
{

0 commit comments

Comments
 (0)