This repository was archived by the owner on Jul 30, 2026. It is now read-only.
Deprecate package, merged into tomasvotruba/type-coverage - #78
Merged
Conversation
Rules were merged into tomasvotruba/type-coverage 2.3.0. Mark the package abandoned, document how to switch, and drop the downgraded release build for anywherephp/type-perfect.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Rules were merged into tomasvotruba/type-coverage in 2.3.0. This marks
rector/type-perfectas abandoned and documents the switch.composer.json
Composer now warns on every
composer installthat uses this package, and points at the replacement.README
Warning admonition at the top + a "How to switch" section covering:
"require-dev": { - "rector/type-perfect": "^2.1" + "tomasvotruba/type-coverage": "^2.3" }ignoreErrorsand baselines need no change — rules keep theRector\TypePerfect\namespace in Type Coverage^8.2to^8.4parameters: type_perfect: + no_param_type_removal: true + no_isset_on_object: true + no_empty_on_object: trueNoArrayAccessOnObjectRule, plus the fixes from NarrowPublicClassMethodParamTypeRule: Fix generic-object false-positive #74 and NoArrayAccessOnObjectRule: Skip Symfony DomCrawler AbstractUriElement and child types #77Downgrade build removed
downgraded_release.yaml,build/andfull-tool-build.share gone — no more PHP 7.4 builds pushed toanywherephp/type-perfect.