From 64499b49d32f58d1c9c7e38b2d8d5f799039923e Mon Sep 17 00:00:00 2001 From: Meritoo Date: Sun, 1 Jul 2018 21:07:47 +0200 Subject: [PATCH] Update @author and @copyright in classes' descriptions --- CHANGELOG.md | 1 + build.xml | 2 +- phing/properties.dist | 4 ++-- phing/tests.xml | 14 +++++++------- src/Collection/Collection.php | 4 ++-- src/Exception/Base/UnknownTypeException.php | 4 ++-- .../Bundle/IncorrectBundleNameException.php | 4 ++-- .../Date/UnknownDatePartTypeException.php | 4 ++-- src/Exception/File/EmptyFileException.php | 4 ++-- src/Exception/File/EmptyFilePathException.php | 4 ++-- src/Exception/File/NotExistingFileException.php | 4 ++-- src/Exception/Method/DisabledMethodException.php | 4 ++-- .../CannotResolveClassNameException.php | 4 ++-- .../Reflection/MissingChildClassesException.php | 4 ++-- .../Reflection/TooManyChildClassesException.php | 4 ++-- .../Regex/IncorrectColorHexLengthException.php | 4 ++-- .../Regex/InvalidColorHexValueException.php | 4 ++-- .../Regex/InvalidHtmlAttributesException.php | 4 ++-- src/Exception/Regex/InvalidUrlException.php | 4 ++-- .../Type/UnknownOopVisibilityTypeException.php | 4 ++-- src/Test/Base/BaseTestCase.php | 4 ++-- src/Test/Base/BaseTypeTestCase.php | 4 ++-- src/Traits/Test/Base/BaseTestCaseTrait.php | 4 ++-- src/Traits/Test/Base/BaseTypeTestCaseTrait.php | 4 ++-- src/Type/Base/BaseType.php | 4 ++-- src/Type/DatePartType.php | 4 ++-- src/Type/DatePeriod.php | 4 ++-- src/Type/OopVisibilityType.php | 4 ++-- src/Utilities/Arrays.php | 4 ++-- src/Utilities/Bundle.php | 4 ++-- src/Utilities/Composer.php | 4 ++-- src/Utilities/Date.php | 4 ++-- src/Utilities/GeneratorUtility.php | 4 ++-- src/Utilities/Locale.php | 4 ++-- src/Utilities/MimeTypes.php | 4 ++-- src/Utilities/Miscellaneous.php | 4 ++-- src/Utilities/QueryBuilderUtility.php | 4 ++-- src/Utilities/Reflection.php | 6 +++--- src/Utilities/Regex.php | 4 ++-- src/Utilities/Repository.php | 4 ++-- src/Utilities/Uri.php | 4 ++-- src/Utilities/Xml.php | 4 ++-- tests/Collection/CollectionTest.php | 4 ++-- .../Exception/Base/UnknownTypeExceptionTest.php | 16 ++++++++-------- .../Date/UnknownDatePartTypeExceptionTest.php | 4 ++-- tests/Exception/File/EmptyFileExceptionTest.php | 4 ++-- .../File/EmptyFilePathExceptionTest.php | 4 ++-- .../File/NotExistingFileExceptionTest.php | 4 ++-- .../Method/DisabledMethodExceptionTest.php | 4 ++-- .../CannotResolveClassNameExceptionTest.php | 4 ++-- .../MissingChildClassesExceptionTest.php | 4 ++-- .../TooManyChildClassesExceptionTest.php | 4 ++-- .../IncorrectColorHexLengthExceptionTest.php | 4 ++-- .../Regex/InvalidColorHexValueExceptionTest.php | 4 ++-- .../Regex/InvalidHtmlAttributesExceptionTest.php | 4 ++-- .../Exception/Regex/InvalidUrlExceptionTest.php | 4 ++-- .../UnknownOopVisibilityTypeExceptionTest.php | 4 ++-- tests/Test/Base/BaseTestCaseTest.php | 8 ++++---- tests/Type/Base/BaseTypeTest.php | 12 ++++++------ tests/Type/DatePartTypeTest.php | 4 ++-- tests/Type/DatePeriodTest.php | 4 ++-- tests/Utilities/ArraysTest.php | 4 ++-- tests/Utilities/BundleTest.php | 4 ++-- tests/Utilities/ComposerTest.php | 4 ++-- tests/Utilities/DateTest.php | 4 ++-- tests/Utilities/GeneratorUtilityTest.php | 4 ++-- tests/Utilities/LocaleTest.php | 4 ++-- tests/Utilities/MimeTypesTest.php | 4 ++-- tests/Utilities/MiscellaneousTest.php | 4 ++-- tests/Utilities/QueryBuilderUtilityTest.php | 4 ++-- tests/Utilities/Reflection/A.php | 4 ++-- tests/Utilities/Reflection/B.php | 4 ++-- tests/Utilities/Reflection/C.php | 4 ++-- tests/Utilities/Reflection/D.php | 4 ++-- tests/Utilities/Reflection/E.php | 4 ++-- tests/Utilities/Reflection/F.php | 4 ++-- tests/Utilities/Reflection/G.php | 4 ++-- tests/Utilities/Reflection/H.php | 4 ++-- tests/Utilities/Reflection/I.php | 4 ++-- tests/Utilities/ReflectionTest.php | 4 ++-- tests/Utilities/RegexTest.php | 4 ++-- tests/Utilities/Repository/Sortable.php | 4 ++-- tests/Utilities/RepositoryTest.php | 4 ++-- tests/Utilities/UriTest.php | 4 ++-- tests/Utilities/XmlTest.php | 4 ++-- 85 files changed, 186 insertions(+), 185 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e4a04c..bdfa192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Common and useful classes, methods, exceptions etc. 1. Composer > require ext-pcre 2. Arrays > minor refactoring +3. Update @author and @copyright in classes' descriptions # 0.0.20 diff --git a/build.xml b/build.xml index d23552d..d65367b 100644 --- a/build.xml +++ b/build.xml @@ -29,7 +29,7 @@ Conditional running of tests. Disabled, because not required. - Krzysztof Niziol + Meritoo 2017-02-22 diff --git a/phing/properties.dist b/phing/properties.dist index aaf0ccb..dc0463c 100644 --- a/phing/properties.dist +++ b/phing/properties.dist @@ -31,7 +31,7 @@ assets.installWithSymlink = true # The cache:clear command should always be called with the --no-warmup option. Warmup should be done via the cache:warmup command. # https://github.com/symfony/symfony/blob/master/UPGRADE-3.3.md#frameworkbundle # -# Krzysztof Niziol +# Meritoo # 2017-06-06 # cache.clearWithWarmup = false @@ -81,7 +81,7 @@ dir.reports.coverage = ${dir.reports}/phpunit_coverage # Disabled, because unnecessary right now # phpdocumentor/phpdocumentor cannot be installed via Composer # -# Krzysztof Niziol +# Meritoo # 2017-02-22 # #dir.docs = ${dir.build}/docs diff --git a/phing/tests.xml b/phing/tests.xml index c4e983b..edd288b 100644 --- a/phing/tests.xml +++ b/phing/tests.xml @@ -4,7 +4,7 @@ The AutoloaderTask is required to load binaries installed by Composer. The "autoloaderpath" attribute of this task is not required, because it's default value is: vendor/autoload.php. - Krzysztof Niziol + Meritoo 2017-02-23 --> @@ -48,7 +48,7 @@ a) phpdocumentor/phpdocumentor v2.9.0 requires symfony/validator ~2.2 b) symfony/validator ~2.2 causes to remove symfony/symfony 3.* - Krzysztof Niziol + Meritoo 2017-02-22 --> @@ -73,7 +73,7 @@ a) phpdocumentor/phpdocumentor v2.9.0 requires symfony/validator ~2.2 b) symfony/validator ~2.2 causes to remove symfony/symfony 3.* - Krzysztof Niziol + Meritoo 2017-02-22 --> @@ -113,7 +113,7 @@ a) phpdocumentor/phpdocumentor v2.9.0 requires symfony/validator ~2.2 b) symfony/validator ~2.2 causes to remove symfony/symfony 3.* - Krzysztof Niziol + Meritoo 2017-02-22 @@ -142,7 +142,7 @@ via Composer the Symfony2 standard is not included / available in this package. In this case the PHP Coding Standards Fixer (http://cs.sensiolabs.org) is used. - Krzysztof Niziol + Meritoo 2017-02-22 --> @@ -166,7 +166,7 @@