Skip to content

chore: remove empty phpstan baseline and unused composer-patches#161

Merged
ManukMinasyan merged 2 commits intomainfrom
chore/remove-empty-phpstan-baseline-and-unused-patches
Feb 25, 2026
Merged

chore: remove empty phpstan baseline and unused composer-patches#161
ManukMinasyan merged 2 commits intomainfrom
chore/remove-empty-phpstan-baseline-and-unused-patches

Conversation

@ManukMinasyan
Copy link
Copy Markdown
Contributor

Summary

  • Remove empty phpstan-baseline.neon (contained no ignored errors) and its include from phpstan.neon
  • Remove unused cweagans/composer-patches dev dependency and empty patches.lock.json

Test plan

  • PHPStan passes clean without the baseline file

The phpstan baseline was empty (no ignored errors) and the
cweagans/composer-patches package had no patches defined.
Copilot AI review requested due to automatic review settings February 25, 2026 07:23
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes unused configuration files and dependencies that provided no functional value. The empty PHPStan baseline file contained only an empty ignoreErrors array, and the composer-patches dependency was not being used to apply any patches to vendor packages.

Changes:

  • Removed empty phpstan-baseline.neon file and its include from phpstan.neon
  • Removed unused cweagans/composer-patches dev dependency from composer.json and composer.lock
  • Removed empty patches.lock.json file

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
phpstan.neon Removed include statement for the now-deleted baseline file
phpstan-baseline.neon Deleted empty baseline file (contained only empty ignoreErrors array)
patches.lock.json Deleted empty patches lock file (contained no patches)
composer.json Removed unused composer-patches dev dependency and plugin configuration
composer.lock Updated to reflect removal of composer-patches and its dependency composer-configurable-plugin

@ManukMinasyan ManukMinasyan merged commit c6a497d into main Feb 25, 2026
9 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.

2 participants