Skip to content

Commit

Permalink
Fix pint header
Browse files Browse the repository at this point in the history
  • Loading branch information
fab2s committed Apr 28, 2024
1 parent 5e201b4 commit ccb8d44
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"preset": "laravel",
"rules": {
"header_comment": {
"header": "This file is part of fab2s/laravel-dt0.\n(c) Fabrice de Stefanis / https://github.com/fab2s/dt0\nThis source file is licensed under the MIT license which you will\nfind in the LICENSE file or at https://opensource.org/licenses/MIT"
"header": "This file is part of fab2s/laravel-dt0.\n(c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0\nThis source file is licensed under the MIT license which you will\nfind in the LICENSE file or at https://opensource.org/licenses/MIT"
},
"assign_null_coalescing_to_coalesce_equal": true,
"binary_operator_spaces": {
Expand Down
2 changes: 1 addition & 1 deletion src/Caster/CollectionOfCaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Casts/Dt0Cast.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Dt0.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/NotNullableException.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/LaravelDt0Trait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Artifacts/CastModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Artifacts/DumbDt0.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Artifacts/Rules/Lowercase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Artifacts/ValidatableDt0.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Caster/CollectionOfCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Casts/Dt0CastTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/ValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This file is part of fab2s/laravel-dt0.
* (c) Fabrice de Stefanis / https://github.com/fab2s/dt0
* (c) Fabrice de Stefanis / https://github.com/fab2s/laravel-dt0
* This source file is licensed under the MIT license which you will
* find in the LICENSE file or at https://opensource.org/licenses/MIT
*/
Expand Down

0 comments on commit ccb8d44

Please sign in to comment.