From d2403e1321de125994f3f45e6ba23e18b2e84200 Mon Sep 17 00:00:00 2001 From: jordanbrauer <18744334+jordanbrauer@users.noreply.github.com> Date: Tue, 9 Feb 2021 18:41:21 -0600 Subject: [PATCH] more house keeping --- composer.json | 2 +- composer.lock | 36 ++++++++++++++++--------------- src/append.php | 2 +- src/array_keys_exist.php | 2 +- src/array_make.php | 2 +- src/between.php | 2 +- src/bits.php | 2 +- src/blank.php | 2 +- src/camel_case.php | 2 +- src/clamp.php | 2 +- src/class_basename.php | 2 +- src/collapse.php | 2 +- src/exists.php | 2 +- src/generate.php | 2 +- src/head.php | 2 +- src/here.php | 2 +- src/ini.php | 2 +- src/ip.php | 2 +- src/is_associative.php | 2 +- src/is_console.php | 2 +- src/is_falsey.php | 2 +- src/is_truthy.php | 2 +- src/is_unix.php | 2 +- src/is_web.php | 2 +- src/is_windows.php | 2 +- src/kebab_case.php | 2 +- src/map.php | 2 +- src/me.php | 2 +- src/numeronym.php | 2 +- src/only.php | 2 +- src/ordinal.php | 2 +- src/partial.php | 2 +- src/pascal_case.php | 2 +- src/path.php | 2 +- src/pluck.php | 2 +- src/prepend.php | 2 +- src/random_float.php | 2 +- src/read.php | 2 +- src/retry.php | 2 +- src/runtime.php | 2 +- src/snake_case.php | 2 +- src/str_random.php | 2 +- src/swap.php | 2 +- src/tail.php | 2 +- src/tap.php | 2 +- src/transform.php | 2 +- src/value.php | 2 +- src/whoami.php | 2 +- src/with.php | 2 +- src/wrap.php | 2 +- src/write.php | 2 +- src/zip.php | 2 +- tests/Datasets/Random.php | 2 +- tests/Helpers.php | 2 +- tests/Pest.php | 2 +- tests/Unit/AppendTest.php | 2 +- tests/Unit/ArrayKeysExistTest.php | 2 +- tests/Unit/ArrayMakeTest.php | 2 +- tests/Unit/BetweenTest.php | 2 +- tests/Unit/BlankTest.php | 2 +- tests/Unit/CamelCaseTest.php | 2 +- tests/Unit/ClampTest.php | 2 +- tests/Unit/ClassBasenameTest.php | 2 +- tests/Unit/CollapseTest.php | 2 +- tests/Unit/ExistsTest.php | 2 +- tests/Unit/GenerateTest.php | 2 +- tests/Unit/HeadTest.php | 2 +- tests/Unit/IniTest.php | 2 +- tests/Unit/IsAssociativeTest.php | 2 +- tests/Unit/IsTruthyTest.php | 2 +- tests/Unit/OrdinalTest.php | 2 +- tests/Unit/PathTest.php | 2 +- tests/Unit/PluckTest.php | 2 +- tests/Unit/PrependTest.php | 2 +- tests/Unit/ReadTest.php | 2 +- tests/Unit/RetryTest.php | 2 +- tests/Unit/SwapTest.php | 2 +- tests/Unit/ValueTest.php | 2 +- 78 files changed, 96 insertions(+), 94 deletions(-) diff --git a/composer.json b/composer.json index a1ef318..7c09f44 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.11", - "friendsofphp/php-cs-fixer": "^2.16", + "friendsofphp/php-cs-fixer": "^2.18", "pestphp/pest": "^0.3.7", "phpstan/phpstan": "^0.12.58", "phpunit/phpunit": "9.3.11", diff --git a/composer.lock b/composer.lock index 3df467c..f6e3861 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3d6c98bf85b9e87aecaa89e4f14958da", + "content-hash": "4923852bc8f4070b5863168682360030", "packages": [], "packages-dev": [ { @@ -754,16 +754,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v2.16.7", + "version": "v2.18.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "4e35806a6d7d8510d6842ae932e8832363d22c87" + "reference": "18f8c9d184ba777380794a389fabc179896ba913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4e35806a6d7d8510d6842ae932e8832363d22c87", - "reference": "4e35806a6d7d8510d6842ae932e8832363d22c87", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913", + "reference": "18f8c9d184ba777380794a389fabc179896ba913", "shasum": "" }, "require": { @@ -772,7 +772,7 @@ "doctrine/annotations": "^1.2", "ext-json": "*", "ext-tokenizer": "*", - "php": "^7.1", + "php": "^5.6 || ^7.0 || ^8.0", "php-cs-fixer/diff": "^1.3", "symfony/console": "^3.4.43 || ^4.1.6 || ^5.0", "symfony/event-dispatcher": "^3.0 || ^4.0 || ^5.0", @@ -785,17 +785,19 @@ "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0" }, "require-dev": { - "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", "justinrainbow/json-schema": "^5.0", "keradus/cli-executor": "^1.4", "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.4.1", + "php-coveralls/php-coveralls": "^2.4.2", "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", + "phpspec/prophecy-phpunit": "^1.1 || ^2.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.5", + "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", - "symfony/phpunit-bridge": "^5.1", + "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", + "symfony/phpunit-bridge": "^5.2.1", "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, "suggest": { @@ -843,7 +845,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.16.7" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.2" }, "funding": [ { @@ -851,7 +853,7 @@ "type": "github" } ], - "time": "2020-10-27T22:44:27+00:00" + "time": "2021-01-26T00:22:21+00:00" }, { "name": "justinrainbow/json-schema", @@ -5141,12 +5143,12 @@ "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/webmozart/assert.git", + "url": "https://github.com/webmozarts/assert.git", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, @@ -5184,8 +5186,8 @@ "validate" ], "support": { - "issues": "https://github.com/webmozart/assert/issues", - "source": "https://github.com/webmozart/assert/tree/master" + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.9.1" }, "time": "2020-07-08T17:02:28+00:00" } @@ -5196,7 +5198,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^7.2" + "php": "^7.2 || ^8.0" }, "platform-dev": [], "plugin-api-version": "2.0.0" diff --git a/src/append.php b/src/append.php index 5e3a8ea..c1618ce 100644 --- a/src/append.php +++ b/src/append.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/array_keys_exist.php b/src/array_keys_exist.php index b167d1d..d299f95 100644 --- a/src/array_keys_exist.php +++ b/src/array_keys_exist.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/array_make.php b/src/array_make.php index 99a0d4f..b1231dc 100644 --- a/src/array_make.php +++ b/src/array_make.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/between.php b/src/between.php index 02186a2..7eb3f20 100644 --- a/src/between.php +++ b/src/between.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/bits.php b/src/bits.php index 6f45802..68f3bb7 100644 --- a/src/bits.php +++ b/src/bits.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/blank.php b/src/blank.php index 1be6b09..cebd676 100644 --- a/src/blank.php +++ b/src/blank.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/camel_case.php b/src/camel_case.php index 644ecf8..57c666b 100644 --- a/src/camel_case.php +++ b/src/camel_case.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/clamp.php b/src/clamp.php index 7c59e73..7fa6c97 100644 --- a/src/clamp.php +++ b/src/clamp.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/class_basename.php b/src/class_basename.php index fa603ac..15aaa0f 100644 --- a/src/class_basename.php +++ b/src/class_basename.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/collapse.php b/src/collapse.php index 8413d39..ec14c64 100644 --- a/src/collapse.php +++ b/src/collapse.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/exists.php b/src/exists.php index c05c4bd..4dcfeea 100644 --- a/src/exists.php +++ b/src/exists.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/generate.php b/src/generate.php index df40a7f..5773f56 100644 --- a/src/generate.php +++ b/src/generate.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/head.php b/src/head.php index b88311f..7167530 100644 --- a/src/head.php +++ b/src/head.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/here.php b/src/here.php index 9eba395..ac6bff5 100644 --- a/src/here.php +++ b/src/here.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/ini.php b/src/ini.php index 339eee4..ee27b5e 100644 --- a/src/ini.php +++ b/src/ini.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/ip.php b/src/ip.php index 83c73ea..d797b08 100644 --- a/src/ip.php +++ b/src/ip.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_associative.php b/src/is_associative.php index 159a36d..53f0eea 100644 --- a/src/is_associative.php +++ b/src/is_associative.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_console.php b/src/is_console.php index 553ffac..538bbdf 100644 --- a/src/is_console.php +++ b/src/is_console.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_falsey.php b/src/is_falsey.php index 262dd5a..62f1f7b 100644 --- a/src/is_falsey.php +++ b/src/is_falsey.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_truthy.php b/src/is_truthy.php index c69aaf1..5bef394 100644 --- a/src/is_truthy.php +++ b/src/is_truthy.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_unix.php b/src/is_unix.php index 2ee9322..4dfb458 100644 --- a/src/is_unix.php +++ b/src/is_unix.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_web.php b/src/is_web.php index d19bd0a..5bbc8dd 100644 --- a/src/is_web.php +++ b/src/is_web.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/is_windows.php b/src/is_windows.php index 6374391..e8d725c 100644 --- a/src/is_windows.php +++ b/src/is_windows.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/kebab_case.php b/src/kebab_case.php index db41852..dd6abc3 100644 --- a/src/kebab_case.php +++ b/src/kebab_case.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/map.php b/src/map.php index d7639cc..40f0c5e 100644 --- a/src/map.php +++ b/src/map.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/me.php b/src/me.php index a1eda00..4abf79f 100644 --- a/src/me.php +++ b/src/me.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/numeronym.php b/src/numeronym.php index d9ea019..23fa6df 100644 --- a/src/numeronym.php +++ b/src/numeronym.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/only.php b/src/only.php index 637ebc0..b195f53 100644 --- a/src/only.php +++ b/src/only.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/ordinal.php b/src/ordinal.php index f059498..324c17b 100644 --- a/src/ordinal.php +++ b/src/ordinal.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/partial.php b/src/partial.php index fbdc926..56cc354 100644 --- a/src/partial.php +++ b/src/partial.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/pascal_case.php b/src/pascal_case.php index 0e4120c..e603b30 100644 --- a/src/pascal_case.php +++ b/src/pascal_case.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/path.php b/src/path.php index 0641462..9f2f3d9 100644 --- a/src/path.php +++ b/src/path.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/pluck.php b/src/pluck.php index 8cff9fc..b6b1996 100644 --- a/src/pluck.php +++ b/src/pluck.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/prepend.php b/src/prepend.php index 926b421..076b1ad 100644 --- a/src/prepend.php +++ b/src/prepend.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/random_float.php b/src/random_float.php index af4c3da..f67ed1b 100644 --- a/src/random_float.php +++ b/src/random_float.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/read.php b/src/read.php index 0c043e4..f762d4e 100644 --- a/src/read.php +++ b/src/read.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/retry.php b/src/retry.php index 8686cf5..d624b36 100644 --- a/src/retry.php +++ b/src/retry.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/runtime.php b/src/runtime.php index c077953..7c8495c 100644 --- a/src/runtime.php +++ b/src/runtime.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/snake_case.php b/src/snake_case.php index 858d629..fb649d6 100644 --- a/src/snake_case.php +++ b/src/snake_case.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/str_random.php b/src/str_random.php index 95b32cc..927e7e4 100644 --- a/src/str_random.php +++ b/src/str_random.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/swap.php b/src/swap.php index 4a3be4b..8fd83e9 100644 --- a/src/swap.php +++ b/src/swap.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/tail.php b/src/tail.php index 3537e5b..b991f8b 100644 --- a/src/tail.php +++ b/src/tail.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/tap.php b/src/tap.php index 0499cd2..97af438 100644 --- a/src/tap.php +++ b/src/tap.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/transform.php b/src/transform.php index d4fd441..bef63fd 100644 --- a/src/transform.php +++ b/src/transform.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/value.php b/src/value.php index a6f22da..ef4d3e5 100644 --- a/src/value.php +++ b/src/value.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/whoami.php b/src/whoami.php index edcd459..308b368 100644 --- a/src/whoami.php +++ b/src/whoami.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/with.php b/src/with.php index 489f198..68519ad 100644 --- a/src/with.php +++ b/src/with.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/wrap.php b/src/wrap.php index e5a6b08..d62ded0 100644 --- a/src/wrap.php +++ b/src/wrap.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/write.php b/src/write.php index bd40690..134c383 100644 --- a/src/write.php +++ b/src/write.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/src/zip.php b/src/zip.php index f052c80..fcef544 100644 --- a/src/zip.php +++ b/src/zip.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Datasets/Random.php b/tests/Datasets/Random.php index 2891bcc..49da8d9 100644 --- a/tests/Datasets/Random.php +++ b/tests/Datasets/Random.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Helpers.php b/tests/Helpers.php index 7787a91..4cb5ff8 100644 --- a/tests/Helpers.php +++ b/tests/Helpers.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Pest.php b/tests/Pest.php index 290b442..685288c 100644 --- a/tests/Pest.php +++ b/tests/Pest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/AppendTest.php b/tests/Unit/AppendTest.php index 8529b1c..e1b8a3c 100644 --- a/tests/Unit/AppendTest.php +++ b/tests/Unit/AppendTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ArrayKeysExistTest.php b/tests/Unit/ArrayKeysExistTest.php index d2adf3d..538d9a8 100644 --- a/tests/Unit/ArrayKeysExistTest.php +++ b/tests/Unit/ArrayKeysExistTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ArrayMakeTest.php b/tests/Unit/ArrayMakeTest.php index 3ad258f..78615cb 100644 --- a/tests/Unit/ArrayMakeTest.php +++ b/tests/Unit/ArrayMakeTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/BetweenTest.php b/tests/Unit/BetweenTest.php index ead2e13..6a8483c 100644 --- a/tests/Unit/BetweenTest.php +++ b/tests/Unit/BetweenTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/BlankTest.php b/tests/Unit/BlankTest.php index 11e0f6b..be36786 100644 --- a/tests/Unit/BlankTest.php +++ b/tests/Unit/BlankTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/CamelCaseTest.php b/tests/Unit/CamelCaseTest.php index 6aaae0b..0ad1df8 100644 --- a/tests/Unit/CamelCaseTest.php +++ b/tests/Unit/CamelCaseTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ClampTest.php b/tests/Unit/ClampTest.php index f1cf5df..1573983 100644 --- a/tests/Unit/ClampTest.php +++ b/tests/Unit/ClampTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ClassBasenameTest.php b/tests/Unit/ClassBasenameTest.php index d38bbc2..41fedb4 100644 --- a/tests/Unit/ClassBasenameTest.php +++ b/tests/Unit/ClassBasenameTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/CollapseTest.php b/tests/Unit/CollapseTest.php index 4acd0a4..d41c415 100644 --- a/tests/Unit/CollapseTest.php +++ b/tests/Unit/CollapseTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ExistsTest.php b/tests/Unit/ExistsTest.php index f3c6dee..49adfe1 100644 --- a/tests/Unit/ExistsTest.php +++ b/tests/Unit/ExistsTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/GenerateTest.php b/tests/Unit/GenerateTest.php index abe7064..98b13bc 100644 --- a/tests/Unit/GenerateTest.php +++ b/tests/Unit/GenerateTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/HeadTest.php b/tests/Unit/HeadTest.php index 8522776..a9c923e 100644 --- a/tests/Unit/HeadTest.php +++ b/tests/Unit/HeadTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/IniTest.php b/tests/Unit/IniTest.php index 93af29e..6be59a1 100644 --- a/tests/Unit/IniTest.php +++ b/tests/Unit/IniTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/IsAssociativeTest.php b/tests/Unit/IsAssociativeTest.php index dab1799..59e96a0 100644 --- a/tests/Unit/IsAssociativeTest.php +++ b/tests/Unit/IsAssociativeTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/IsTruthyTest.php b/tests/Unit/IsTruthyTest.php index ec7b628..1403684 100644 --- a/tests/Unit/IsTruthyTest.php +++ b/tests/Unit/IsTruthyTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/OrdinalTest.php b/tests/Unit/OrdinalTest.php index 72e5b43..de2c5a4 100644 --- a/tests/Unit/OrdinalTest.php +++ b/tests/Unit/OrdinalTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/PathTest.php b/tests/Unit/PathTest.php index 7575a08..3f1edac 100644 --- a/tests/Unit/PathTest.php +++ b/tests/Unit/PathTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/PluckTest.php b/tests/Unit/PluckTest.php index 5aefe12..ed2a259 100644 --- a/tests/Unit/PluckTest.php +++ b/tests/Unit/PluckTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/PrependTest.php b/tests/Unit/PrependTest.php index 40f517f..91d0f8b 100644 --- a/tests/Unit/PrependTest.php +++ b/tests/Unit/PrependTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ReadTest.php b/tests/Unit/ReadTest.php index 8ceff5c..09a56dc 100644 --- a/tests/Unit/ReadTest.php +++ b/tests/Unit/ReadTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/RetryTest.php b/tests/Unit/RetryTest.php index 6e71315..cad5946 100644 --- a/tests/Unit/RetryTest.php +++ b/tests/Unit/RetryTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/SwapTest.php b/tests/Unit/SwapTest.php index 8a2c265..1e4477e 100644 --- a/tests/Unit/SwapTest.php +++ b/tests/Unit/SwapTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE diff --git a/tests/Unit/ValueTest.php b/tests/Unit/ValueTest.php index af68ab1..e76caa5 100644 --- a/tests/Unit/ValueTest.php +++ b/tests/Unit/ValueTest.php @@ -5,7 +5,7 @@ /** * This file is part of the jordanbrauer/phelpers PHP library. * - * @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> + * @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com> * @license MIT * * For the full copyright and license information, please view the LICENSE