From 0fd20417af0071374540cb19f0544c4adca291b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:56:39 +0000 Subject: [PATCH 1/2] Bump friendsofphp/php-cs-fixer from 3.12.0 to 3.45.0 Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.12.0 to 3.45.0. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.12.0...v3.45.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 318 +++++++++----------------------------------------- 1 file changed, 58 insertions(+), 260 deletions(-) diff --git a/composer.lock b/composer.lock index dc266ae4..a4788c44 100644 --- a/composer.lock +++ b/composer.lock @@ -1036,82 +1036,6 @@ }, "time": "2019-12-04T15:06:13+00:00" }, - { - "name": "doctrine/annotations", - "version": "1.14.3", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "shasum": "" - }, - "require": { - "doctrine/lexer": "^1 || ^2", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" - }, - "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "vimeo/psalm": "^4.10" - }, - "suggest": { - "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" - }, - "time": "2023-02-01T09:20:38+00:00" - }, { "name": "doctrine/deprecations", "version": "1.1.2", @@ -1229,84 +1153,6 @@ ], "time": "2022-12-30T00:15:36+00:00" }, - { - "name": "doctrine/lexer", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", - "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", - "shasum": "" - }, - "require": { - "doctrine/deprecations": "^1.0", - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.11 || ^5.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", - "homepage": "https://www.doctrine-project.org/projects/lexer.html", - "keywords": [ - "annotations", - "docblock", - "lexer", - "parser", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/2.1.0" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], - "time": "2022-12-14T08:49:07+00:00" - }, { "name": "ergebnis/composer-normalize", "version": "2.28.3", @@ -1739,52 +1585,47 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.12.0", + "version": "v3.45.0", "source": { "type": "git", - "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "eae11d945e2885d86e1c080eec1bb30a2aa27998" + "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", + "reference": "c0daa33cb2533cd73f48dde1c70c2afa3e7953b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/eae11d945e2885d86e1c080eec1bb30a2aa27998", - "reference": "eae11d945e2885d86e1c080eec1bb30a2aa27998", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/c0daa33cb2533cd73f48dde1c70c2afa3e7953b5", + "reference": "c0daa33cb2533cd73f48dde1c70c2afa3e7953b5", "shasum": "" }, "require": { - "composer/semver": "^3.2", + "composer/semver": "^3.4", "composer/xdebug-handler": "^3.0.3", - "doctrine/annotations": "^1.13", "ext-json": "*", "ext-tokenizer": "*", "php": "^7.4 || ^8.0", - "sebastian/diff": "^4.0", - "symfony/console": "^5.4 || ^6.0", - "symfony/event-dispatcher": "^5.4 || ^6.0", - "symfony/filesystem": "^5.4 || ^6.0", - "symfony/finder": "^5.4 || ^6.0", - "symfony/options-resolver": "^5.4 || ^6.0", - "symfony/polyfill-mbstring": "^1.23", - "symfony/polyfill-php80": "^1.25", - "symfony/polyfill-php81": "^1.25", - "symfony/process": "^5.4 || ^6.0", - "symfony/stopwatch": "^5.4 || ^6.0" + "sebastian/diff": "^4.0 || ^5.0", + "symfony/console": "^5.4 || ^6.0 || ^7.0", + "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0", + "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", + "symfony/finder": "^5.4 || ^6.0 || ^7.0", + "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0", + "symfony/polyfill-mbstring": "^1.28", + "symfony/polyfill-php80": "^1.28", + "symfony/polyfill-php81": "^1.28", + "symfony/process": "^5.4 || ^6.0 || ^7.0", + "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { + "facile-it/paraunit": "^1.3 || ^2.0", "justinrainbow/json-schema": "^5.2", - "keradus/cli-executor": "^1.5", - "mikey179/vfsstream": "^1.6.10", - "php-coveralls/php-coveralls": "^2.5.2", + "keradus/cli-executor": "^2.1", + "mikey179/vfsstream": "^1.6.11", + "php-coveralls/php-coveralls": "^2.7", "php-cs-fixer/accessible-object": "^1.1", - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", - "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpspec/prophecy": "^1.15", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.5", - "phpunitgoodpractices/polyfill": "^1.6", - "phpunitgoodpractices/traits": "^1.9.2", - "symfony/phpunit-bridge": "^6.0", - "symfony/yaml": "^5.4 || ^6.0" + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4", + "phpunit/phpunit": "^9.6 || ^10.5.5", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "suggest": { "ext-dom": "For handling output formats in XML", @@ -1814,9 +1655,15 @@ } ], "description": "A tool to automatically fix PHP code style", + "keywords": [ + "Static code analysis", + "fixer", + "standards", + "static analysis" + ], "support": { - "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.12.0" + "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.45.0" }, "funding": [ { @@ -1824,7 +1671,7 @@ "type": "github" } ], - "time": "2022-10-12T14:20:51+00:00" + "time": "2023-12-30T02:07:07+00:00" }, { "name": "justinrainbow/json-schema", @@ -3016,55 +2863,6 @@ ], "time": "2023-12-01T16:55:19+00:00" }, - { - "name": "psr/cache", - "version": "1.0.1", - "source": { - "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Cache\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for caching libraries", - "keywords": [ - "cache", - "psr", - "psr-6" - ], - "support": { - "source": "https://github.com/php-fig/cache/tree/master" - }, - "time": "2016-08-06T20:24:11+00:00" - }, { "name": "psr/container", "version": "1.1.2", @@ -4322,16 +4120,16 @@ }, { "name": "symfony/console", - "version": "v5.4.32", + "version": "v5.4.34", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "c70df1ffaf23a8d340bded3cfab1b86752ad6ed7" + "reference": "4b4d8cd118484aa604ec519062113dd87abde18c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c70df1ffaf23a8d340bded3cfab1b86752ad6ed7", - "reference": "c70df1ffaf23a8d340bded3cfab1b86752ad6ed7", + "url": "https://api.github.com/repos/symfony/console/zipball/4b4d8cd118484aa604ec519062113dd87abde18c", + "reference": "4b4d8cd118484aa604ec519062113dd87abde18c", "shasum": "" }, "require": { @@ -4401,7 +4199,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.32" + "source": "https://github.com/symfony/console/tree/v5.4.34" }, "funding": [ { @@ -4417,7 +4215,7 @@ "type": "tidelift" } ], - "time": "2023-11-18T18:23:04+00:00" + "time": "2023-12-08T13:33:03+00:00" }, { "name": "symfony/dependency-injection", @@ -4510,16 +4308,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v5.4.26", + "version": "v5.4.34", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac" + "reference": "e3bca343efeb613f843c254e7718ef17c9bdf7a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac", - "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e3bca343efeb613f843c254e7718ef17c9bdf7a3", + "reference": "e3bca343efeb613f843c254e7718ef17c9bdf7a3", "shasum": "" }, "require": { @@ -4575,7 +4373,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.26" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.34" }, "funding": [ { @@ -4591,7 +4389,7 @@ "type": "tidelift" } ], - "time": "2023-07-06T06:34:20+00:00" + "time": "2023-12-27T21:12:56+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -5193,16 +4991,16 @@ }, { "name": "symfony/process", - "version": "v5.4.28", + "version": "v5.4.34", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + "reference": "8fa22178dfc368911dbd513b431cd9b06f9afe7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", - "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", + "url": "https://api.github.com/repos/symfony/process/zipball/8fa22178dfc368911dbd513b431cd9b06f9afe7a", + "reference": "8fa22178dfc368911dbd513b431cd9b06f9afe7a", "shasum": "" }, "require": { @@ -5235,7 +5033,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.28" + "source": "https://github.com/symfony/process/tree/v5.4.34" }, "funding": [ { @@ -5251,7 +5049,7 @@ "type": "tidelift" } ], - "time": "2023-08-07T10:36:04+00:00" + "time": "2023-12-02T08:41:43+00:00" }, { "name": "symfony/service-contracts", @@ -5400,16 +5198,16 @@ }, { "name": "symfony/string", - "version": "v5.4.32", + "version": "v5.4.34", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "91bf4453d65d8231688a04376c3a40efe0770f04" + "reference": "e3f98bfc7885c957488f443df82d97814a3ce061" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/91bf4453d65d8231688a04376c3a40efe0770f04", - "reference": "91bf4453d65d8231688a04376c3a40efe0770f04", + "url": "https://api.github.com/repos/symfony/string/zipball/e3f98bfc7885c957488f443df82d97814a3ce061", + "reference": "e3f98bfc7885c957488f443df82d97814a3ce061", "shasum": "" }, "require": { @@ -5466,7 +5264,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.32" + "source": "https://github.com/symfony/string/tree/v5.4.34" }, "funding": [ { @@ -5482,7 +5280,7 @@ "type": "tidelift" } ], - "time": "2023-11-26T13:43:46+00:00" + "time": "2023-12-09T13:20:28+00:00" }, { "name": "symfony/var-dumper", From f7d6970741236b594054bb56f63820151a309638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Jan 2024 04:56:55 +0000 Subject: [PATCH 2/2] Fix code style! --- src/Cleaner/StringCleaner.php | 2 +- src/Cleaner/TextBodyCleaner.php | 2 +- src/Essence.php | 2 +- src/Essence/Link.php | 2 +- src/Exception/ExtractumException.php | 2 +- src/Exception/UnsupportedLanguageException.php | 2 +- src/Extractor.php | 2 +- src/Extractor/AbstractExtractor.php | 2 +- src/Extractor/DateExtractor.php | 2 +- src/Extractor/DescriptionExtractor.php | 2 +- src/Extractor/FreeExtractor.php | 2 +- src/Extractor/ImageExtractor.php | 2 +- src/Extractor/LanguageExtractor.php | 2 +- src/Extractor/LinksExtractor.php | 2 +- src/Extractor/TextExtractor.php | 2 +- src/Extractor/TitleExtractor.php | 2 +- src/Helper/ExtractJsonLdTrait.php | 2 +- src/Language.php | 2 +- src/Parser/DateParser.php | 2 +- src/Scorer/DocumentScorer.php | 2 +- src/StopWords/StopWords.php | 2 +- src/StopWords/StopWordsStatistics.php | 2 +- tests/Cleaner/StringCleanerTest.php | 2 +- tests/Extractor/DescriptionExtractorTest.php | 2 +- tests/Extractor/FreeExtractorTest.php | 2 +- tests/Extractor/ImageExtractorTest.php | 2 +- tests/Extractor/LanguageExtractorTest.php | 2 +- tests/Extractor/LinksExtractorTest.php | 2 +- tests/Extractor/ScanTestCasesTrait.php | 2 +- tests/Extractor/TitleExtractorTest.php | 2 +- tests/Extractor/_tests/description/001.php | 2 +- tests/Extractor/_tests/description/002.php | 2 +- tests/Extractor/_tests/free/001.php | 2 +- tests/Extractor/_tests/free/002.php | 2 +- tests/Extractor/_tests/free/003.php | 2 +- tests/Extractor/_tests/image/001.php | 2 +- tests/Extractor/_tests/image/002.php | 2 +- tests/Extractor/_tests/image/003.php | 2 +- tests/Extractor/_tests/language/001.php | 2 +- tests/Extractor/_tests/language/002.php | 2 +- tests/Extractor/_tests/language/003.php | 2 +- tests/Extractor/_tests/links/001.php | 2 +- tests/Extractor/_tests/links/002.php | 2 +- tests/Extractor/_tests/title/001.php | 2 +- tests/Extractor/_tests/title/002.php | 2 +- tests/Extractor/_tests/title/003.php | 2 +- tests/Extractor/_tests/title/004.php | 2 +- tests/Extractor/_tests/title/005.php | 2 +- tests/Parser/DateParserTest.php | 2 +- tests/Scorer/DocumentScorerTest.php | 2 +- tests/StopWords/StopWordsTest.php | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/Cleaner/StringCleaner.php b/src/Cleaner/StringCleaner.php index 2dd14878..2e6cdd69 100644 --- a/src/Cleaner/StringCleaner.php +++ b/src/Cleaner/StringCleaner.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Cleaner/TextBodyCleaner.php b/src/Cleaner/TextBodyCleaner.php index a180b731..781e72fd 100644 --- a/src/Cleaner/TextBodyCleaner.php +++ b/src/Cleaner/TextBodyCleaner.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Essence.php b/src/Essence.php index f9bacf6b..bf42de17 100644 --- a/src/Essence.php +++ b/src/Essence.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Essence/Link.php b/src/Essence/Link.php index 653e35ce..418730b3 100644 --- a/src/Essence/Link.php +++ b/src/Essence/Link.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Exception/ExtractumException.php b/src/Exception/ExtractumException.php index d348f79c..6d13845c 100644 --- a/src/Exception/ExtractumException.php +++ b/src/Exception/ExtractumException.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Exception/UnsupportedLanguageException.php b/src/Exception/UnsupportedLanguageException.php index abe0235f..b7eb212b 100644 --- a/src/Exception/UnsupportedLanguageException.php +++ b/src/Exception/UnsupportedLanguageException.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor.php b/src/Extractor.php index 6db31c06..4cb11664 100644 --- a/src/Extractor.php +++ b/src/Extractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/AbstractExtractor.php b/src/Extractor/AbstractExtractor.php index c8936acf..28f95c96 100644 --- a/src/Extractor/AbstractExtractor.php +++ b/src/Extractor/AbstractExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/DateExtractor.php b/src/Extractor/DateExtractor.php index 703fadf1..623efad7 100644 --- a/src/Extractor/DateExtractor.php +++ b/src/Extractor/DateExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/DescriptionExtractor.php b/src/Extractor/DescriptionExtractor.php index 6f400550..398f7d3c 100644 --- a/src/Extractor/DescriptionExtractor.php +++ b/src/Extractor/DescriptionExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/FreeExtractor.php b/src/Extractor/FreeExtractor.php index 9fedb4ec..fdf569b0 100644 --- a/src/Extractor/FreeExtractor.php +++ b/src/Extractor/FreeExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/ImageExtractor.php b/src/Extractor/ImageExtractor.php index e11c1bf1..6ff40304 100644 --- a/src/Extractor/ImageExtractor.php +++ b/src/Extractor/ImageExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/LanguageExtractor.php b/src/Extractor/LanguageExtractor.php index 65938823..a5d8b414 100644 --- a/src/Extractor/LanguageExtractor.php +++ b/src/Extractor/LanguageExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/LinksExtractor.php b/src/Extractor/LinksExtractor.php index 654fe85d..b9bfd2a2 100644 --- a/src/Extractor/LinksExtractor.php +++ b/src/Extractor/LinksExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/TextExtractor.php b/src/Extractor/TextExtractor.php index 7b1c1ecb..821ae074 100644 --- a/src/Extractor/TextExtractor.php +++ b/src/Extractor/TextExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Extractor/TitleExtractor.php b/src/Extractor/TitleExtractor.php index b58b406c..117c5454 100644 --- a/src/Extractor/TitleExtractor.php +++ b/src/Extractor/TitleExtractor.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Helper/ExtractJsonLdTrait.php b/src/Helper/ExtractJsonLdTrait.php index 28705a55..2a2f511f 100644 --- a/src/Helper/ExtractJsonLdTrait.php +++ b/src/Helper/ExtractJsonLdTrait.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Language.php b/src/Language.php index 6ffccd75..4bb1c516 100644 --- a/src/Language.php +++ b/src/Language.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Parser/DateParser.php b/src/Parser/DateParser.php index 307c1e3b..c96f77d8 100644 --- a/src/Parser/DateParser.php +++ b/src/Parser/DateParser.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/Scorer/DocumentScorer.php b/src/Scorer/DocumentScorer.php index d1584027..9a66698d 100644 --- a/src/Scorer/DocumentScorer.php +++ b/src/Scorer/DocumentScorer.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/StopWords/StopWords.php b/src/StopWords/StopWords.php index be767008..14c9e2b3 100644 --- a/src/StopWords/StopWords.php +++ b/src/StopWords/StopWords.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/src/StopWords/StopWordsStatistics.php b/src/StopWords/StopWordsStatistics.php index ba815b64..6ecb0f78 100644 --- a/src/StopWords/StopWordsStatistics.php +++ b/src/StopWords/StopWordsStatistics.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Cleaner/StringCleanerTest.php b/tests/Cleaner/StringCleanerTest.php index 0d3dcab6..0ce767f1 100644 --- a/tests/Cleaner/StringCleanerTest.php +++ b/tests/Cleaner/StringCleanerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/DescriptionExtractorTest.php b/tests/Extractor/DescriptionExtractorTest.php index cb3e0fb4..4c5bddcd 100644 --- a/tests/Extractor/DescriptionExtractorTest.php +++ b/tests/Extractor/DescriptionExtractorTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/FreeExtractorTest.php b/tests/Extractor/FreeExtractorTest.php index 25bc4c98..078df924 100644 --- a/tests/Extractor/FreeExtractorTest.php +++ b/tests/Extractor/FreeExtractorTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/ImageExtractorTest.php b/tests/Extractor/ImageExtractorTest.php index 92f0d494..989c0490 100644 --- a/tests/Extractor/ImageExtractorTest.php +++ b/tests/Extractor/ImageExtractorTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/LanguageExtractorTest.php b/tests/Extractor/LanguageExtractorTest.php index e7a53031..c161a32e 100644 --- a/tests/Extractor/LanguageExtractorTest.php +++ b/tests/Extractor/LanguageExtractorTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/LinksExtractorTest.php b/tests/Extractor/LinksExtractorTest.php index 20af3f9f..89c53f5b 100644 --- a/tests/Extractor/LinksExtractorTest.php +++ b/tests/Extractor/LinksExtractorTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/ScanTestCasesTrait.php b/tests/Extractor/ScanTestCasesTrait.php index 8bdf3aaf..263e91e7 100644 --- a/tests/Extractor/ScanTestCasesTrait.php +++ b/tests/Extractor/ScanTestCasesTrait.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/TitleExtractorTest.php b/tests/Extractor/TitleExtractorTest.php index ef70b756..2851cdbc 100644 --- a/tests/Extractor/TitleExtractorTest.php +++ b/tests/Extractor/TitleExtractorTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/description/001.php b/tests/Extractor/_tests/description/001.php index 82625bbd..6a25881f 100644 --- a/tests/Extractor/_tests/description/001.php +++ b/tests/Extractor/_tests/description/001.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/description/002.php b/tests/Extractor/_tests/description/002.php index 361b9468..76726920 100644 --- a/tests/Extractor/_tests/description/002.php +++ b/tests/Extractor/_tests/description/002.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/free/001.php b/tests/Extractor/_tests/free/001.php index 4b05f64e..2228a56f 100644 --- a/tests/Extractor/_tests/free/001.php +++ b/tests/Extractor/_tests/free/001.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/free/002.php b/tests/Extractor/_tests/free/002.php index 27b29413..8e89dc96 100644 --- a/tests/Extractor/_tests/free/002.php +++ b/tests/Extractor/_tests/free/002.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/free/003.php b/tests/Extractor/_tests/free/003.php index 27b29413..8e89dc96 100644 --- a/tests/Extractor/_tests/free/003.php +++ b/tests/Extractor/_tests/free/003.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/image/001.php b/tests/Extractor/_tests/image/001.php index 82625bbd..6a25881f 100644 --- a/tests/Extractor/_tests/image/001.php +++ b/tests/Extractor/_tests/image/001.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/image/002.php b/tests/Extractor/_tests/image/002.php index b9a166b0..1811b10f 100644 --- a/tests/Extractor/_tests/image/002.php +++ b/tests/Extractor/_tests/image/002.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/image/003.php b/tests/Extractor/_tests/image/003.php index de5a9486..28b2d4f6 100644 --- a/tests/Extractor/_tests/image/003.php +++ b/tests/Extractor/_tests/image/003.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/language/001.php b/tests/Extractor/_tests/language/001.php index 7e1cc90b..4e9c00af 100644 --- a/tests/Extractor/_tests/language/001.php +++ b/tests/Extractor/_tests/language/001.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/language/002.php b/tests/Extractor/_tests/language/002.php index ee834674..3c1b8fdc 100644 --- a/tests/Extractor/_tests/language/002.php +++ b/tests/Extractor/_tests/language/002.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/language/003.php b/tests/Extractor/_tests/language/003.php index 82625bbd..6a25881f 100644 --- a/tests/Extractor/_tests/language/003.php +++ b/tests/Extractor/_tests/language/003.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/links/001.php b/tests/Extractor/_tests/links/001.php index 916dc6d4..87da11a2 100644 --- a/tests/Extractor/_tests/links/001.php +++ b/tests/Extractor/_tests/links/001.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/links/002.php b/tests/Extractor/_tests/links/002.php index 1530eb2c..5a90910e 100644 --- a/tests/Extractor/_tests/links/002.php +++ b/tests/Extractor/_tests/links/002.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/title/001.php b/tests/Extractor/_tests/title/001.php index 15c49220..1b4d5e18 100644 --- a/tests/Extractor/_tests/title/001.php +++ b/tests/Extractor/_tests/title/001.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/title/002.php b/tests/Extractor/_tests/title/002.php index c0d1b61f..19149f17 100644 --- a/tests/Extractor/_tests/title/002.php +++ b/tests/Extractor/_tests/title/002.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/title/003.php b/tests/Extractor/_tests/title/003.php index aaa54b3d..3a0db42e 100644 --- a/tests/Extractor/_tests/title/003.php +++ b/tests/Extractor/_tests/title/003.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/title/004.php b/tests/Extractor/_tests/title/004.php index 1e65d46a..9b838710 100644 --- a/tests/Extractor/_tests/title/004.php +++ b/tests/Extractor/_tests/title/004.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Extractor/_tests/title/005.php b/tests/Extractor/_tests/title/005.php index 82625bbd..6a25881f 100644 --- a/tests/Extractor/_tests/title/005.php +++ b/tests/Extractor/_tests/title/005.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Parser/DateParserTest.php b/tests/Parser/DateParserTest.php index b8a42204..135ef780 100644 --- a/tests/Parser/DateParserTest.php +++ b/tests/Parser/DateParserTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/Scorer/DocumentScorerTest.php b/tests/Scorer/DocumentScorerTest.php index cb506b59..9feba3b5 100644 --- a/tests/Scorer/DocumentScorerTest.php +++ b/tests/Scorer/DocumentScorerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. diff --git a/tests/StopWords/StopWordsTest.php b/tests/StopWords/StopWordsTest.php index 1c36b222..94219066 100644 --- a/tests/StopWords/StopWordsTest.php +++ b/tests/StopWords/StopWordsTest.php @@ -3,7 +3,7 @@ /* * This file is part of the markuspoerschke/extractum package. * - * (c) 2023 Markus Poerschke + * (c) 2024 Markus Poerschke * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE.