diff --git a/ecs.php b/ecs.php index 3b7ab15..92359b5 100644 --- a/ecs.php +++ b/ecs.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs @@ -42,8 +41,7 @@ use Symplify\EasyCodingStandard\ValueObject\Option; use Symplify\EasyCodingStandard\ValueObject\Set\SetList; -$header = ' -The MIT License (MIT) +$header = 'The MIT License (MIT) Copyright (c) 2018-2020 Spomky-Labs diff --git a/infection.json.dist b/infection.json.dist index 3daf3a1..0d334a8 100644 --- a/infection.json.dist +++ b/infection.json.dist @@ -22,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/rector.php b/rector.php index 3da6b69..3b54e01 100644 --- a/rector.php +++ b/rector.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/AbstractCBORObject.php b/src/AbstractCBORObject.php index aa7c993..a14d262 100644 --- a/src/AbstractCBORObject.php +++ b/src/AbstractCBORObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/ByteStringObject.php b/src/ByteStringObject.php index b3667e0..450f7ee 100644 --- a/src/ByteStringObject.php +++ b/src/ByteStringObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/ByteStringWithChunkObject.php b/src/ByteStringWithChunkObject.php index d04a681..d173e2f 100644 --- a/src/ByteStringWithChunkObject.php +++ b/src/ByteStringWithChunkObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/CBORObject.php b/src/CBORObject.php index 5c754df..ab9d228 100644 --- a/src/CBORObject.php +++ b/src/CBORObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Decoder.php b/src/Decoder.php index a1eb6f1..3c7377d 100644 --- a/src/Decoder.php +++ b/src/Decoder.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/DecoderInterface.php b/src/DecoderInterface.php index 03237ff..3d7b192 100644 --- a/src/DecoderInterface.php +++ b/src/DecoderInterface.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/IndefiniteLengthByteStringObject.php b/src/IndefiniteLengthByteStringObject.php index e58d1b2..d30430f 100644 --- a/src/IndefiniteLengthByteStringObject.php +++ b/src/IndefiniteLengthByteStringObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/IndefiniteLengthListObject.php b/src/IndefiniteLengthListObject.php index 8e78716..2bf44fb 100644 --- a/src/IndefiniteLengthListObject.php +++ b/src/IndefiniteLengthListObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/IndefiniteLengthMapObject.php b/src/IndefiniteLengthMapObject.php index bc3db46..7bc7a1c 100644 --- a/src/IndefiniteLengthMapObject.php +++ b/src/IndefiniteLengthMapObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/IndefiniteLengthTextStringObject.php b/src/IndefiniteLengthTextStringObject.php index 6047e28..108528e 100644 --- a/src/IndefiniteLengthTextStringObject.php +++ b/src/IndefiniteLengthTextStringObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/InfiniteListObject.php b/src/InfiniteListObject.php index c48608e..526d74c 100644 --- a/src/InfiniteListObject.php +++ b/src/InfiniteListObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/InfiniteMapObject.php b/src/InfiniteMapObject.php index eefe450..efcf781 100644 --- a/src/InfiniteMapObject.php +++ b/src/InfiniteMapObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/LengthCalculator.php b/src/LengthCalculator.php index 742a9ca..e6276dd 100644 --- a/src/LengthCalculator.php +++ b/src/LengthCalculator.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/ListObject.php b/src/ListObject.php index 313ee22..f3a3213 100644 --- a/src/ListObject.php +++ b/src/ListObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/MapItem.php b/src/MapItem.php index fea4642..39578a6 100644 --- a/src/MapItem.php +++ b/src/MapItem.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/MapObject.php b/src/MapObject.php index 0ad48ed..9c71332 100644 --- a/src/MapObject.php +++ b/src/MapObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/NegativeIntegerObject.php b/src/NegativeIntegerObject.php index 1ea1c8e..ad1bbe1 100644 --- a/src/NegativeIntegerObject.php +++ b/src/NegativeIntegerObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Normalizable.php b/src/Normalizable.php index b269bb0..3b77662 100644 --- a/src/Normalizable.php +++ b/src/Normalizable.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject.php b/src/OtherObject.php index e984a06..1b33d41 100644 --- a/src/OtherObject.php +++ b/src/OtherObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/BreakObject.php b/src/OtherObject/BreakObject.php index 8481ec9..339f11b 100644 --- a/src/OtherObject/BreakObject.php +++ b/src/OtherObject/BreakObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/DoublePrecisionFloatObject.php b/src/OtherObject/DoublePrecisionFloatObject.php index 5bbedbb..abd4488 100644 --- a/src/OtherObject/DoublePrecisionFloatObject.php +++ b/src/OtherObject/DoublePrecisionFloatObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/FalseObject.php b/src/OtherObject/FalseObject.php index c6a55b1..c3ce42a 100644 --- a/src/OtherObject/FalseObject.php +++ b/src/OtherObject/FalseObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/GenericObject.php b/src/OtherObject/GenericObject.php index ad3979d..fb9fccc 100644 --- a/src/OtherObject/GenericObject.php +++ b/src/OtherObject/GenericObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/HalfPrecisionFloatObject.php b/src/OtherObject/HalfPrecisionFloatObject.php index 6d7adb7..1f05c5b 100644 --- a/src/OtherObject/HalfPrecisionFloatObject.php +++ b/src/OtherObject/HalfPrecisionFloatObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/NullObject.php b/src/OtherObject/NullObject.php index 3fda77e..a960acf 100644 --- a/src/OtherObject/NullObject.php +++ b/src/OtherObject/NullObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/OtherObjectManager.php b/src/OtherObject/OtherObjectManager.php index 0268cb3..88edcd1 100644 --- a/src/OtherObject/OtherObjectManager.php +++ b/src/OtherObject/OtherObjectManager.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/OtherObjectManagerInterface.php b/src/OtherObject/OtherObjectManagerInterface.php index 42ae589..6c0336d 100644 --- a/src/OtherObject/OtherObjectManagerInterface.php +++ b/src/OtherObject/OtherObjectManagerInterface.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/SimpleObject.php b/src/OtherObject/SimpleObject.php index 5022c9e..d9529d9 100644 --- a/src/OtherObject/SimpleObject.php +++ b/src/OtherObject/SimpleObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/SinglePrecisionFloatObject.php b/src/OtherObject/SinglePrecisionFloatObject.php index 025727e..3c3af61 100644 --- a/src/OtherObject/SinglePrecisionFloatObject.php +++ b/src/OtherObject/SinglePrecisionFloatObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/TrueObject.php b/src/OtherObject/TrueObject.php index 4e0e465..d348a1b 100644 --- a/src/OtherObject/TrueObject.php +++ b/src/OtherObject/TrueObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/OtherObject/UndefinedObject.php b/src/OtherObject/UndefinedObject.php index 6203520..0b4bf89 100644 --- a/src/OtherObject/UndefinedObject.php +++ b/src/OtherObject/UndefinedObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/SignedIntegerObject.php b/src/SignedIntegerObject.php index fc02a66..4526f99 100644 --- a/src/SignedIntegerObject.php +++ b/src/SignedIntegerObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Stream.php b/src/Stream.php index 95982e6..fbaa435 100644 --- a/src/Stream.php +++ b/src/Stream.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/StringStream.php b/src/StringStream.php index d0b8f4f..3676c7d 100644 --- a/src/StringStream.php +++ b/src/StringStream.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag.php b/src/Tag.php index aa90345..9d7171a 100644 --- a/src/Tag.php +++ b/src/Tag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/Base16EncodingTag.php b/src/Tag/Base16EncodingTag.php index 02359a7..1130358 100644 --- a/src/Tag/Base16EncodingTag.php +++ b/src/Tag/Base16EncodingTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/Base64EncodingTag.php b/src/Tag/Base64EncodingTag.php index 6db118e..6f8bb60 100644 --- a/src/Tag/Base64EncodingTag.php +++ b/src/Tag/Base64EncodingTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/Base64Tag.php b/src/Tag/Base64Tag.php index 4f33f75..b669327 100644 --- a/src/Tag/Base64Tag.php +++ b/src/Tag/Base64Tag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/Base64UrlEncodingTag.php b/src/Tag/Base64UrlEncodingTag.php index 37594c8..4dbaaf8 100644 --- a/src/Tag/Base64UrlEncodingTag.php +++ b/src/Tag/Base64UrlEncodingTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/Base64UrlTag.php b/src/Tag/Base64UrlTag.php index 8e69c05..1d7d27f 100644 --- a/src/Tag/Base64UrlTag.php +++ b/src/Tag/Base64UrlTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/BigFloatTag.php b/src/Tag/BigFloatTag.php index a7744d9..c6a33b2 100644 --- a/src/Tag/BigFloatTag.php +++ b/src/Tag/BigFloatTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/CBOREncodingTag.php b/src/Tag/CBOREncodingTag.php index 450371e..612a6d3 100644 --- a/src/Tag/CBOREncodingTag.php +++ b/src/Tag/CBOREncodingTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/CBORTag.php b/src/Tag/CBORTag.php index e12aad9..fbb8581 100644 --- a/src/Tag/CBORTag.php +++ b/src/Tag/CBORTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/DatetimeTag.php b/src/Tag/DatetimeTag.php index 8a7e531..ac07837 100644 --- a/src/Tag/DatetimeTag.php +++ b/src/Tag/DatetimeTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/DecimalFractionTag.php b/src/Tag/DecimalFractionTag.php index 195bae7..76b5c6a 100644 --- a/src/Tag/DecimalFractionTag.php +++ b/src/Tag/DecimalFractionTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/EpochTag.php b/src/Tag/EpochTag.php index 0006e26..aa00c73 100644 --- a/src/Tag/EpochTag.php +++ b/src/Tag/EpochTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/GenericTag.php b/src/Tag/GenericTag.php index eb498f5..73e6ff7 100644 --- a/src/Tag/GenericTag.php +++ b/src/Tag/GenericTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/MimeTag.php b/src/Tag/MimeTag.php index 1538ccc..bf5d2bb 100644 --- a/src/Tag/MimeTag.php +++ b/src/Tag/MimeTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/NegativeBigIntegerTag.php b/src/Tag/NegativeBigIntegerTag.php index d78ae03..1572636 100644 --- a/src/Tag/NegativeBigIntegerTag.php +++ b/src/Tag/NegativeBigIntegerTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/PositiveBigIntegerTag.php b/src/Tag/PositiveBigIntegerTag.php index b31775c..0a35896 100644 --- a/src/Tag/PositiveBigIntegerTag.php +++ b/src/Tag/PositiveBigIntegerTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/TagManager.php b/src/Tag/TagManager.php index 7858a0e..9dcbad9 100644 --- a/src/Tag/TagManager.php +++ b/src/Tag/TagManager.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/TagManagerInterface.php b/src/Tag/TagManagerInterface.php index 632b25f..37e3862 100644 --- a/src/Tag/TagManagerInterface.php +++ b/src/Tag/TagManagerInterface.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/TagObjectManager.php b/src/Tag/TagObjectManager.php index fa7c9c5..9e7ba38 100644 --- a/src/Tag/TagObjectManager.php +++ b/src/Tag/TagObjectManager.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/TimestampTag.php b/src/Tag/TimestampTag.php index 2056bfc..332ae69 100644 --- a/src/Tag/TimestampTag.php +++ b/src/Tag/TimestampTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/UnsignedBigIntegerTag.php b/src/Tag/UnsignedBigIntegerTag.php index c5a0b12..37e5bd7 100644 --- a/src/Tag/UnsignedBigIntegerTag.php +++ b/src/Tag/UnsignedBigIntegerTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Tag/UriTag.php b/src/Tag/UriTag.php index c16eb63..c14f173 100644 --- a/src/Tag/UriTag.php +++ b/src/Tag/UriTag.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/TagObject.php b/src/TagObject.php index ddc9430..0ccb5c8 100644 --- a/src/TagObject.php +++ b/src/TagObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/TextStringObject.php b/src/TextStringObject.php index 8eac07f..1481a07 100644 --- a/src/TextStringObject.php +++ b/src/TextStringObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/TextStringWithChunkObject.php b/src/TextStringWithChunkObject.php index bc4158f..0cb6b96 100644 --- a/src/TextStringWithChunkObject.php +++ b/src/TextStringWithChunkObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/UnsignedIntegerObject.php b/src/UnsignedIntegerObject.php index 5cfa0ea..867dfa7 100644 --- a/src/UnsignedIntegerObject.php +++ b/src/UnsignedIntegerObject.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/src/Utils.php b/src/Utils.php index 3843258..b671ed6 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/ByteStringObjectTest.php b/tests/ByteStringObjectTest.php index f64d569..b8674d4 100644 --- a/tests/ByteStringObjectTest.php +++ b/tests/ByteStringObjectTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/CBORTestCase.php b/tests/CBORTestCase.php index 9abcc14..02ed77b 100644 --- a/tests/CBORTestCase.php +++ b/tests/CBORTestCase.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/DoublePrecisionFloat.php b/tests/DoublePrecisionFloat.php index 04e2bb6..5c96937 100644 --- a/tests/DoublePrecisionFloat.php +++ b/tests/DoublePrecisionFloat.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/FloatTest.php b/tests/FloatTest.php index dbd9532..3c742bb 100644 --- a/tests/FloatTest.php +++ b/tests/FloatTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/GlobalTest.php b/tests/GlobalTest.php index 64b520f..a13422e 100644 --- a/tests/GlobalTest.php +++ b/tests/GlobalTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/IndefiniteLengthByteStringObjectTest.php b/tests/IndefiniteLengthByteStringObjectTest.php index 166b360..b73b844 100644 --- a/tests/IndefiniteLengthByteStringObjectTest.php +++ b/tests/IndefiniteLengthByteStringObjectTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/IndefiniteLengthTextStringObjectTest.php b/tests/IndefiniteLengthTextStringObjectTest.php index c2ae288..2d0487f 100644 --- a/tests/IndefiniteLengthTextStringObjectTest.php +++ b/tests/IndefiniteLengthTextStringObjectTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/InvalidTypeTest.php b/tests/InvalidTypeTest.php index f531671..cb36653 100644 --- a/tests/InvalidTypeTest.php +++ b/tests/InvalidTypeTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/LengthCalculatorTest.php b/tests/LengthCalculatorTest.php index 0601210..ed66987 100644 --- a/tests/LengthCalculatorTest.php +++ b/tests/LengthCalculatorTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/ListObjectTest.php b/tests/ListObjectTest.php index 02599e5..620cec7 100644 --- a/tests/ListObjectTest.php +++ b/tests/ListObjectTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/MapObjectTest.php b/tests/MapObjectTest.php index 1ba64d1..b8e256d 100644 --- a/tests/MapObjectTest.php +++ b/tests/MapObjectTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/OtherObject/All.php b/tests/OtherObject/All.php index 98905c7..31b8db5 100644 --- a/tests/OtherObject/All.php +++ b/tests/OtherObject/All.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/OtherTest.php b/tests/OtherTest.php index 5475514..952d9e2 100644 --- a/tests/OtherTest.php +++ b/tests/OtherTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/SignedIntegerTest.php b/tests/SignedIntegerTest.php index 9698478..a234181 100644 --- a/tests/SignedIntegerTest.php +++ b/tests/SignedIntegerTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/Tag/DatetimeTagTest.php b/tests/Tag/DatetimeTagTest.php index dc88b44..ac3ffa8 100644 --- a/tests/Tag/DatetimeTagTest.php +++ b/tests/Tag/DatetimeTagTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/Tag/EncodingTagsTest.php b/tests/Tag/EncodingTagsTest.php index a004f37..bc3a5f7 100644 --- a/tests/Tag/EncodingTagsTest.php +++ b/tests/Tag/EncodingTagsTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/Tag/MimeTagTest.php b/tests/Tag/MimeTagTest.php index 1392b51..ab7917a 100644 --- a/tests/Tag/MimeTagTest.php +++ b/tests/Tag/MimeTagTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/Tag/SimpleTagsTest.php b/tests/Tag/SimpleTagsTest.php index 088f1c6..d923203 100644 --- a/tests/Tag/SimpleTagsTest.php +++ b/tests/Tag/SimpleTagsTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/TextStringObjectTest.php b/tests/TextStringObjectTest.php index d614251..7fa668c 100644 --- a/tests/TextStringObjectTest.php +++ b/tests/TextStringObjectTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/UnsignedIntegerTest.php b/tests/UnsignedIntegerTest.php index 57212cb..d348f1f 100644 --- a/tests/UnsignedIntegerTest.php +++ b/tests/UnsignedIntegerTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs diff --git a/tests/VectorTest.php b/tests/VectorTest.php index c4c755f..28ef5fd 100644 --- a/tests/VectorTest.php +++ b/tests/VectorTest.php @@ -3,7 +3,6 @@ declare(strict_types=1); /* - * * The MIT License (MIT) * * Copyright (c) 2018-2020 Spomky-Labs