Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and jiannei committed Apr 29, 2022
1 parent f40372b commit e27e318
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion config/response.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Middleware/Etag.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Middleware/ThrottleRequests.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/LaravelServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Providers/LumenServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Response.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Facades/Response.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Serializers/ArraySerializer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Serializers/SimpleArraySerializer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Traits/ExceptionTrait.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Traits/JsonResponseTrait.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/FailTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/Enums/ResponseCodeEnum.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/Models/User.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/Resources/UserCollection.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Repositories/Resources/UserResource.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/SuccessTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/database/factories/UserFactory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion tests/lang/zh_CN/enums.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/*
* This file is part of the Jiannei/laravel-response.
* This file is part of the jiannei/laravel-response.
*
* (c) Jiannei <[email protected]>
*
Expand Down

0 comments on commit e27e318

Please sign in to comment.