Skip to content

Commit 8a0d99e

Browse files
committed
Apply fixes from StyleCI
1 parent 56e9601 commit 8a0d99e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

config/response.php

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

1717
'format' => [
1818
'paginated_resource' => [
19-
'data_field' => 'data'
19+
'data_field' => 'data',
2020
],
2121
],
2222
];

src/Support/Serializers/ArraySerializer.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Jiannei/laravel-response.
5+
*
6+
* (c) Jiannei <longjian.huang@foxmail.com>
7+
*
8+
* This source file is subject to the MIT license that is bundled
9+
* with this source code in the file LICENSE.
10+
*/
11+
312
namespace Jiannei\Response\Laravel\Support\Serializers;
413

514
use Illuminate\Support\Facades\Config;

0 commit comments

Comments
 (0)