diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 4f514715..b614ae97 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/LICENSE.md b/LICENSE.md index 96580b54..afd82ebc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright (c) 2018-2023 Andreas Möller +Copyright (c) 2018-2024 Andreas Möller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the _Software_), to deal in the Software without restriction, including without limitation the diff --git a/bin/laxify-schema.php b/bin/laxify-schema.php index ac4087de..5e21156d 100644 --- a/bin/laxify-schema.php +++ b/bin/laxify-schema.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/rector.php b/rector.php index ad10e6c6..bd1ff968 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/CallableNormalizer.php b/src/CallableNormalizer.php index 104cca3d..57c8e1b3 100644 --- a/src/CallableNormalizer.php +++ b/src/CallableNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/ChainNormalizer.php b/src/ChainNormalizer.php index b7577218..b848be56 100644 --- a/src/ChainNormalizer.php +++ b/src/ChainNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/DependencyMissing.php b/src/Exception/DependencyMissing.php index a1428152..cc36fd9d 100644 --- a/src/Exception/DependencyMissing.php +++ b/src/Exception/DependencyMissing.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/Exception.php b/src/Exception/Exception.php index 4619fc76..1964ae4f 100644 --- a/src/Exception/Exception.php +++ b/src/Exception/Exception.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/InvalidIndentSize.php b/src/Exception/InvalidIndentSize.php index 374c4e0d..78274d5e 100644 --- a/src/Exception/InvalidIndentSize.php +++ b/src/Exception/InvalidIndentSize.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/InvalidIndentString.php b/src/Exception/InvalidIndentString.php index 58ee861d..eb1ea263 100644 --- a/src/Exception/InvalidIndentString.php +++ b/src/Exception/InvalidIndentString.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/InvalidIndentStyle.php b/src/Exception/InvalidIndentStyle.php index 1f3cfef7..3bcf185c 100644 --- a/src/Exception/InvalidIndentStyle.php +++ b/src/Exception/InvalidIndentStyle.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/InvalidJsonEncodeOptions.php b/src/Exception/InvalidJsonEncodeOptions.php index 065d4f8b..ae92d5cc 100644 --- a/src/Exception/InvalidJsonEncodeOptions.php +++ b/src/Exception/InvalidJsonEncodeOptions.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/InvalidNewLineString.php b/src/Exception/InvalidNewLineString.php index 6f2bcb9b..c9408927 100644 --- a/src/Exception/InvalidNewLineString.php +++ b/src/Exception/InvalidNewLineString.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/NormalizedInvalidAccordingToSchema.php b/src/Exception/NormalizedInvalidAccordingToSchema.php index 5cb0f45c..3053438b 100644 --- a/src/Exception/NormalizedInvalidAccordingToSchema.php +++ b/src/Exception/NormalizedInvalidAccordingToSchema.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/OriginalInvalidAccordingToSchema.php b/src/Exception/OriginalInvalidAccordingToSchema.php index 049f5119..aeb7ea78 100644 --- a/src/Exception/OriginalInvalidAccordingToSchema.php +++ b/src/Exception/OriginalInvalidAccordingToSchema.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/SchemaUriCouldNotBeRead.php b/src/Exception/SchemaUriCouldNotBeRead.php index 64ec7cae..7ffa2474 100644 --- a/src/Exception/SchemaUriCouldNotBeRead.php +++ b/src/Exception/SchemaUriCouldNotBeRead.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/SchemaUriCouldNotBeResolved.php b/src/Exception/SchemaUriCouldNotBeResolved.php index 19a526e0..9399e9f8 100644 --- a/src/Exception/SchemaUriCouldNotBeResolved.php +++ b/src/Exception/SchemaUriCouldNotBeResolved.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/SchemaUriReferencesDocumentWithInvalidMediaType.php b/src/Exception/SchemaUriReferencesDocumentWithInvalidMediaType.php index fd535f66..a97f48a6 100644 --- a/src/Exception/SchemaUriReferencesDocumentWithInvalidMediaType.php +++ b/src/Exception/SchemaUriReferencesDocumentWithInvalidMediaType.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Exception/SchemaUriReferencesInvalidJsonDocument.php b/src/Exception/SchemaUriReferencesInvalidJsonDocument.php index 7cedd4b7..dafc69a0 100644 --- a/src/Exception/SchemaUriReferencesInvalidJsonDocument.php +++ b/src/Exception/SchemaUriReferencesInvalidJsonDocument.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Format/DefaultFormatter.php b/src/Format/DefaultFormatter.php index f02d800c..0be0a2a3 100644 --- a/src/Format/DefaultFormatter.php +++ b/src/Format/DefaultFormatter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Format/Format.php b/src/Format/Format.php index dc3f34f7..b50a9c8e 100644 --- a/src/Format/Format.php +++ b/src/Format/Format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Format/Formatter.php b/src/Format/Formatter.php index ac55a37b..591d73b3 100644 --- a/src/Format/Formatter.php +++ b/src/Format/Formatter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Format/Indent.php b/src/Format/Indent.php index 8799275b..d25dd923 100644 --- a/src/Format/Indent.php +++ b/src/Format/Indent.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Format/JsonEncodeOptions.php b/src/Format/JsonEncodeOptions.php index 2b153be9..1679a6a8 100644 --- a/src/Format/JsonEncodeOptions.php +++ b/src/Format/JsonEncodeOptions.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Format/NewLine.php b/src/Format/NewLine.php index c962a480..6c09d1bf 100644 --- a/src/Format/NewLine.php +++ b/src/Format/NewLine.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/FormatNormalizer.php b/src/FormatNormalizer.php index 4b5b3146..a53e2810 100644 --- a/src/FormatNormalizer.php +++ b/src/FormatNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/IndentNormalizer.php b/src/IndentNormalizer.php index 33d85af7..78569155 100644 --- a/src/IndentNormalizer.php +++ b/src/IndentNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/JsonEncodeNormalizer.php b/src/JsonEncodeNormalizer.php index 801d4b90..a78ffcf5 100644 --- a/src/JsonEncodeNormalizer.php +++ b/src/JsonEncodeNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Normalizer.php b/src/Normalizer.php index 1e42ea9d..8d3c1005 100644 --- a/src/Normalizer.php +++ b/src/Normalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/SchemaNormalizer.php b/src/SchemaNormalizer.php index e85d5802..42be735c 100644 --- a/src/SchemaNormalizer.php +++ b/src/SchemaNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/BinNormalizer.php b/src/Vendor/Composer/BinNormalizer.php index a80d0c95..ce4543a2 100644 --- a/src/Vendor/Composer/BinNormalizer.php +++ b/src/Vendor/Composer/BinNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/ComposerJsonNormalizer.php b/src/Vendor/Composer/ComposerJsonNormalizer.php index 2a67913b..c6612014 100644 --- a/src/Vendor/Composer/ComposerJsonNormalizer.php +++ b/src/Vendor/Composer/ComposerJsonNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/ConfigHashNormalizer.php b/src/Vendor/Composer/ConfigHashNormalizer.php index f6945ecd..bda8d25d 100644 --- a/src/Vendor/Composer/ConfigHashNormalizer.php +++ b/src/Vendor/Composer/ConfigHashNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/PackageHashNormalizer.php b/src/Vendor/Composer/PackageHashNormalizer.php index 0f73d4dd..c35c2d6a 100644 --- a/src/Vendor/Composer/PackageHashNormalizer.php +++ b/src/Vendor/Composer/PackageHashNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/RepositoriesHashNormalizer.php b/src/Vendor/Composer/RepositoriesHashNormalizer.php index c0c3bb67..ab26e78d 100644 --- a/src/Vendor/Composer/RepositoriesHashNormalizer.php +++ b/src/Vendor/Composer/RepositoriesHashNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/VersionConstraintNormalizer.php b/src/Vendor/Composer/VersionConstraintNormalizer.php index 172c3379..01c995ba 100644 --- a/src/Vendor/Composer/VersionConstraintNormalizer.php +++ b/src/Vendor/Composer/VersionConstraintNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/Vendor/Composer/WildcardSorter.php b/src/Vendor/Composer/WildcardSorter.php index 46bff27f..98e0af30 100644 --- a/src/Vendor/Composer/WildcardSorter.php +++ b/src/Vendor/Composer/WildcardSorter.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/WithFinalNewLineNormalizer.php b/src/WithFinalNewLineNormalizer.php index 1c629cd5..87b03a23 100644 --- a/src/WithFinalNewLineNormalizer.php +++ b/src/WithFinalNewLineNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/src/WithoutFinalNewLineNormalizer.php b/src/WithoutFinalNewLineNormalizer.php index c6f5bd23..f99227cd 100644 --- a/src/WithoutFinalNewLineNormalizer.php +++ b/src/WithoutFinalNewLineNormalizer.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/False/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/False/format.php index 55e756ba..4ebdf93c 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/False/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/False/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/True/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/True/format.php index 61b7f397..e8cf2da0 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/True/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/HasFinalNewLine/True/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/One/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/One/format.php index 3e0aabcf..fd8adbb0 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/One/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/One/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/Three/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/Three/format.php index 75efb42d..3f13851d 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/Three/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Size/Three/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Space/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Space/format.php index 713a02cf..18ae82ba 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Space/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Space/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Tab/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Tab/format.php index c578defe..4daa2055 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Tab/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/Indent/Style/Tab/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedSlashes/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedSlashes/format.php index 48983452..8c9ed55f 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedSlashes/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedSlashes/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedUnicode/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedUnicode/format.php index aaca95ed..f29ee95c 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedUnicode/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/JsonUnescapedUnicode/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/Zero/format.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/Zero/format.php index 94acf30c..bc5ead2a 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/Zero/format.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Json/IsObject/JsonEncodeOptions/Zero/format.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Scenario.php b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Scenario.php index 13eeb393..131efa40 100644 --- a/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Scenario.php +++ b/test/Fixture/FormatNormalizer/NormalizeNormalizesJson/Scenario.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/Scenario.php b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/Scenario.php index 510af2dd..c53bcf47 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/Scenario.php +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/Scenario.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php index 36869cc1..224b1cb7 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/specification-for-pointer-to-data-that-should-not-be-sorted.php b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/specification-for-pointer-to-data-that-should-not-be-sorted.php index 36869cc1..224b1cb7 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/specification-for-pointer-to-data-that-should-not-be-sorted.php +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/specification-for-pointer-to-data-that-should-not-be-sorted.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php index 36869cc1..224b1cb7 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/specification-for-pointer-to-data-that-should-not-be-sorted.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/specification-for-pointer-to-data-that-should-not-be-sorted.php b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/specification-for-pointer-to-data-that-should-not-be-sorted.php index b60bef7a..f8dd3cb4 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/specification-for-pointer-to-data-that-should-not-be-sorted.php +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/specification-for-pointer-to-data-that-should-not-be-sorted.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeNormalizesJson/Scenario.php b/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeNormalizesJson/Scenario.php index 3e66f176..c7d3b772 100644 --- a/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeNormalizesJson/Scenario.php +++ b/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeNormalizesJson/Scenario.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeRejectsJson/Scenario.php b/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeRejectsJson/Scenario.php index 0f935fe9..deff845b 100644 --- a/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeRejectsJson/Scenario.php +++ b/test/Fixture/Vendor/Composer/ComposerJsonNormalizer/NormalizeRejectsJson/Scenario.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/CallableNormalizerTest.php b/test/Unit/CallableNormalizerTest.php index eabf68ed..18dc7821 100644 --- a/test/Unit/CallableNormalizerTest.php +++ b/test/Unit/CallableNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/ChainNormalizerTest.php b/test/Unit/ChainNormalizerTest.php index b8c301eb..f29f85d1 100644 --- a/test/Unit/ChainNormalizerTest.php +++ b/test/Unit/ChainNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/DependencyMissingTest.php b/test/Unit/Exception/DependencyMissingTest.php index 7fadf6a2..ee303f68 100644 --- a/test/Unit/Exception/DependencyMissingTest.php +++ b/test/Unit/Exception/DependencyMissingTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/InvalidIndentSizeTest.php b/test/Unit/Exception/InvalidIndentSizeTest.php index f516cfbb..f9de2424 100644 --- a/test/Unit/Exception/InvalidIndentSizeTest.php +++ b/test/Unit/Exception/InvalidIndentSizeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/InvalidIndentStringTest.php b/test/Unit/Exception/InvalidIndentStringTest.php index dfdf0038..06520fed 100644 --- a/test/Unit/Exception/InvalidIndentStringTest.php +++ b/test/Unit/Exception/InvalidIndentStringTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/InvalidIndentStyleTest.php b/test/Unit/Exception/InvalidIndentStyleTest.php index 9eab44c0..3092a9eb 100644 --- a/test/Unit/Exception/InvalidIndentStyleTest.php +++ b/test/Unit/Exception/InvalidIndentStyleTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/InvalidJsonEncodeOptionsTest.php b/test/Unit/Exception/InvalidJsonEncodeOptionsTest.php index 13e924e7..6466f6d4 100644 --- a/test/Unit/Exception/InvalidJsonEncodeOptionsTest.php +++ b/test/Unit/Exception/InvalidJsonEncodeOptionsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/InvalidNewLineStringTest.php b/test/Unit/Exception/InvalidNewLineStringTest.php index 6be9b359..ace4310d 100644 --- a/test/Unit/Exception/InvalidNewLineStringTest.php +++ b/test/Unit/Exception/InvalidNewLineStringTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/NormalizedInvalidAccordingToSchemaTest.php b/test/Unit/Exception/NormalizedInvalidAccordingToSchemaTest.php index 98647c45..155bf980 100644 --- a/test/Unit/Exception/NormalizedInvalidAccordingToSchemaTest.php +++ b/test/Unit/Exception/NormalizedInvalidAccordingToSchemaTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/OriginalInvalidAccordingToSchemaTest.php b/test/Unit/Exception/OriginalInvalidAccordingToSchemaTest.php index ea649a1d..d6b6fa07 100644 --- a/test/Unit/Exception/OriginalInvalidAccordingToSchemaTest.php +++ b/test/Unit/Exception/OriginalInvalidAccordingToSchemaTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/SchemaUriCouldNotBeReadTest.php b/test/Unit/Exception/SchemaUriCouldNotBeReadTest.php index 1b2d3588..3de5899f 100644 --- a/test/Unit/Exception/SchemaUriCouldNotBeReadTest.php +++ b/test/Unit/Exception/SchemaUriCouldNotBeReadTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/SchemaUriCouldNotBeResolvedTest.php b/test/Unit/Exception/SchemaUriCouldNotBeResolvedTest.php index 2ab394a2..e59ebe92 100644 --- a/test/Unit/Exception/SchemaUriCouldNotBeResolvedTest.php +++ b/test/Unit/Exception/SchemaUriCouldNotBeResolvedTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/SchemaUriReferencesDocumentWithInvalidMediaTypeTest.php b/test/Unit/Exception/SchemaUriReferencesDocumentWithInvalidMediaTypeTest.php index ebaaa09c..c966bd51 100644 --- a/test/Unit/Exception/SchemaUriReferencesDocumentWithInvalidMediaTypeTest.php +++ b/test/Unit/Exception/SchemaUriReferencesDocumentWithInvalidMediaTypeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Exception/SchemaUriReferencesInvalidJsonDocumentTest.php b/test/Unit/Exception/SchemaUriReferencesInvalidJsonDocumentTest.php index 074f8fa2..d3fa248b 100644 --- a/test/Unit/Exception/SchemaUriReferencesInvalidJsonDocumentTest.php +++ b/test/Unit/Exception/SchemaUriReferencesInvalidJsonDocumentTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Format/DefaultFormatterTest.php b/test/Unit/Format/DefaultFormatterTest.php index d2e5aa44..5469b4b8 100644 --- a/test/Unit/Format/DefaultFormatterTest.php +++ b/test/Unit/Format/DefaultFormatterTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Format/FormatTest.php b/test/Unit/Format/FormatTest.php index 0e9a9ddb..047843d0 100644 --- a/test/Unit/Format/FormatTest.php +++ b/test/Unit/Format/FormatTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Format/IndentTest.php b/test/Unit/Format/IndentTest.php index 7ad6c197..902e12aa 100644 --- a/test/Unit/Format/IndentTest.php +++ b/test/Unit/Format/IndentTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Format/JsonEncodeOptionsTest.php b/test/Unit/Format/JsonEncodeOptionsTest.php index cb878469..84fa345c 100644 --- a/test/Unit/Format/JsonEncodeOptionsTest.php +++ b/test/Unit/Format/JsonEncodeOptionsTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Format/NewLineTest.php b/test/Unit/Format/NewLineTest.php index acf6e1f9..38039364 100644 --- a/test/Unit/Format/NewLineTest.php +++ b/test/Unit/Format/NewLineTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/FormatNormalizerTest.php b/test/Unit/FormatNormalizerTest.php index 3438529a..73a88e1d 100644 --- a/test/Unit/FormatNormalizerTest.php +++ b/test/Unit/FormatNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/IndentNormalizerTest.php b/test/Unit/IndentNormalizerTest.php index 80f99d18..663b01b6 100644 --- a/test/Unit/IndentNormalizerTest.php +++ b/test/Unit/IndentNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/JsonEncodeNormalizerTest.php b/test/Unit/JsonEncodeNormalizerTest.php index 63153dc7..63873b90 100644 --- a/test/Unit/JsonEncodeNormalizerTest.php +++ b/test/Unit/JsonEncodeNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/SchemaNormalizerTest.php b/test/Unit/SchemaNormalizerTest.php index 2f4f03f7..2d6ef4c3 100644 --- a/test/Unit/SchemaNormalizerTest.php +++ b/test/Unit/SchemaNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/Vendor/Composer/ComposerJsonNormalizerTest.php b/test/Unit/Vendor/Composer/ComposerJsonNormalizerTest.php index 7c8ee3cd..660ea9fa 100644 --- a/test/Unit/Vendor/Composer/ComposerJsonNormalizerTest.php +++ b/test/Unit/Vendor/Composer/ComposerJsonNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/WithFinalNewLineNormalizerTest.php b/test/Unit/WithFinalNewLineNormalizerTest.php index 6e0daafe..fa1410da 100644 --- a/test/Unit/WithFinalNewLineNormalizerTest.php +++ b/test/Unit/WithFinalNewLineNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/WithoutFinalNewLineNormalizerTest.php b/test/Unit/WithoutFinalNewLineNormalizerTest.php index 732c0017..8e54ee62 100644 --- a/test/Unit/WithoutFinalNewLineNormalizerTest.php +++ b/test/Unit/WithoutFinalNewLineNormalizerTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Unit/bootstrap.php b/test/Unit/bootstrap.php index ccef7853..d2a41573 100644 --- a/test/Unit/bootstrap.php +++ b/test/Unit/bootstrap.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code. diff --git a/test/Util/Helper.php b/test/Util/Helper.php index c1be178e..0182f88e 100644 --- a/test/Util/Helper.php +++ b/test/Util/Helper.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * Copyright (c) 2018-2023 Andreas Möller + * Copyright (c) 2018-2024 Andreas Möller * * For the full copyright and license information, please view * the LICENSE.md file that was distributed with this source code.