Skip to content

build: maintenance#95

Merged
konradmichalik merged 2 commits intomainfrom
maintenance
Jan 21, 2026
Merged

build: maintenance#95
konradmichalik merged 2 commits intomainfrom
maintenance

Conversation

@konradmichalik
Copy link
Copy Markdown
Contributor

@konradmichalik konradmichalik commented Jan 21, 2026

Summary by CodeRabbit

  • Chores
    • Updated copyright year metadata across the codebase.

✏️ Tip: You can customize this high-level summary in your review settings.

  - Upgrading friendsofphp/php-cs-fixer (v3.92.3 => v3.92.5)
  - Upgrading justinrainbow/json-schema (6.6.3 => 6.6.4)
  - Upgrading phpstan/phpstan (2.1.33 => 2.1.36)
  - Upgrading phpstan/phpstan-symfony (2.0.9 => 2.0.10)
  - Upgrading phpunit/phpunit (12.5.4 => 12.5.6)
  - Upgrading rector/rector (2.3.0 => 2.3.4)
  - Upgrading symfony/config (v8.0.1 => v8.0.3)
  - Upgrading symfony/console (v8.0.1 => v8.0.3)
  - Upgrading symfony/finder (v7.4.0 => v7.4.3)
  - Upgrading symfony/process (v8.0.0 => v8.0.3)
  - Upgrading symfony/translation (v8.0.1 => v8.0.3)
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 21, 2026

📝 Walkthrough

Walkthrough

Copyright year updated from 2025 to 2025-2026 across 142 files in the repository. No functional, behavioral, or API changes introduced. Purely metadata updates in file headers.

Changes

Cohort / File(s) Summary
Root Configuration Files
.php-cs-fixer.php, rector.php
Copyright year extended from 2025 to 2025-2026 in file headers
Capability Layer
src/Capability/ValidateTranslationCommandProvider.php
Copyright year extended in header
Command Layer
src/Command/ValidateTranslationCommand.php
Copyright year extended in header
Configuration Layer
src/Config/ConfigFactory.php, src/Config/ConfigFileReader.php, src/Config/ConfigReader.php, src/Config/ConfigValidator.php, src/Config/SchemaValidator.php, src/Config/TranslationValidatorConfig.php
Copyright year extended in headers across all config-related files
Enum & FileDetector Layers
src/Enum/KeyNamingConvention.php, src/FileDetector/Collector.php, src/FileDetector/DetectorInterface.php, src/FileDetector/DirectoryFileDetector.php, src/FileDetector/FileDetectorRegistry.php, src/FileDetector/FileSet.php, src/FileDetector/PrefixFileDetector.php, src/FileDetector/SuffixFileDetector.php
Copyright year extended in headers
Parser Layer
src/Parser/AbstractParser.php, src/Parser/JsonParser.php, src/Parser/ParserCache.php, src/Parser/ParserInterface.php, src/Parser/ParserRegistry.php, src/Parser/PhpParser.php, src/Parser/XliffParser.php, src/Parser/YamlParser.php
Copyright year extended in headers across all parser implementations
Plugin & Result Layers
src/Plugin.php, src/Result/AbstractValidationResultRenderer.php, src/Result/FormatType.php, src/Result/Issue.php, src/Result/Output.php, src/Result/ValidationResult.php, src/Result/ValidationResultCliRenderer.php, src/Result/ValidationResultGitHubRenderer.php, src/Result/ValidationResultJsonRenderer.php, src/Result/ValidationResultRendererFactory.php, src/Result/ValidationResultRendererInterface.php, src/Result/ValidationRun.php, src/Result/ValidationStatistics.php
Copyright year extended in headers
Service & Utility Layers
src/Service/ValidationOrchestrationService.php, src/Utility/ClassUtility.php, src/Utility/OutputUtility.php, src/Utility/PathUtility.php
Copyright year extended in headers
Validator Layer
src/Validator/AbstractValidator.php, src/Validator/DuplicateKeysValidator.php, src/Validator/DuplicateValuesValidator.php, src/Validator/EmptyValuesValidator.php, src/Validator/EncodingValidator.php, src/Validator/HtmlTagValidator.php, src/Validator/KeyCountValidator.php, src/Validator/KeyDepthValidator.php, src/Validator/KeyNamingConventionValidator.php, src/Validator/MismatchValidator.php, src/Validator/PlaceholderConsistencyValidator.php, src/Validator/ResultType.php, src/Validator/ValidatorInterface.php, src/Validator/ValidatorRegistry.php, src/Validator/XliffSchemaValidator.php
Copyright year extended in headers across all validator files
Test Files - Build & Command
tests/Build/console-application.php, tests/src/Capability/ValidateTranslationCommandProviderTest.php, tests/src/Command/ValidateTranslationCommand*.php
Copyright year extended in test file headers
Test Files - Config
tests/src/Config/*Test.php
Copyright year extended in config test headers
Test Files - FileDetector
tests/src/FileDetector/*Test.php
Copyright year extended in file detector test headers
Test Files - Fixtures
tests/src/Fixtures/config/*.php, tests/src/Fixtures/recursive/*.php, tests/src/Fixtures/translations/**/*.php
Copyright year extended in fixture file headers
Test Files - Parser
tests/src/Parser/*Test.php
Copyright year extended in parser test headers
Test Files - Plugin & Result
tests/src/Plugin*.php, tests/src/Result/*Test.php
Copyright year extended in plugin and result test headers
Test Files - Service & Utility
tests/src/Service/ValidationOrchestrationServiceTest.php, tests/src/Utility/*Test.php
Copyright year extended in service and utility test headers
Test Files - Validator
tests/src/Validator/*Test.php
Copyright year extended in validator test headers

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • PR #39: Updates copyright year metadata across files; this PR extends that year range to 2025-2026 in the same files.
  • PR #69: Adds author and license docblocks to file headers; this PR updates the copyright year range in those same documented headers.
  • PR #15: Introduces validator implementations and registrations; this PR updates copyright years in those same validator-related files.

Poem

🐰 A hop through the years, from twenty-twenty-five,
To twenty-twenty-six, keeping records alive!
Copyright renewed, in headers so neat,
A simple rabbit's maintenance feat! 📝✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'build: maintenance' is vague and generic, using a non-descriptive term that doesn't convey what maintenance work was actually performed. Consider updating the title to be more specific about the maintenance performed, such as 'build: update copyright year to 2025-2026' or similar.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@konradmichalik konradmichalik merged commit ee6ecf7 into main Jan 21, 2026
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant