chore: remove empty phpstan baseline and unused composer-patches#161
Merged
ManukMinasyan merged 2 commits intomainfrom Feb 25, 2026
Merged
Conversation
The phpstan baseline was empty (no ignored errors) and the cweagans/composer-patches package had no patches defined.
There was a problem hiding this comment.
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.neonfile and its include fromphpstan.neon - Removed unused
cweagans/composer-patchesdev dependency fromcomposer.jsonandcomposer.lock - Removed empty
patches.lock.jsonfile
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
phpstan-baseline.neon(contained no ignored errors) and its include fromphpstan.neoncweagans/composer-patchesdev dependency and emptypatches.lock.jsonTest plan