diff --git a/pint.json b/pint.json index 6a53056..0770ac6 100644 --- a/pint.json +++ b/pint.json @@ -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": { diff --git a/src/Caster/CollectionOfCaster.php b/src/Caster/CollectionOfCaster.php index 62c9f9f..be843b8 100644 --- a/src/Caster/CollectionOfCaster.php +++ b/src/Caster/CollectionOfCaster.php @@ -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 */ diff --git a/src/Casts/Dt0Cast.php b/src/Casts/Dt0Cast.php index bcd8505..8b53c5e 100644 --- a/src/Casts/Dt0Cast.php +++ b/src/Casts/Dt0Cast.php @@ -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 */ diff --git a/src/Dt0.php b/src/Dt0.php index 4ffe4d3..7534505 100644 --- a/src/Dt0.php +++ b/src/Dt0.php @@ -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 */ diff --git a/src/Exceptions/NotNullableException.php b/src/Exceptions/NotNullableException.php index 253a175..48a4be1 100644 --- a/src/Exceptions/NotNullableException.php +++ b/src/Exceptions/NotNullableException.php @@ -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 */ diff --git a/src/LaravelDt0Trait.php b/src/LaravelDt0Trait.php index 01a8d62..c85abe4 100644 --- a/src/LaravelDt0Trait.php +++ b/src/LaravelDt0Trait.php @@ -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 */ diff --git a/src/Validator.php b/src/Validator.php index d9b882d..a471bf9 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -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 */ diff --git a/tests/Artifacts/CastModel.php b/tests/Artifacts/CastModel.php index 87d4b44..db77956 100644 --- a/tests/Artifacts/CastModel.php +++ b/tests/Artifacts/CastModel.php @@ -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 */ diff --git a/tests/Artifacts/DumbDt0.php b/tests/Artifacts/DumbDt0.php index 6ae60cd..bb984f9 100644 --- a/tests/Artifacts/DumbDt0.php +++ b/tests/Artifacts/DumbDt0.php @@ -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 */ diff --git a/tests/Artifacts/Rules/Lowercase.php b/tests/Artifacts/Rules/Lowercase.php index 6585b1c..310af4e 100644 --- a/tests/Artifacts/Rules/Lowercase.php +++ b/tests/Artifacts/Rules/Lowercase.php @@ -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 */ diff --git a/tests/Artifacts/ValidatableDt0.php b/tests/Artifacts/ValidatableDt0.php index 2a031e2..3a2f9c6 100644 --- a/tests/Artifacts/ValidatableDt0.php +++ b/tests/Artifacts/ValidatableDt0.php @@ -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 */ diff --git a/tests/Caster/CollectionOfCasterTest.php b/tests/Caster/CollectionOfCasterTest.php index e137d7a..8760b9a 100644 --- a/tests/Caster/CollectionOfCasterTest.php +++ b/tests/Caster/CollectionOfCasterTest.php @@ -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 */ diff --git a/tests/Casts/Dt0CastTest.php b/tests/Casts/Dt0CastTest.php index 64fccc7..b5f83c7 100644 --- a/tests/Casts/Dt0CastTest.php +++ b/tests/Casts/Dt0CastTest.php @@ -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 */ diff --git a/tests/TestCase.php b/tests/TestCase.php index 41cf411..8ad7560 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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 */ diff --git a/tests/ValidationTest.php b/tests/ValidationTest.php index 4fae711..4547dfe 100644 --- a/tests/ValidationTest.php +++ b/tests/ValidationTest.php @@ -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 */