Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump friendsofphp/php-cs-fixer from 3.12.0 to 3.45.0 #817

Open
wants to merge 2 commits into
base: 1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
318 changes: 58 additions & 260 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Cleaner/StringCleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Cleaner/TextBodyCleaner.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Essence.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Essence/Link.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ExtractumException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/UnsupportedLanguageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/AbstractExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/DateExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/DescriptionExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/FreeExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/ImageExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/LanguageExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/LinksExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/TextExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Extractor/TitleExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Helper/ExtractJsonLdTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Parser/DateParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/Scorer/DocumentScorer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/StopWords/StopWords.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion src/StopWords/StopWordsStatistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Cleaner/StringCleanerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/DescriptionExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/FreeExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/ImageExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/LanguageExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/LinksExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/ScanTestCasesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/TitleExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/description/001.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/description/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/free/001.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/free/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/free/003.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/image/001.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/image/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/image/003.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/language/001.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/language/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/language/003.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/links/001.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/links/002.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
2 changes: 1 addition & 1 deletion tests/Extractor/_tests/title/001.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* This file is part of the markuspoerschke/extractum package.
*
* (c) 2023 Markus Poerschke <[email protected]>
* (c) 2024 Markus Poerschke <[email protected]>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
Expand Down
Loading
Loading